Is this Adsense format allowed- Where can I find it ?

11 replies
What does rBST Free Mean?

I came across this website today and found this adsense format. Its the first on the left hand side.
I like it becasue the links are big. Any adsense experts know how I can get this format. I cant find it on adsense.

Thanks in advance!
#adsense #allowed #find #format
  • Profile picture of the author Eric Lorence
    It is actually done in CSS, by creating an "ads class" and simply specify the ad dimensions, colors, and other customizations.

    Though that ad looks like a standard block.
    {{ DiscussionBoard.errors[224930].message }}
  • Profile picture of the author bndr
    Anyone can explain it in detail?

    Thank you.
    {{ DiscussionBoard.errors[225238].message }}
  • Profile picture of the author elitesalesgroup
    Eric, I dont fully understand what you've written but thats only becasue I havent entirely grasped css. I do know how to modify the source code to get the look I want so I could figure out how to get my ads to look like this.

    Is this adsense legal though...since Google didnt directly provide this look?
    {{ DiscussionBoard.errors[225255].message }}
  • Profile picture of the author Lloyd Buchinski
    From your account go to adsense setup> adsense for content> and
    then by format there is a drop down menu with different sizes and
    shapes. This one is pretty close to the largest in the "square" section
    but there is also the wizard (above format) that lets you customize
    your ads. I haven't used that but I suppose that must be where they
    changed the format size, and maybe the font size for the links.

    You are right the links do use larger lettering than I've seen and that
    could help click through rates. The css for the position is just "float
    left."

    Eric's comment is news to me. I didn't know you could use css on
    adsense but what he is saying is similar to my .box class (see simple
    sig site) in the navigation and with css you can specify anything you
    want in the box, font size, color, box size etc. I had assumed that
    since the adsense is from javascript the css wouldn't influence it, but
    the standard ads work well enough for me now that I'm not going to
    check that out in detail right now.

    And the most important thing is to have fun with all that.

    best wishes, lloyd
    Signature

    Do something spectacular; be fulfilled. Then you can be your own hero. Prem Rawat

    The KimW WSO

    {{ DiscussionBoard.errors[225272].message }}
    • Profile picture of the author Eric Lorence
      Originally Posted by Lloyd Buchinski View Post

      From your account go to adsense setup> adsense for content> and
      then by format there is a drop down menu with different sizes and
      shapes. This one is pretty close to the largest in the "square" section
      but there is also the wizard (above format) that lets you customize
      your ads. I haven't used that but I suppose that must be where they
      changed the format size, and maybe the font size for the links.

      You are right the links do use larger lettering than I've seen and that
      could help click through rates. The css for the position is just "float
      left."

      Eric's comment is news to me. I didn't know you could use css on
      adsense but what he is saying is similar to my .box class (see simple
      sig site) in the navigation and with css you can specify anything you
      want in the box, font size, color, box size etc. I had assumed that
      since the adsense is from javascript the css wouldn't influence it, but
      the standard ads work well enough for me now that I'm not going to
      check that out in detail right now.

      And the most important thing is to have fun with all that.

      best wishes, lloyd
      You don't need JS to serve up Adsense, here is an example:

      PHP:

      <?php

      if ( > ""){

      echo "<span style="float: left; padding-right: 5px;">";
      echo "<script type="text/javascript"><!--n";
      echo "google_ad_client = "";n";
      echo "google_ad_width = 160;n";
      echo "google_ad_height = 600;n";
      echo "google_ad_format = "160x600_as";n";
      echo "google_ad_type = "text_image";n";
      echo "google_ad_channel = "";n";
      echo "google_color_border = "FFFFFF";n";
      echo "google_color_bg = "FFFFFF";n";
      echo "google_color_link = "000033";n";
      echo "google_color_text = "000000";n";
      echo "google_color_url = "008000";n";
      echo "//--></script>n";
      echo "<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">n";
      echo "</script>n";
      echo "</span>n";
      echo "<!-- google_ad_section_start -->n";

      }
      But if you do copy/paste the Javascript ad into your page, CSS will not work.

      Best!
      {{ DiscussionBoard.errors[225481].message }}
  • Profile picture of the author Rich_Newell
    I imagine that the look is fine for the google ads.

    What CSS does is define a look from other code which can be found on the same page or called from a different document that resides on the server. This code is called a class since the code can be used more than once on each document. If you were to change the class, everything using the class would be changed.

    You will need to search the code to find the call. Google is still providing the ads.
    {{ DiscussionBoard.errors[225277].message }}
  • Profile picture of the author GeorgR.
    haha, slick blending of ads there.
    Signature
    *** Affiliate Site Quick --> The Fastest & Easiest Way to Make Affiliate Sites!<--
    -> VISIT www.1UP-SEO.com *** <- Internet Marketing, SEO Tips, Reviews & More!! ***
    *** HIGH QUALITY CONTENT CREATION +++ Manual Article Spinning (Thread Here) ***
    Content Creation, Blogging, Articles, Converting Sales Copy, Reviews, Ebooks, Rewrites
    {{ DiscussionBoard.errors[225280].message }}
  • Profile picture of the author aniani
    elitesalesgroup,
    the site which you mentioned wisegeek.com is a premium adsense publisher and therefor they have options for
    flexible ad formats....

    @ Eric Lorence ... they have not done it through CSS

    please donot modify the google adsense format using CSS as its against adsense T&C to tamper with their ads format
    and can result in cancellation of your adsense account.

    When you have 20 million page views per month, or 5 million searches (and some of these requirements are lowered for other languages and countries) you qualify for the Premium Publisher program from Google AdSense.

    Some sites where you can see the Premium ads in action are wisegeek.com/ cnn.com / about.com


    Tx
    Ani
    {{ DiscussionBoard.errors[225326].message }}
    • Profile picture of the author MeTellYou
      Originally Posted by aniani View Post

      elitesalesgroup,
      the site which you mentioned wisegeek.com is a premium adsense publisher and therefor they have options for
      flexible ad formats....

      @ Eric Lorence ... they have not done it through CSS

      please donot modify the google adsense format using CSS as its against adsense T&C to tamper with their ads format
      and can result in cancellation of your adsense account.

      When you have 20 million page views per month, or 5 million searches (and some of these requirements are lowered for other languages and countries) you qualify for the Premium Publisher program from Google AdSense.

      Some sites where you can see the Premium ads in action are wisegeek.com/ cnn.com / about.com


      Tx
      Ani
      Thanks for this info Ani,

      I didn't think it was real to do anything with the actual adsense format either. Lots of work before me before I become a premium guy at google
      Signature
      [UPDATED] FREE 1-ON-1 MENTORSHIP: Student Makes $12,000 His First Week Of Running Ads
      Skype Me! Skype: yourebookwriter
      {{ DiscussionBoard.errors[225398].message }}
    • Profile picture of the author Eric Lorence
      Originally Posted by aniani View Post

      elitesalesgroup,
      the site which you mentioned wisegeek.com is a premium adsense publisher and therefor they have options for
      flexible ad formats....

      @ Eric Lorence ... they have not done it through CSS

      please donot modify the google adsense format using CSS as its against adsense T&C to tamper with their ads format
      and can result in cancellation of your adsense account.

      When you have 20 million page views per month, or 5 million searches (and some of these requirements are lowered for other languages and countries) you qualify for the Premium Publisher program from Google AdSense.

      Some sites where you can see the Premium ads in action are wisegeek.com/ cnn.com / about.com


      Tx
      Ani
      Look at Ezine Articles Ads.

      I am NOT talking about violating the TOS at all.

      Yes there are size and other limits, so read the TOS as to what is allowed.

      Custom ad blocks are built into scripts everyday.

      That site is just using a standard ad dimension either way.

      Best!
      {{ DiscussionBoard.errors[225483].message }}
  • Profile picture of the author elitesalesgroup
    LOL, now I am really confused. I know adsense doesn't allow you to change the code in any way but CSS isn't really changing the code, its just applying a style sheet , right?

    I guess I better leave it alone. The last thing I want is for my account to be cancelled.

    Thank you to everyone who weighed in on this discussion.
    {{ DiscussionBoard.errors[225960].message }}

Trending Topics