The average enterprise on Netlify ships 140 times per week. Where does your team rank?
Gatsby plugin for adding Microsoft Bing tracking code
npm install --save gatsby-plugin-ms-bing
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-ms-bing`, options: { bingId: "__ID__HERE__", }, }, ];