Hi, You could also leverage the *validateOnly* header to pre-check your keywords. Each of our client libraries contains a *ValidateTextAd* example that illustrates this exact use case. You can find this example under the library's campaign management folder, e.g., here<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/campaignmanagement/ValidateTextAd.java>for the Java library.
Cheers, Josh, AdWords API Team On Tuesday, March 11, 2014 5:15:24 AM UTC-4, Zweitze wrote: > > The list varies: if tomorrow a new phamaceutical product is released, its > name will appear on the list of forbidden words. > > Consider rewriting your program so it doesn't crash when using those > words. For instance let it catch such errors and act accordingly (eg., > request an exemption). > > > > On Tuesday, March 11, 2014 8:53:35 AM UTC+1, Luca Fiaschi wrote: >> >> Hi, we have a big issue with forbidden words in ads. >> >> When uploading the ads via API, some of them may cause the program to >> crash since innocent words in the text of the ad (like Tabak in PK language >> is kind of food) violate Google policies on forbidden words. >> >> Is it possible to have list of forbidden words and/or is there any >> validation service for the text in the ads, before submitting the creation >> request? >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
