Hi everyone,
I'm encountering an issue with the generateKeywordIdeas endpoint in the Google Ads API (v19). When I make a request using keywordSeed, the response only includes the keyword I provided in the seed, but it doesn't generate any new related keyword ideas.
This is different from the behavior in the Google Ads UI's Keyword Planner, which provides many relevant suggestions for the same seed keyword, language, and location settings.
Here are the details of my API call:
Problem: The API response successfully returns data/metrics for the exact keyword "rekonstrukce bytu", but the list of generated keyword ideas (generateKeywordIdeasResult.keywordIdeaMetrics) is either missing or only contains the seed keyword itself, instead of suggesting related terms like "oprava bytu", "rekonstrukce koupelny", etc., which I see in the UI (320 related keywords).
Question: Is there something missing in my request? Why might the API not be generating related keyword ideas based on the keywordSeed?
Any help or insights would be greatly appreciated!
Thanks,