1.0.4 • Published 4 years ago

gatsby-plugin-autopilot v1.0.4

Weekly downloads
7
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-autopilot

Gatsby plugin for adding Autopilot tracking script to your Gatsby site.

Install

yarn add gatsby-plugin-autopilot

How to use

// In your gatsby-config.js
{
      resolve: `gatsby-plugin-autopilot`,
      options: {
        apiUrl: "", // Your unique api URL, found in your tracking code settings in your Autopilot dashboard.
        trackingId: "", // Your unique tracking ID, also found in your tracking code settings.
        app: true, // Determines whether to load webpage or app tracking code.
        exclude: ['/signup', '/about'], // optional
      },
    },

Location of API URL and Trackin ID in Autopilot tracking code

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago