Hello, I was trying to create it for a website, not a forum/blog... I face a problem i keep getting this: "The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. -------------------------------------------------------------------------------- Please try the following: If you typed the page address in the Address bar, make sure that it is spelled correctly. Open the pagead2.googlesyndication.com home page, and then look for links to the information you want. Click the Back button to try another link. Click Search to look for information on the Internet. HTTP 400 - Bad Request Internet Explorer " what im doing is: This is the google ad unit code: <script type="text/javascript"><!-- google_ad_client = "{{ads_id}}"; <<<<< //728x90, created 1/23/08 google_ad_slot = "6377833039"; google_ad_width = 728; google_ad_height = 90; //--></script> <script type="text/javascript" Im replacing {{ads_id}} with a randon publisher id in the forum of pub-**************** can anyone tell me why is this happining? it works fine if I pot my own Pub-ID! Thanks
Perhaps it has something to do with Google's new google_ad_slot. Try using the older adsense code: <script type="text/javascript"><!-- google_ad_client = "{{ads_id}}"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type = "text"; google_ad_channel = ""; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "008000"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> Code (markup):
Wow! it worked man, I really appreciate it... I been working on it all day, read 1000 day old posts, still nothing on it... thanks for your help, do you have all the old formats? again many thanks
It's really simple. All the ad units used that same format, just change the numbers in width, height and format to any valid size. If you want text and image ads change type to this: