Closed naveedahmed1 closed 3 years ago
I have a quick question:
If I add the code suggested in below answer to disable anchor ads at the top of the page, will it interfere with ng2-adsense plugin?
https://support.google.com/adsense/answer/7478225?hl=en
Especially below code:
<script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1234567891234567", enable_page_level_ads: true, overlays: {bottom: true} }); </script>
It's fine
I have a quick question:
If I add the code suggested in below answer to disable anchor ads at the top of the page, will it interfere with ng2-adsense plugin?
https://support.google.com/adsense/answer/7478225?hl=en
Especially below code: