Thanks a lot. Really appreciate the input. The Query Validator is very helpful.
On Sun, Apr 3, 2022 at 10:34 PM Google Ads API Forum Advisor <[email protected]> wrote: > Hi Bikram, > > Thank you for reaching out to us. > > I would recommend that you use the Google Ads Query Builder > <https://developers.google.com/google-ads/api/fields/v10/overview_query_builder?hl=en> > and Query Validator > <https://developers.google.com/google-ads/api/fields/v10/query_validator?hl=en> > tools for constructing queries. > > Upon checking, It is valid to filter only "ENABLED" and "PAUSED" campaigns. > Below is an example query to filter it from the above tools : > > *SELECT campaign.id <http://campaign.id>, campaign.name > <http://campaign.name>, campaign.status, campaign.serving_status, > campaign.campaign_budget, campaign.start_date, campaign.end_date FROM > campaign where campaign.status IN ('ENABLED', 'PAUSED') ORDER BY > campaign.id <http://campaign.id>* > > That said, you may try out the above query and write back to us if you > have additional clarifications. > > Best regards, > [image: Google Logo] > Heidi > Google Ads API Team > > > ref:_00D1U1174p._5004Q2ZJGKQ:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CAHweZgJrKCeDkkTXzh82ZOd%2BhakoQN6YkBrm-5AvDHyt0UJrVA%40mail.gmail.com.
