Adsense Script Changes

Discussion in 'AdSense' started by malkassem, Jul 15, 2007.

?

Will Google have a problem if I change the width and height param. in Adsense scipt?

Poll closed Jul 20, 2007.
  1. Yes.

    5 vote(s)
    100.0%
  2. No, I don't think so.

    0 vote(s)
    0.0%
  1. #1
    I added Adsense script to my website. I know that I am not supposed to change the script and paste it as is, but I would like to make my site symmetrical. Do you think Google would have a problem if I changed the width and height parameters in the script?

    See bolded section:

     
    malkassem, Jul 15, 2007 IP
  2. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #2
    Google ads won't be displaying then.
     
    Big0ne, Jul 15, 2007 IP
  3. DRoP

    DRoP Peon

    Messages:
    182
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can't see them minding, but I can't see it working properly...
     
    DRoP, Jul 15, 2007 IP
  4. boreddaily

    boreddaily Active Member

    Messages:
    205
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #4
    i think you can change those a bit and the ads will still display. I don't know if they have a problem with it though.
     
    boreddaily, Jul 15, 2007 IP
  5. john269

    john269 Notable Member

    Messages:
    6,229
    Likes Received:
    116
    Best Answers:
    0
    Trophy Points:
    235
    #5
    Yes, you can change them to any ad format that they allow you to use:

    google_ad_width = 120;
    google_ad_height = 600;
    google_ad_format = "120x600_as";


    But you can't just change the 2 that you mention. You will have to also change the 3rd one I mention. If you don't change it to the correct size then it is breaking googles TOS I believe.

    So for example,

    Changing it to the following is fine:

    google_ad_width = 160;
    google_ad_height = 600;
    google_ad_format = "160x600_as";



    Changing it to the following would not be fine as it's not one of Google's formats:

    google_ad_width = 163;
    google_ad_height = 632;
    google_ad_format = "163x632_as";
     
    john269, Jul 15, 2007 IP
  6. temon

    temon Banned

    Messages:
    2,256
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #6
    idont know but ithink they make the chanelse for this resone
     
    temon, Jul 15, 2007 IP