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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/675186f5-5cf9-423a-8522-9e0e8fb784ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.