Skip to content

Instantly share code, notes, and snippets.

@jeffersonlicet
Last active August 28, 2018 15:24
Show Gist options
  • Save jeffersonlicet/172a3368419a186c79709382c00b7b01 to your computer and use it in GitHub Desktop.
Save jeffersonlicet/172a3368419a186c79709382c00b7b01 to your computer and use it in GitHub Desktop.
Using test credentials
const adUnitPath = '/6355419/Travel/Europe/France/Paris';
const supportedSizes = [[728, 90], [300, 250]];
googletag.defineSlot(adUnitPath, supportedSizes, 'leaderboard0')
.setTargeting('test', 'infinitescroll')
.addService(googletag.pubads());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment