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 status and primary status reasons for the smart campaign using the 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 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. This message is in relation to case "ref:!00D1U01174p.!5004Q02tIr88:ref" (ADR-00233375) Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/T7LoD000000000000000000000000000000000000000000000SCV89C00gA30LpvRQtCT0DIA82ZWyQ%40sfdc.net.