Hello,
We have been using the TargetingIdeaService to get New idea of KEYWORD_TEXT ,AVERAGE_CPC , SEARCH_VOLUME for some time now but recently we have noticed that the values returing were not expected. For example, for the keywords in $targetingIdeaService = $user->GetService('TargetingIdeaService', '201306'); // Create seed keyword. $keyword = array('in home senior care','senior care services','senior home care','elder home care'...etc); // Create selector. $selector = new TargetingIdeaSelector(); $selector->requestType = 'IDEAS'; $selector->ideaType = 'KEYWORD'; $selector->requestedAttributeTypes = array('KEYWORD_TEXT','COMPETITION','SEARCH_VOLUME','AVERAGE_CPC'); $languageParameter = new LanguageSearchParameter(); $english = new Language(); $english->id = 1000; $languageParameter->languages = array($english); $relatedToQuerySearchParameter = new RelatedToQuerySearchParameter(); $relatedToQuerySearchParameter->queries = $keyword; $selector->searchParameters[] = $relatedToQuerySearchParameter; $selector->searchParameters[] = $languageParameter; $selector->paging = new Paging(0, 500); $page = $targetingIdeaService->get($selector); Result Keywords stats Not match with UI. and Average cpc is also very High. What is the issue?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. For more options, visit https://groups.google.com/groups/opt_out.