Breakdown of Google Adsense Code

Posted by Herr Kaleun on Stack Overflow See other posts from Stack Overflow or by Herr Kaleun
Published on 2010-06-10T06:38:33Z Indexed on 2010/06/10 6:42 UTC
Read the original article Hit count: 349

Filed under:
|

hello friends :)

i wan't to break down the google adsense code so i can understand what every element stands for.

<script type="text/javascript">
<!--

    google_ad_client = "pub-2456166509706523";

    /* 468x60, created 4/11/09 */

    google_ad_slot = "6006827265";

    google_ad_width = 468;
    google_ad_height = 60;

//-->

For example, if i want to dynamicly change the publisher id, do i have to change the ad slot number too?

What exactly, is the ad slot number?

Can i safely omit it?

Thank you very much.

© Stack Overflow or respective owner

Related posts about google

Related posts about adsense