Re: KeywordMatchType.EXACT problem

2010-06-15 Thread AdWords API Advisor
Hi, When you are using the requestType STATS, the returned statistics are relative to the matchType of the source keyword. If you also want the statistics for other matchTypes you need to add them to your RelatedToKeywordSearchParameter. Best, - Eric On Jun 14, 10:47 am, yaniv wrote: > Hi, wel

Re: KeywordMatchType.EXACT problem

2010-06-14 Thread yaniv
Hi, well i think it my mistake that i was not so clear, i try again. i don't care to get many many results back. the problem is the statistic result. GLOBAL_MONTHLY_SEARCHES, AVERAGE_TARGETED_MONTHLY_SEARCHES those number are wide! and not exact for the word in google key word tool when you move

Re: KeywordMatchType.EXACT problem

2010-06-10 Thread AdWords API Advisor
Hi, Please see the following thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/c28c21e1d7a2a837/df651da58a50fe31#df651da58a50fe31 Best, - Eric Koleda, AdWords API Team On Jun 8, 6:28 am, yaniv wrote: > Hello > i want to get an exact results for any

KeywordMatchType.EXACT problem

2010-06-08 Thread yaniv
Hello i want to get an exact results for any string that enter even for a few words. i try this code first Keyword[] kwa = new Keyword[arr.Length]; foreach (string optionName in arr) { if (optionName != "") { kwa[i] = new Keyword();