Google is prevented from bidding on a page that doesn’t contain bad words.
Troubleshooting
- ON-page setup:
- Search for “setTargeting” in your source code
- Key-value pair looks something like: googletag.pubads().setTargeting(‘google’, [‘0’, ‘no’, ‘off’]);
- Remove or delete the line of code to allow Google to bid
- OFF-page setup:
- Search for “window.m2hb.kvps” in your source code
- Key-value pair looks something like: window.m2hb.kvps[“google”] = “no”;
- Remove or delete the line of code to allow Google to bid
Need to Stop Google from Serving on Pages with Violations?