Hi Alex, The answer is "Maybe". Policy approval is asynchronous (including manual review steps), so you might not get back a PolicySummary field in response when you upload the ad. The only time you know for sure that the ad has no errors is when your ad's combinedApprovalStatus <https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.AdGroupAdPolicySummary#combinedapprovalstatus> has become approved, and policyTopicEntries <https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.AdGroupAdPolicySummary#policytopicentries> return empty. So you might have to fetch the ads multiple times over a period of time to know for sure.
Cheers Anash P. Oommen, AdWords API Advisor. On Friday, March 23, 2018 at 10:13:52 AM UTC-4, [email protected] wrote: > > Can I get an answer to my last question, does this mean if there are no > errors in the ad that the policy summary will be NULL instead of including > the 'policy approval status'? > > On Tuesday, March 20, 2018 at 12:35:22 AM UTC-5, Peter Oliquino wrote: >> >> Hi Alex, >> >> My apologies as well if I missed this out on my previous response, >> however, the PolicySummary field would be null if there were no policy >> related errors encountered when uploading your ads. >> >> If your intention is to handle ad upload errors due to policy, you may >> refer to this guide >> <https://developers.google.com/adwords/api/docs/guides/exemption-requests> >> . >> >> Best regards, >> Peter >> AdWords API Team >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/968971c6-6d3d-43c5-b101-5fd21b519e92%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
