Hi, Using the campaign report you can fetch local ads/campaigns. I would recommend that you refer to the below GAQL query :
SELECT campaign.id, campaign.name, campaign.status, campaign.advertising_channel_type FROM campaign WHERE campaign.advertising_channel_type = 'LOCAL' Additionally, you can utilize the Query Builder and Query Validator to build and validate your queries. To retrieve Google Ads API entities and reporting data, you can use one of these methods like GoogleAdsService.SearchStream or GoogleAdsService.Search. Thanks, Google Ads API Team Feedback How was our support today? [2025-08-19 20:45:43Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4bxz:ref" (ADR-00330316) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/iN-3Y000000000000000000000000000000000000000000000T19DO700DBqRmAbNRX2-AxUC5x3RsA%40sfdc.net.
