Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-15 Thread Ray Tsang (AdWords API Team)
Jeremy, The returned result are not expected to return the same search terms, but rather, keyword ideas. I.e., for a given term, the idea may not always be the same as the original term. Thanks, Ray On Wednesday, May 14, 2014 5:34:13 PM UTC+2, Jeremy Tremblay wrote: It should be the same

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-15 Thread Jeremy Tremblay
Which brings me back to my original question: How do I get the data for the Search Term?? If you look at the screenshot I provided, there is data in the Search terms section. How do I use the API to get that data? The Keyword Tool provides data in that section no matter what Search Term I use.

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-15 Thread Jeremy Tremblay
Forget it, I got it. I need a separate call to TargetingIdeaServiceInterface.get with selector.setRequestType(RequestType.STATS); instead of IDEAS and Paging paging = new Paging(); paging.setStartIndex(0); paging.setNumberResults(1); selector.setPaging(paging); Thanks for your help

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-14 Thread Ray Tsang (AdWords API Team)
Jeremy, The search terms field in the UI should be exactly the same string you entered in the previous step (in the Your product or service field). It is an user input. It should be the same value as what you have in setQuery(...). Cheers, Ray On Tuesday, May 13, 2014 9:58:12 PM UTC+2,

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-14 Thread Jeremy Tremblay
It should be the same value as what you have in setQuery(...) Yes, that is what I expect. But it does not come back in my TargetingIdeaPage as a TargetingIdea for every search term I use. For example when I use bakruptcy as my search term, I can find A TargetingIdea in my TargetingIdeaPage

Re: Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-13 Thread Ray Tsang (AdWords API Team)
Jeremy, To make sure I'm on the same page - could I trouble you to attach a screenshot of the search term that you are referring to? Thanks, Ray On Monday, May 12, 2014 4:10:00 PM UTC-4, Jeremy Tremblay wrote: Currently I am using the TargetingIdeaService to provide a subset of the

Using TargetingIdeaService to return the data for the actual search term provided.

2014-05-12 Thread Jeremy Tremblay
Currently I am using the TargetingIdeaService to provide a subset of the functionality of the Keyword Plannerhttps://adwords.google.com/ko/KeywordPlanner/Home?__c=2479277912__u=3596500112__o=cues by providing a list of locations and a RelatedToQuerySearchParameter query to