Forum Moderators: martinibuster

Message Too Old, No Replies

More Transparency for Publishers

Google providing page level policy actions and new policy center

         

pubpolicycomms

7:50 pm on May 15, 2017 (gmt 0)

10+ Year Member Top Contributors Of The Month



What do you all think of this change? Many of the positive changes that I discussed with publishers for over a year now are now starting to go live. I would love to hear your thoughts. [blog.google...]

Peter_S

6:34 pm on Jun 12, 2017 (gmt 0)

5+ Year Member Top Contributors Of The Month



Can I ignore the violation? Is there a threshold for "we're disabling all ads on all pages"?

I wouldn't play that game. In your "adsensecode.php", you can simply test the current URL ( $_SERVER [ 'REQUEST_URI' ] ) to insert or not the code.

if ( $_SERVER [ 'REQUEST_URI' ] == $bad_uri )
{
// do not display
}
else
{
// adsense code
}

*Be careful, it's the URI (without the protocol and domain name) and not URL

Also, it should be written in your violation notification that you have 3 days to comply, otherwise ads will stop showing, or something like that.

System

8:59 pm on Jun 12, 2017 (gmt 0)

redhat



The following message was cut out to new thread by martinibuster. New thread at: google_adsense/4853691.htm [webmasterworld.com]
2:49 pm on Jun 14, 2017 (utc -5)

netmeg

2:43 pm on Jun 14, 2017 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think I've only ever gotten one policy notification in my life (and it turned out to be a mistake) and hopefully that trend will continue, but this looks like a positive thing for all concerned.

(Discussions of declining revenue probably belong in another post rather than intentionally derailing this one)
This 33 message thread spans 2 pages: 33