0.0.3 • Published 1 year ago

gatsby-plugin-ms-bing v0.0.3

Weekly downloads
-
License
CCO 1.0 Universal
Repository
github
Last release
1 year ago

gatsby-plugin-ms-bing

Gatsby plugin for adding Microsoft Bing tracking code

Install

npm install --save gatsby-plugin-ms-bing

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-ms-bing`,
    options: {
      bingId: "__ID__HERE__",
      enableAutoSpaTracking: true
    },
  },
];

Changelog

VersionChanges
0.0.3Add enableAutoSpaTracking
0.0.2Initial release