lukehansell / react-google-ad

a React Component for Google Ads
https://www.npmjs.com/package/react-google-ad
13 stars 3 forks source link

Google Ad React Component

Installation

npm i --save react-google-ad

Then in your HTML include:

<script async src="https://github.com/lukehansell/react-google-ad/raw/master//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

Usage

import GoogleAd from 'react-google-ad'
<GoogleAd client="xxx" slot="xxx" format="xxx" />

Arguments