Wordpress Themes - Wordpress Themes - Find jobs - Free Movies - Debt Consolidation

PDA

View Full Version : Is Removing google_ad_format allowed?


qll
Jul 25th 2004, 9:41 pm
that is with ad_format
<iframe src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-netfirms_728x90&url=http%3A%2F%2F4mail.netfirms.com%2Fhosting%2F&format=728x90_as" width="728" height="90" frameborder="0" name="google_ads_frame"></iframe>

that is without
<iframe src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-netfirms_728x90&url=http%3A%2F%2F4mail.netfirms.com%2Fhosting%2F&format=728x90" width="728" height="90" frameborder="0" name="google_ads_frame"></iframe>

If you have google_ad_format, then it will use it. If you don't have it, it will widthxheight, without the 'as'.

Also, please shine me the tricks on how to display more than 10 ads in one page. I can display at mots 5 now. This is only for sandbox test only, not on real pages. I want to build something similar to digitalpoint/sandbox. So far, I am able to to display 4/5 ads now, but no more than that. I want to know how to set up the paremeters to display more than 5

digitalpoint
Jul 26th 2004, 8:23 am
Google's AdSense terms don't allow you to change the JavaScript at all. But if it's just for testing purposes, I don't think it would matter if you removed the ad_format or not.