Hello Danial,

Can i get previous month avg cpc using API?
Or any way to get results like older API versions?


On Friday, August 2, 2013 2:50:37 PM UTC+5:30, Danial Klimkin wrote:
>
> Hello Chirag,
>
>
> The UI number is an average for past several month (see the description 
> under "?" button) while API data is monthly. They can match for some months 
> but likely to be different.
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, August 1, 2013 10:58:51 AM UTC+4, Chirag eReportz wrote:
>>
>> 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.

Reply via email to