How do we map these values of [ad_group_ad.policy_summary.approval_status] by invoking Google ADS api to the value of status on the page?

115 views
Skip to first unread message

zhi danble

unread,
Jul 21, 2022, 8:52:45 AM7/21/22
to Google Ads API and AdWords API Forum
Hi, according to the Google Ads API guides, I can get default Ads overview screen in the UI by the query statement below:
SELECT ad_group_ad.ad.expanded_text_ad.headline_part1,
  ad_group_ad.ad.expanded_text_ad.headline_part2,
  ad_group_ad.ad.expanded_text_ad.headline_part3,
  ad_group_ad.ad.final_urls,
  ad_group_ad.ad.expanded_text_ad.description,
  ad_group_ad.ad.expanded_text_ad.description2,
  campaign.name,
  ad_group.name,
  ad_group_ad.policy_summary.approval_status,
  ad_group_ad.ad.type,
  metrics.clicks,
  metrics.impressions,
  metrics.ctr,
  metrics.average_cpc,
  metrics.cost_micros
FROM ad_group_ad
WHERE segments.date DURING LAST_7_DAYS
  AND ad_group_ad.status != 'REMOVED'

I think this field [ad_group_ad.policy_summary.approval_status] corresponds to the status in the UI.
Below is the possible values of this field [ad_group_ad.policy_summary.approval_status]:
APPROVED
APPROVED_LIMITED
AREA_OF_INTEREST_ONLY
DISAPPROVED
UNKNOWN
UNSPECIFIED

The values of status in the UI are as follows:
Eligible
Eligible(Limited)
Not eligible
Paused
Removed

How do we map these values of [ad_group_ad.policy_summary.approval_status] by invoking Google ADS api to the value of status on the page?

Google Ads API Forum Advisor

unread,
Jul 21, 2022, 9:04:44 AM7/21/22
to danbl...@gmail.com, adwor...@googlegroups.com

Hi,

Thanks for reaching out to the Google Ads API Forum.

For us to investigate further on the values fetched by [ad_group_ad.policy_summary.approval_status]  and status seen on UI report to map those, could you provide us with the following details?

  • Customer ID or complete request and response logs with the request-id, generated 
  • Complete Ads UI screenshot showing said status seen in the UI 

For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex Java) > Logging documentation, which you can access from this link. You may then send the requested information via the Reply privately to author option.

Regards,

Google Logo
Yasar
Google Ads API Team
 


ref:_00D1U1174p._5004Q2bmLkH:ref

zhi danble

unread,
Jul 26, 2022, 11:55:02 AM7/26/22
to Google Ads API and AdWords API Forum
ad status.pngad status2.png
Reply all
Reply to author
Forward
0 new messages