We can see an Adwords exception PolicyFindingError.POLICY_FINDING being thrown by AdWords against each of these ads.
I googled around this and the documentation is saying - "This error occurs when the entity will have a policy summary that includes a PROHIBITED policy topic entry." We haven't encountered this error before and are wondering what is causing this to happen.
Thanks and let me know your thoughts.
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
Ad with headline part 1 '한국심리상담아카데미 들어봤니' created non-policy error 'PolicyFindingError.POLICY_FINDING'. Removing the operation causing non-policy error from the request. Ad with headline part 1 '평생직업!한국심리상담아카데미' created non-policy error 'PolicyFindingError.POLICY_FINDING'. Removing the operation causing non-policy error from the request.
Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201809\cm\ApiException' with message '[RequiredError.REQUIRED @ operations[0].operand, RequiredError.REQUIRED @ operations[0].operator]' in /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/Common/Util/Reflection.php:43
Stack trace:
#0 /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/Common/Util/Reflection.php(43): ReflectionClass->newInstanceArgs(Array)
#1 /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/Common/AdsSoapClient.php(203): Google\AdsApi\Common\Util\Reflection->createInstance('Google\\AdsApi\\A...', '[RequiredError....')
#2 /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/Common/AdsSoapClient.php(164): Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))
#3 /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/AdWords/v201809/cm/AdGroupAdService.php(219): Google\AdsApi\Common\AdsSoapClient->__soapCall('mutate', Array)
#4 /var/www/ in /var/www/html/ad_manager/googleads-php-lib-v201809/src/Google/AdsApi/Common/Util/Reflection.php on line 43Hi Sang Jin Kim,
Thank you for posting your concern.
The RequiredError.REQUIRED occurs when your request is missing required information. To resolve the error, you may check which required information is missing in your request by referring this guide. Also, I would recommend you to log the error to see the fieldPath attribute of the error indicates which field is missing. If you haven't enable logging yet, you may refer to this guide on how to do it.
After trying the suggestion above and if you still see the same error, could you provide the complete SOAP request and response logs so I can further investigate?
Please let me know if you have further clarifications.
Regards,
Hiroyuki
Google Ads API Team