gatsby-plugin-ackee-tracker
Description
Easily add Ackee Tracking Script to your Gatsby site.
A Gatsby plugin that interacts with the REST 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
Examples of usage
plugins: [
{
resolve: "gatsby-plugin-ackee-tracker",
options: {
domainId: 'YOUR_ACKEE_DOMAIN_ID',
server: 'https://analytics.test.com',
ignoreLocalhost: true,
detailed: false
},
},
]
License
MIT