Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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__",
    },
  },
];
© 2023 Gatsby, Inc.