What do you mean by "pending review according to the Google Ads dashboard"? 
I have been having similar issues with Smart Campaigns where the Dashboard 
says something about a "quick policy review".

On Monday, May 6, 2024 at 3:48:36 AM UTC-5 Levi Kline wrote:

To follow up -- could you please clarify the meaning of the `PENDING` 
status? We have several Smart campaigns that only have a primary status of 
`ELIGIBLE,` but are pending review according to the Google Ads dashboard. 
How are we able to determine if a Smart campaign is under review? Thanks 
for the clarification.

Best,
Levi

On Thursday, May 2, 2024 at 8:56:33 AM UTC-7 Google Ads API Forum Advisor 
wrote:

Hi,

Thank you for reaching out to the Google Ads API support team.

Kindly note that campaign.primary_status 
<https://developers.google.com/google-ads/api/fields/v16/campaign#campaign.primary_status>
 has 
the enum 'PENDING' and campaign.primary_status_reasons 
<https://developers.google.com/google-ads/api/fields/v16/campaign#campaign.primary_status_reasons>
 
has the enum 'MOST_ADS_UNDER_REVIEW' are available in the query builder. 
Kindly check the below query to retrieve the primary status and primary 
status reasons for the smart campaign using the campaign 
<https://developers.google.com/google-ads/api/fields/latest/campaign> 
report: SELECT campaign.id, campaign.name, 
campaign.advertising_channel_type, campaign.primary_status, 
campaign.primary_status_reasons, campaign.status FROM campaign WHERE 
campaign.advertising_channel_type = 'SMART' AND campaign.primary_status = 
'PENDING' AND campaign.primary_status_reasons CONTAINS ALL 
('MOST_ADS_UNDER_REVIEW') You can use Query Builder 
<https://developers.google.com/google-ads/api/fields/v16/campaign_query_builder>
 
to create your query and Query Validator 
<https://developers.google.com/google-ads/api/fields/v16/query_validator> to 
validate your query. Also, kindly try making the request to the search 
<https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/search>
 or searchStream 
<https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.googleAds/searchStream>
 endpoint 
by passing your customer ID and developer token and let us know how this 
goes on your end.
  
This message is in relation to case 
"ref:!00D1U01174p.!5004Q02tIr88:ref" (ADR-00233375)

Thanks,
  [image: Google Logo] Google Ads API Team 



-- 
Feathr is closed on Fridays, operating under a four-day workweek from 
Monday-Thursday. Our platform remains available 24/7, however, on Fridays, 
please expect delays on email and ticket response times.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d2bc8ff-76c3-4a6c-bb94-bb07af01eaaen%40googlegroups.com.
  • Bu... Levi Kline
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... Levi Kline
        • ... Andrew Wirtz

Reply via email to