I want to get the performance of targeted placement-URLs  (Mobile Apps) in 
my campaign(s).
How can I do that?
What's missing from my AWQL / API requests?

I am trying in 2 approaches;
In either way, I receive a list of* Excluded* placements for that campaign,
but NOT the Placements I want to target


*Via AWQL:*

SELECT CampaignId, Url,  IsPathExcluded
FROM    URL_PERFORMANCE_REPORT
WHERE   CampaignId = 213667385 DURING 20150126,20150126"




*Or via API:*
{
 'fields': ['CampaignId', 'Id', 'CriteriaType', 'PlacementUrl'],
 'predicates': [
 {
 'field': 'CriteriaType',
 'operator': 'IN',
 'values': ['MOBILE_APPLICATION', ]
 },
 {
 'field': 'CampaignId',
 'operator': 'IN',
 'values': cids,
 }

via CampaignCriterionService


Background info:
*This is how I added targeted mobileapps / placements (which eventually do 
NOT appear in the above reports):*

{
 'xsi_type': 'BiddableAdGroupCriterion',
 'adGroupId': adgroup_id,
 'criterion': {
 'xsi_type': 'MobileApplication',
 'appId': placement_url,
 }

via adgroupCriterionService

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ae76602-4973-4a30-8c6d-a2de8f98d77e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to