4.1.3 • Published 4 months ago

gatsby-plugin-ackee-tracker v4.1.3

Weekly downloads
103
License
MIT
Repository
github
Last release
4 months ago

gatsby-plugin-ackee-tracker

Description

Easily add the Ackee Tracking script to your Gatsby site.

A Gatsby plugin that interacts with the GraphQL API of Ackee. Should be used to feed your server with data from your visitors.

Dependencies

gatsby-plugin-ackee-tracker requires a running Ackee server.

How to install

NPM npm install --save gatsby-plugin-ackee-tracker

Yarn yarn add gatsby-plugin-ackee-tracker

Usage

// In your gatsby-config.js
plugins: [
  {
    resolve: "gatsby-plugin-ackee-tracker",
    options: {
      // Domatin ID found when adding a domain in the admin panel.
      domainId: "YOUR_ACKEE_DOMAIN_ID",
      // URL to Server eg: "https://analytics.test.com".
      server: "https://analytics.test.com",
      // Disabled analytic tracking when running localy
      ignoreLocalhost: true,
      // Enable or disable the tracking of your own visits (as identified by your login to the Ackee dashboard).
      ignoreOwnVisits: false,
      // If enabled it will collect info on OS, BrowserInfo, Device  & ScreenSize
      detailed: false,
    },
  },
];

License

MIT

4.1.3

4 months ago

4.1.2

4 months ago

4.1.1

9 months ago

4.1.0

10 months ago

4.0.4

1 year ago

3.2.6

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

3.2.5

2 years ago

3.2.4

2 years ago

3.2.2

2 years ago

3.2.3

2 years ago

3.2.1

2 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago