Community Plugin
View plugin on GitHubgatsby-plugin-google-adsense
Gatsby Plugin to add Google Adsense auto ads to a website
Install
npm install --save gatsby-plugin-google-adsense
How to use
// In your gatsby-config.js file
plugins: [
{
resolve: `gatsby-plugin-google-adsense`,
options: {
publisherId: `ca-pub-xxxxxxxxxx`
},
},
]