i want to get a list of placement URLs per *mobile* campaign, using AWQL.

   1. 
   
   For an "exclude" mobile campaign, i want to get the list of *excluded* 
   placements,
   2. 
   
   and for an "include" mobile campaign, i want to get the list of 
   *included* placements,
   3. 
   
   For that matter - do mobile-placements differ in API or reference than 
   "normal" placements?
   
I tried several versions in several reports, but i can't get them. e.g. 

Select PlacementUrl, IsNegative 
from CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT 
where CampaignId=123456789

returns all excluded placements, only in a non-mobile campaign; The same 
query for a mobile campaign yields empty result set :(

More details and trials:

I tried using *AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT*:

   - but i got a "missing during clause" error - even though i'm not 
   interested in dates.
   - even with duration = LAST_30_DAYS, the report came empty
   - Also none of the fields in this report is called "placement" or 
   something. 

For these reports, only an empty result set is returned (i of course 
verified that my real campaign (different number than show has excluded 
placements - it does, and many.) :

select CriteriaParameters, DisplayName, Domain, IsPathExcluded 
from AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT where CampaignId=123456789 
DURING TODAY

and

select PlacementUrl 
from PLACEMENT_PERFORMANCE_REPORT 
where CampaignId=123456789 DURING LAST_30_DAYS


   - btw: also SEARCH_QUERY_PERFORMANCE_REPORT doesn't contain any 
   reference to placements (it name implies that this is the report for 
   everything...)

The last hint. maybe it these negative placements were excluded ("added") 
via API: NegativeCampaignCriterion

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26d4f0bf-0a7d-4e2e-adf6-8f7a75382ad6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to