Hi,

All performance stats (such as *Cost, Impressions, ConvertedClicks*, *CPC*, 
etc.) are available in API reports 
<https://developers.google.com/adwords/api/docs/guides/reporting>. You can 
see the full list of available reports and report fields here 
<https://developers.google.com/adwords/api/docs/appendix/reports>.

For your particular use case, the KEYWORDS_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports#keywords> 
and PLACEMENT_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports#placement> are 
a good fit.

Thanks,
Josh, AdWords API Team

On Tuesday, April 21, 2015 at 11:37:47 AM UTC-4, Richard wrote:
>
> Hi !
>
> In the Adwords Editor App and the Adwords website, in a add group, I can 
> filter keywords or placements by {converted clicks} and {cost per converted 
> click}.
> How can I do the same filter via the Adwords API?
> Or, how can I get {converted clicks} and {cost per converted click} datas 
> for keywords and placements?
>
> I found this service: ConversionTrackerStats 
> <https://developers.google.com/adwords/api/docs/reference/v201502/ConversionTrackerService.ConversionTrackerStats>
>  but 
> how can I use it with keywords and placements?
>
> For information, my current php code is:
>
>   $adGroupCriterionService = $user->GetService('AdGroupCriterionService', 
> ADWORDS_VERSION);
>
>   // Create selector.
>   $selector = new Selector();
>   $selector->fields = array('KeywordText', 'KeywordMatchType', 'Id', 
> 'CpcBid');
>   $selector->dateRange = new DateRange('20150401', '20150430');
>
>   // Create predicates.
>   $selector->predicates[] = new Predicate('AdGroupId', 'IN', 
> array($adGroupId));
>   $selector->predicates[] = new Predicate('CriteriaType', 'IN', 
> array('KEYWORD', 'PLACEMENT'));
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/199df7ce-c1e1-4a92-a066-54d5c7132e9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to