This package has been deprecated

Author message:

this package has been deprecated

gatsby-plugin-google-adsense

1.1.3 • Public • Published

gatsby-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`
      },
    },
]

Setup Auto ads

How to set up Auto ads

Package Sidebar

Install

npm i gatsby-plugin-google-adsense

Weekly Downloads

328

Version

1.1.3

License

MIT

Unpacked Size

3.46 kB

Total Files

7

Last publish

Collaborators

  • callicoder