scttcper / ng2-adsense

Angular Adsense Component
https://ng2-adsense.xmplaylist.com
MIT License
138 stars 24 forks source link

Question about - disable anchor ads at the top of the page #436

Closed naveedahmed1 closed 3 years ago

naveedahmed1 commented 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>
scttcper commented 3 years ago

It's fine