How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2014-06-30 Thread Vishal Chawla
I am trying to get Average Monthly Search for a keyword using the Adwords API (v201402) in PHP. For this I am using the TagretingIdeaService by specifying my keyword in the *queries* parameter of RelatedT

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2014-06-30 Thread Ray Tsang (AdWords API Team)
Vishal, Could I trouble you to show me a screenshot of what you are referring to? Thanks, Ray On Saturday, June 28, 2014 3:04:08 AM UTC-4, Vishal Chawla wrote: > > I am trying to get Average Monthly Search for a keyword using the Adwords > API (v201402) in PHP. For this I am using the Tagretin

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
De*ar Vishal,* have you find a solution for this probelm? If yes, can you help me? Robertp On Saturday, 28 June 2014 09:04:08 UTC+2, Vishal Chawla wrote: > > I am trying to get Average Monthly Search for a keyword using the Adwords > API (v201402) in PHP. For this I am using the TagretingIdea

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Ray, here the screenshot, i am using the java api and the example getKeywordIdeas. As you can see the script returns just related keywords, but not the specific keyword. Do you know how can I modify the code in order to get the precise information? Thank you so much. RobertoMalcotti <

Re: How to get "Exact" match keyword result while using TargetingIdeaService (v201402)?

2016-01-12 Thread roberto . malcotti
Dear Vishal, I got it. I am using Java but I think for PHP is similar. When you set the selector, selector.setRequestType(RequestType.STATS); if you put .STATS you get the info for the specific keyword. if you put .IDEAS you get the related keywords. Hope this can help! Roberto On Saturda