Hi Vivian, For ad-level reports, you could use the Ad Performance Report <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report> instead of the Ad Group Performance Report. You may get the field CombinedApprovalStatus <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#combinedapprovalstatus> for the status of your ad. However, there are currently no fields that can return the reason of the disapproval. The closest field I can recommend you is the PolicySummary <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#policysummary> field, where it can retrieve all policy-related information of an ad.
As for the service, you may check if the fields PolicyViolationError <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupAdService.PolicyViolationError> (if you create an ad with policy violation issues, your ad won't be created and this error will be generated) or PolicyTopicEntry <https://developers.google.com/adwords/api/docs/reference/v201806/AdGroupAdService.PolicyTopicEntry> will fit your needs. You will be able to retrieve policy-related information in those fields. Could you confirm if this is the answer you are looking for? Regards, Dannison AdWords API Team On Wednesday, September 5, 2018 at 3:04:40 PM UTC+8, Vivian zhang wrote: > > Hello, > > I want to get a report from Google API for the information below: > Ad Group Id, Ads, Ads Status (approved, disapproved, etc.), Disapproval > reason (eg. trade mark, Circumventing systems, etc.) > > I am seeing report: > Ad_group_performance > has ads status info, but not disapproval reasons > > Also, service: > AdGroupAdService > also has status info, but does it includes disapproval reasons? > > Or, are there any other report/service I can pull from? > > Thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/f3dbf2ae-74fe-48b7-b3cf-5004dc87aa54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
