react-adsense icon indicating copy to clipboard operation
react-adsense copied to clipboard

added page level ads prop

Open emish89 opened this issue 6 years ago • 2 comments

I added the prop to manage the page level ads, it has to be tested better

emish89 avatar Jul 03 '19 17:07 emish89

official document:

<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-123456789",
enable_page_level_ads: true
});
</script>

so add it into dom attribute is really work? can help add a demo on website?

hustcc avatar Jul 04 '19 03:07 hustcc

Could you please explain with a little more detail? I have some problems when switching routes with React Router

robinvdv12 avatar Aug 02 '19 06:08 robinvdv12