Created
August 18, 2016 20:15
-
-
Save 7LayersDesign/92d1ffb06a837bda80abf7f1f3d4c43d to your computer and use it in GitHub Desktop.
adtag
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
| <html> | |
| <head> | |
| <script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script> | |
| <script> | |
| var googletag = googletag || {}; | |
| googletag.cmd = googletag.cmd || []; | |
| </script> | |
| <script> | |
| googletag.cmd.push(function() { | |
| googletag.defineSlot('/201823409/food', [300, 250], 'div-gpt-ad-1471550960812-0').addService(googletag.pubads()); | |
| googletag.pubads().enableSingleRequest(); | |
| googletag.enableServices(); | |
| }); | |
| </script> | |
| </head> | |
| <body> | |
| <!-- /201823409/testing --> | |
| <div id='div-gpt-ad-1471550960812-0' style='height:250px; width:300px;'> | |
| <script> | |
| googletag.cmd.push(function() { googletag.display('div-gpt-ad-1471550960812-0'); }); | |
| </script> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment