Hi, i will continue Omer's question: I looked into AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements> , but could not find a PlacementUrl or Url field in that report.
Also, I would like ,for a specific reason, to get a list of ALL "positive" placements, not only placements with statistical data (e.g. impressions=0) I did not find a way to get those. Thank you On Tuesday, January 27, 2015 at 11:01:19 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > I would recommend adding a statistic field to your report request, e.g., > *Impressions*. This will ensure that your report returns rows based on > impressions served and not just the structure of your account. > > Also, for placements you can use either the PLACEMENT_PERFORMANCE_REPORT > <https://developers.google.com/adwords/api/docs/appendix/reports#placement> > or > the AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT > <https://developers.google.com/adwords/api/docs/appendix/reports#automatic-placements> > (for > automatic placements) to get placement-related data. I'd include a > statistic field on those requests as well. > > Cheers, > Josh, AdWords API Team > > On Tuesday, January 27, 2015 at 6:49:43 AM UTC-5, Omer Cohen wrote: >> >> 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/8fc852f3-0829-40e6-9f6e-520dee790f48%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
