Thanks for the response.
I just don′t find it very clear on where to put this code, which is for my home leaderboard 728×90:
<!DOCTYPE HTML>
<html lang=”en-us”>
<head>
<meta http-equiv=”Content-type” content=”text/html; charset=utf-8″>
<title>Widgets Magazine</title>
<style type=”text/css” media=”screen”>
</style>
<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(‘/30747816/abarrotero_home_leaderboard’, [728, 90], ‘div-gpt-ad-1435991423179-0’).addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.enableServices();
…
</head>
AND then I have this other code (which is for the body):
<!– /30747816/abarrotero_home_leaderboard –>
<div id=’div-gpt-ad-1435991423179-0′ style=’height:90px; width:728px;’>
<script type=’text/javascript’>
googletag.cmd.push(function() { googletag.display(‘div-gpt-ad-1435991423179-0’); });
</script>
</div>
The URL of the website where it needs to be shown is: abarrotero.com
Thank you for your help.