Thanks a lot Peter! That helped! :) However, will it be possible to return an entire campaign? I mean here in the query we have to SELECT the fields we want, is it possible to return the whole campaign? Using query? Or a GET call? I just have the campaign name. So how to get the whole campaign? Thanks!
On Wednesday, November 3, 2021 at 11:50:42 AM UTC+5:30 adsapi wrote: > Hi Wayne, > > You can use our Query builder > <https://developers.google.com/google-ads/api/fields/v8/overview_query_builder?hl=en> > > and Query validator > <https://developers.google.com/google-ads/api/fields/v8/query_validator?hl=en> > > prior to using your GAQL in your API requests. As for filtering campaign > names, you can use operators such as LIKE as seen in the query below : > > *SELECT campaign_budget.id <http://campaign_budget.id>, > campaign_budget.name <http://campaign_budget.name>, > campaign_budget.resource_name, campaign.name <http://campaign.name> FROM > campaign_budget WHERE campaign.name <http://campaign.name> LIKE > 'Campaign_Name'* > > Let me know how this goes on your end. > > Best regards, > > [image: Google Logo] > Peter Laurence Napa Oliquino > Google Ads API Team > > > ref:_00D1U1174p._5004Q2QHEw3: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 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 "AdWords API and Google Ads 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/58c5f2c8-9ae2-4554-b6bb-ebbbb7136cf5n%40googlegroups.com.