Created
October 3, 2016 12:20
-
-
Save foozlereducer/f98ff910394abfe116858b744a3051a5 to your computer and use it in GitHub Desktop.
nulll ad slot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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