Skip to content

Instantly share code, notes, and snippets.

@foozlereducer
Created October 3, 2016 12:20
Show Gist options
  • Select an option

  • Save foozlereducer/f98ff910394abfe116858b744a3051a5 to your computer and use it in GitHub Desktop.

Select an option

Save foozlereducer/f98ff910394abfe116858b744a3051a5 to your computer and use it in GitHub Desktop.
nulll ad slot
<!-- Needs to be the first ad rendered on the page -->
<div id="gpt-nulladslot" style='height:0; display:none;'>
<!-- Null Ad Slot for bug DAS-265-->
<script>
googletag.cmd.push(function() {
var gpt_nulladslot = googletag.defineSlot('null', [66, 6], 'gpt-nulladslot').addService(googletag.pubads());
googletag.display('gpt-nulladslot');
googletag.pubads().refresh( [ gpt_nulladslot ], {changeCorrelator: false} );
});
</script>
<!-- Null Ad Slot ends -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment