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:
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.
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";