Customizing Adsense Layouts

by JoMo
3 replies
  • SEO
  • |
I have been adsensing for a few months now, and it has been going well. But today I was going through one of my competition's sites, and I saw that he has the ability to customize his adsense layouts. Here is the code from his site:

<script id="GoogleInputParams" language="javascript" type="text/javascript">
<!--
var google_ad_channel = '*********';
var google_ad_client = '**************';
var google_ad_output = 'js';
var google_ad_type = 'text_image';
var google_image_size = '468x60';
var google_max_num_ads = '3';
var google_ad_div = '468x60_1';
renderCustomAd('****');
ServeCustomGoogleAd('****','****');

I don't see that as an option to me anywhere on the G adsense site. Is there a higher level of adsese where you get more options than regular users?



-joel
#adsense #customizing #layouts
  • Profile picture of the author Wi
    Maybe it's because its a text AND image ad?

    When I'm making adsense-ads in the controlepanel I always check "ONLY TEXTADS".. Maybe thats the reason to why his looks different?
    {{ DiscussionBoard.errors[2341731].message }}
  • Profile picture of the author Leslie B
    Before, adsense code looked like this:

    <script type="text/javascript"><!--
    google_ad_client = "pub-xxxxxxxxxxx";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text";
    google_ad_channel = "";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "0101DF";
    google_color_text = "000000";
    google_color_url = "000000";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    as you can see, it was easy to customize the code yourself, you didn't need to create a new code everytime you wanted another background or link color for example. Even the size is easily adapted. It could be that the site you saw still has the old adsense code on it. It still works.

    Leslie
    Signature
    Taking it one day at a time!
    {{ DiscussionBoard.errors[2341828].message }}
  • Profile picture of the author camm
    This account probably belongs to a premier publisher. They get special treatments that normal account holders do not.
    {{ DiscussionBoard.errors[2342133].message }}

Trending Topics