Re: bug: missing enum in api (smartcampaignstatus)

2024-05-06 Thread Andrew Wirtz
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 clar

Re: bug: missing enum in api (smartcampaignstatus)

2024-05-06 Thread Levi Kline
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

RE: bug: missing enum in api (smartcampaignstatus)

2024-05-02 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Kindly note that campaign.primary_status has the enum 'PENDING' and 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 s

Bug: Missing enum in API (SmartCampaignStatus)

2024-05-01 Thread Levi Kline
According to the Google Ads documentation , there is a SmartCampaignStatus enum that includes the PENDING status. However, this enum does not appear to be referenced anywhere in the docu