Hi Team,
I am currently working on a feature that involves creating a brand list using the Google Ads API. As part of this, we need to retrieve a comprehensive list of brand names.
I came across the SuggestBrandsRequest endpoint (https://developers.google.com/google-ads/api/reference/rpc/v18/SuggestBrandsRequest) , which allows us to fetch brand suggestions. However, it requires providing a brand prefix to return relevant results. Our requirement is to retrieve the full list of available brands, not based on any prefix.
Could you please confirm if there is any existing API endpoint or method that allows us to fetch all brand names directly, without the need to pass a prefix?
Looking forward to your guidance on this.
Thanks.
When creating a new brand list via the Google Ads UI, we observe that brand suggestions appear dynamically in the dropdown as we type(Attached screenshot). We are already aware of the SuggestBrandsRequest endpoint (https://developers.google.com/google-ads/api/reference/rpc/v18/SuggestBrandsRequest), which accepts a brand name prefix and returns relevant brand suggestions.
However, our requirement is to retrieve the complete list of available brands in Google Ads, without relying on prefix-based filtering.
Is there an API endpoint or method that allows fetching the full catalog of brands? Any guidance on this would be appreciated.