Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Google Publisher Tags

If the page loads GPT, remove all tags in the head element for loading and configuring GPT. This includes tags shown in the following examples:

...

Code Block
<script>
  window.googletag = window.googletag || {cmd: []};
  googletag.cmd.push(function() {
    googletag.pubads().disableInitialLoad();
    googletag.pubads().enableSingleRequest();
    googletag.enableServices();
  });
</script>

AdSense

If the page loads AdSense, remove all tags in the head element for loading and configuring AdSense. This includes tags shown in the following examples:

...