lukehansell / react-google-ad

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

Adsense no longer supports data-ad-format, but this library requires it. =( #2

Open fogil opened 8 years ago

fogil commented 8 years ago

Here is an example of the new Adsense code Google gives to publisher: https://support.google.com/adsense/answer/6307124?hl=en

In the "Exact ad unit size per screen width example" section, notice data-ad-format is no longer an attribute in their custom element, but in order to use react-google-ad, we have to provide some value that is no longer in any APIs.

So what are valid values? Does Google accept invalid but deprecated values?

Kekesed commented 8 years ago

This should fix it: #3