Hi Tom, On the AdWords API perspective, it is possible to submit exemption requests for keywords and ads that trigger policy violations <https://support.google.com/adspolicy/answer/6008942?visit_id=636740310813713039-4281224680&rd=1> (response should include isExemptable = true). This guide <https://developers.google.com/adwords/api/docs/guides/exemption-requests> shows how to handle policy violations programmatically along with code samples in various languages that you can refer to. Once you have populated exemptionRequests <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.AdGroupAdOperation#exemptionRequests>, these ads will be automatically submitted for review if they trigger a policy violation. As you can see in the red box in the guide, it is important to "Do not simply resubmit every ad or keyword that generates a PolicyViolationError <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.PolicyViolationError> after adding exemption requests. Only resubmit those ads or keywords you believe comply with our advertising policies and warrant further review.".
Let me know if you have further clarifications. *Note*: We are running an annual developer feedback survey. Please take opportunity to leave feedback <https://www.google.com/url?q=https%3A%2F%2Fgoogle.qualtrics.com%2Fjfe%2Fform%2FSV_8AJmKtdyZLWVWrb&sa=D&sntz=1&usg=AFQjCNEvRgTEW8m96OdR4nS8-UASi0ek7Q> on how we can make managing campaigns at scale even easier. Thanks, Vincent AdWords API Team On Thursday, November 1, 2018 at 12:30:08 AM UTC+8, [email protected] wrote: > > Hi everyone, > > My script has fallen foul of PolicyViolationError.POLICY_ERROR for > attempting to create a new keyword that contained a sensitive word > (suggested by the Targeting Idea Service!) > > In the GUI these trigger words are flagged for you, but then you can 'upload > & request exemption'. Is a similar facility available via the API? > > Cheers, > Tom > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a0e20ac1-93d8-4af7-86a9-7c2cf5066f46%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
