Hi, Based on this article <https://support.google.com/google-ads/answer/13872527?hl=en&ref_topic=10631992>, I can get the metrics data from UI for asset_group in Pmax campaign But can I get these data via API? I try to send this query SELECT asset_group.id, asset_group.name, metrics.clicks, metrics.impressions FROM asset_group where asset_group.id = '6479664517' and segments.date DURING LAST_MONTH ORDER BY metrics.impressions DESC but I got an error "Cannot select or filter on the following metrics: 'clicks'(could not support requested resources: 'ASSET_GROUP'), 'impressions'(could not support requested resources: 'ASSET_GROUP'), since metric is incompatible with the resource in the FROM clause or other selected segmenting resources. "
so my question is if we can query for pmax sset_group reporting with metrics by API? Thanks Mike -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/b41aec84-454d-4510-a9da-159dc62e376en%40googlegroups.com.