Hi,
I am testing the TargetingIdeaPage. When I only pass the SeedAdGroupIdSearchParameter , it will return the keyword ideas that related to my ad group. When I only pass the RelatedToQuerySearchParameter, it will return the keyword ideas that related to the given keyword, but when I pass my SeedAdGroupIdSearchParameter AND the RelatedToQuerySearchParameter the result is the same as only passing the RelatedToQuerySearchParameter.
I read the Google AdWords API Document (https://developers.google.com/adwords/api/docs/reference/v201802/TargetingIdeaService.TargetingIdeaSelector), and I found that the adGroup's keywords would be used to generate new and related keywords when passing the SeedAdGroupIdSearchParameter. I would like to know what is the right result when passing the RelatedToQuerySearchParameter and SeedAdGroupIdSearchParameter to the targetingIdeaService. Also, I would like to know the strategy to give out the keyword ideas when passing multiple search parameters, especially the 'RelatedToQuerySearchParameter', 'SeedAdGroupIdSearchParameter' and 'RelatedToUrlSearchParameter'.
Thanks
Sally