Created
October 24, 2016 16:58
-
-
Save veeracs/d23cac2d4025eb8ebefe7e45743c5b6f to your computer and use it in GitHub Desktop.
Revisions
-
veeracs created this gist
Oct 24, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ <!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.defineSlot('/22689245/rouser/home', [[300, 250], [300, 1050], [728, 90], [970, 250], [300, 600], [320, 50], [970, 90]], 'div-gpt-ad-1477327555530-0').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> </head> <body> Hi There! This is not out of page Ad slot. <!-- /22689245/rouser/home --> <div id='div-gpt-ad-1477327555530-0'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1477327555530-0'); }); </script> </div> </div> </body> </html>