Hello,
I am currently trying out the Adwords API for the
first time. I am using the TargetingIdeaService to get some keyword
ideas and everything seems to be working fine. I am running into one
problem though:
I want to be able to set the filter "Only show
ideas closely related to my search terms" just as it is possible in the
front-end of the keyword planer tool to true.
I can't seem to
find this option anywhere in the API documentation and numerous searches
in this forum (and elsewhere) have not been helping. The search
parameter I am using is "RelatedToQuerySearchParameter".
I have
tried using the 'IdeaTextFilterSearchParameter' parameter instead, as
suggested by someone smarter than me, but I get the
"TargetingIdeaError.INSUFFICIENT_SEARCH_PARAMETERS
@ selector.searchParameters" error every time I try it, even though I
am populating the "included" and "excluded" strings.
FYI: The API version is: v201502 and the library I am using is Python
Can someone point to a way I can filter only closely related keywords (if at all possible) ?
Thank you.