Skip to content

Instantly share code, notes, and snippets.

@jangelho
Created June 1, 2016 00:22
Show Gist options
  • Save jangelho/f47007290a390069c34dfd13ac7e0bd9 to your computer and use it in GitHub Desktop.
Save jangelho/f47007290a390069c34dfd13ac7e0bd9 to your computer and use it in GitHub Desktop.
<head>
<script type='text/javascript'>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var gads = document.createElement('script');
gads.async = true;
gads.type = 'text/javascript';
var useSSL = 'https:' == document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
})();
</script>
<script type='text/javascript'>
googletag.cmd.push(function() {
googletag.defineSlot('/72776159/ChilangoMobile/marfeel', 'fluid', 'div-gpt-ad-1441983162546-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
</script>
</head>
<body>
<div class="feed-ad">
<!-- /30497360/external_native_demo/page1_fluid -->
<div id='div-gpt-ad-1441983162546-0'>
<script type='text/javascript'>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1441983162546-0'); });
</script>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment