react-adsense
react-adsense copied to clipboard
added page level ads prop
I added the prop to manage the page level ads, it has to be tested better
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?
Could you please explain with a little more detail? I have some problems when switching routes with React Router