gatsby-plugin-adobe-launch
Advanced tools
Weekly downloads
Readme
Easily add Adobe DTM to your Gatsby site. Uses a Adobe Launch direct call with the event name gatsbyRouteChange
by default,
to log a page view.
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-adobe-launch',
options: {
scriptURL: 'YOUR_ADOBE_LAUNCH_SCRIPT_URL',
// Include Adobe Launch in development.
// Defaults to false meaning Launch will only be loaded in production.
includeInDevelopment: false,
// datalayer to be set before DTM is loaded
defaultDataLayer: { platform: 'gatsby' },
dataLayerName: 'YOUR_DATA_LAYER_NAME',
// defaults to gatsbyRouteChange
routeChangeEventName: 'gatsbyRouteChange',
},
},
];
FAQs
Gatsby plugin to add Adobe Launch to a site
The npm package gatsby-plugin-adobe-launch receives a total of 616 weekly downloads. As such, gatsby-plugin-adobe-launch popularity was classified as not popular.
We found that gatsby-plugin-adobe-launch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.