Hi,
Thank you for contacting the Google Ads API support team.
Please note that there is no such campaign type as “local inventory campaigns” as per the API documentation. However, as per this Help Center article, the local inventory ads can be enabled in your campaigns using the following 2 options:
Option 1: Performance Max campaign
Option 2: Shopping campaign
If you have followed one of the above options and want to retrieve the campaigns which have local inventory ads enabled, kindly let us know the campaign type of those campaigns present in your Google Ads account. In order to assist you further, please provide your Google Ads customer Id and the uncropped UI screenshot of your Google Ads account where you are able to list the campaigns having local inventory ads.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-08-19 06:52:15Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4bxz:ref" (ADR-00330316)
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.
![]() |
Google Ads API Team |
[2025-08-19 20:45:43Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u4bxz:ref" (ADR-00330316)