Last active
October 24, 2016 20:16
-
-
Save veeracs/2f08eebeb1647f242cf3d480edfa8f8e to your computer and use it in GitHub Desktop.
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<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.defineOutOfPageSlot('/22689245/rouser/home', 'div-gpt-ad-1477328060049-0') | |
.addService(googletag.pubads()) | |
.setTargeting("pos", "fn_top_capsule"); | |
googletag.pubads().setTargeting("s1", "home"); | |
googletag.pubads().setTargeting("pid", "home"); | |
googletag.pubads().setTargeting("type", "landing"); | |
googletag.pubads().setTargeting("test", "lebron"); | |
googletag.pubads().enableSingleRequest(); | |
googletag.pubads().collapseEmptyDivs(); | |
googletag.enableServices(); | |
}); | |
</script> | |
</head> | |
<body> | |
hi there | |
<!-- /22689245/rouser/home --> | |
<div id='div-gpt-ad-1477328060049-0'> | |
<script> | |
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1477328060049-0'); }); | |
</script> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment