Hobbs

msg:3886732 | 10:16 pm on Apr 6, 2009 (gmt 0) |
Yeah OFF is a good position for Google's version of hybrid CPM. Excuse the silly question but why would anyone want to put ads on a privacy page?
|
HuskyPup

msg:3886741 | 10:29 pm on Apr 6, 2009 (gmt 0) |
| Excuse the silly question but why would anyone want to put ads on a privacy page? |
| Ah...it uses the same template header.inc for all pages therefore I can switch all ads on or off if required with one file upload. The same applies to the lhs navigation as well with its AdLinks block, one file and all are replaced sitewide. A lot easier than find and replace:-)
|
HuskyPup

msg:3886752 | 10:47 pm on Apr 6, 2009 (gmt 0) |
| Yeah OFF is a good position for Google's version of hybrid CPM. |
| Does one still have to write to Google to switch these off? Checked the entire AdSense site, nothing, then the search here at WebmasterWorld and can't find any other answer but to write in. Correct?
|
Hobbs

msg:3886759 | 10:52 pm on Apr 6, 2009 (gmt 0) |
Correct
|
Lame_Wolf

msg:3886776 | 11:36 pm on Apr 6, 2009 (gmt 0) |
| Does one still have to write to Google to switch these off? |
| Sadly, yes. But if Al Gore was running Google, it would be a switch we could click on/off. Think of the energy saved.
|
Visit Thailand

msg:3886964 | 7:58 am on Apr 7, 2009 (gmt 0) |
i did not think we could have ads on pages like privacy pages and a few others.
|
wheelie34

msg:3887014 | 9:18 am on Apr 7, 2009 (gmt 0) |
| i did not think we could have ads on pages like privacy pages and a few others |
| me too! I use the same as huskypup, an included header and footer but I add pages to be excluded like this if ($adsense == "on")# switch is in my config file { if(!strstr($_SERVER['REQUEST_URI'], "sitemap.php") && !strstr($_SERVER['REQUEST_URI'], "policy.php")) { $ads = 'insert ad code here'; } else { $ads = ""; } } else { #do nothing } print "$ads"; works perfect for me
|
HuskyPup

msg:3887042 | 10:08 am on Apr 7, 2009 (gmt 0) |
| i did not think we could have ads on pages like privacy pages and a few others. |
| I'm not sure if they have changed their policy however when I implemented this at the very start of AdSense I requested permission and received it.
|
Hobbs

msg:3887059 | 11:41 am on Apr 7, 2009 (gmt 0) |
| i did not think we could have ads on pages like privacy pages |
| Why not, it is allowed to put ads on 404 error pages (as long as it has 'content'), serious brand damage.
|
|