Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

gatsby-plugin-adobe-launch

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Issues
File Explorer

Advanced tools

gatsby-plugin-adobe-launch

Gatsby plugin to add Adobe Launch to a site

    1.0.2latest
    GitHub

Version published
Maintainers
1
Weekly downloads
722
increased by0.84%

Weekly downloads

Readme

Source

gatsby-plugin-adobe-launch

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.

How to use

// 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', }, }, ];

Keywords

FAQs

Last updated on 15 May 2020

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc