gatsby-plugin-piwik-pro

1.2.0 • Public • Published

gatsby-plugin-piwik-pro

This is a minimalistic Gatsby plugin that adds the Piwik Pro script tag into the Gatsby browser for you. All you need to do is provide the id and url of the site you are tracking.

How to use

Install gatsby-plugin-piwik-pro using the npm command npm install gatsby-plugin-piwik-pro

Then add gatsby-plugin-piwik-pro to the list of plugins in gatsby-config.js

// gatsby-config.js

...
plugins: [
        {
            resolve: "gatsby-plugin-piwik-pro",
            options: {
                containerUrl: "https://<YOUR-SITE>.containers.piwik.pro",
                siteId: "<SITE-ID>",
                enabled: <BOOLEAN> // e.g. process.env.NODE_ENV === "production",
            },
        },

...

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i gatsby-plugin-piwik-pro

    Weekly Downloads

    43

    Version

    1.2.0

    License

    0BSD

    Unpacked Size

    2.74 kB

    Total Files

    5

    Last publish

    Collaborators

    • leevi978