Skip to content

Instantly share code, notes, and snippets.

@7LayersDesign
Created August 18, 2016 20:15
Show Gist options
  • Select an option

  • Save 7LayersDesign/92d1ffb06a837bda80abf7f1f3d4c43d to your computer and use it in GitHub Desktop.

Select an option

Save 7LayersDesign/92d1ffb06a837bda80abf7f1f3d4c43d to your computer and use it in GitHub Desktop.
adtag
<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