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 to create your query and Query Validator to validate your query. Also, kindly try making the request to the search or searchStream endpoint by passing your customer ID and developer token and let us know how this goes on your end.
![]() |
Google Ads API Team |
To find campaigns under review in Google Ads, you may check the "Status" column in the campaigns, look for the campaigns that have the PENDING status. If you hover over the PENDING status, a tooltip will appear that says "Under review".
Hi,
According to the help center article, pending status indicates that the campaign will start in the future once the future date arrives. If you want to change the campaign date, you can change it at any time to start the campaign.
However, if you want more assistance on this, please get back to us so that we can route you to the appropriate support team.
Kindly note that we can only support Google Ads API-related concerns and technical issues.