That query is for the CAMPAIGN level, not the PLACEMENT level. The new performance_max_placement_view needs to show clicks and cost. Why even provide impressions which gives no information about how that placement performs?
On Friday, October 18, 2024 at 1:36:37 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > The performance_max_placement_view > <https://developers.google.com/google-ads/api/fields/v18/performance_max_placement_view> > > exposes placement impression metrics for Performance Max campaigns to gain > insights into where a campaign's ads were shown. If you are trying to fetch > the clicks, cost metrics for PMax campaign, please refer to the below > query: > > > SELECT > metrics.impressions, > metrics.clicks, > metrics.conversions, > metrics.cost_micros > FROM campaign > WHERE campaign.advertising_channel_type = 'PERFORMANCE_MAX' > > Do refer to the Performance Max reporting > <https://developers.google.com/google-ads/api/performance-max/reporting> > for more information. I hope this helps. > > > This message is in relation to case > "ref:!00D1U01174p.!5004Q02vGezz:ref" (ADR-00272077) > > Thanks, > > [image: Google Logo] Google Ads API Team > > > > > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1cdf6ac4-f32b-49a5-8319-3db233676e9dn%40googlegroups.com.
