Hi Steve, Could you provide your UI screenshot as well as your SOAP request and response logs so I can further check if both your Keyword Planner as well as the TargetingIdeaService <https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService> have the same parameters?
In regards to the "Keywords to include" search criteria, you are correct to use the IdeaTextFilterSearchParame <https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.IdeaTextFilterSearchParameter> ter <https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.IdeaTextFilterSearchParameter> . In regards to the "Only show ideas closely related to my search terms" criteria, you can mimic this in the API by using both RelatedToQuerySearchParameter <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.RelatedToQuerySearchParameter> and IdeaTextFilterSearchParameter <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.IdeaTextFilterSearchParameter> with the same keywords at the same time: <searchParameters xmlns:ns7= "https://adwords.google.com/api/adwords/o/v201708" xsi:type= "ns7:RelatedToQuerySearchParameter"> <ns7:queries>women's blue shoes</ns7:queries> </searchParameters> <searchParameters xmlns:ns15= "https://adwords.google.com/api/adwords/o/v201708" xsi:type= "ns15:IdeaTextFilterSearchParameter"> <ns15:included>women's blue shoes</ns15:included> </searchParameters> Basically, if you really want to include the "Only show ideas closely related to my search terms" in the API, then you need not to separate your value (women's blue shoes) by comma. Or, if you separate your value by commas, then both of the parameters must be the same. You can refer here <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#mapping_to_keyword_planner> for the complete mapping of both Keyword Planner and TargetingIdeaService. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6aeb1882-2d21-4a94-bf86-5ffdf40432d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.