Hi Google Ads Team I'm trying to retrieve reporting data of location asset for a performance max campaign. However, when I run this query, it only returns result of the search campaign. Can you help guide me how to get data of the performance max campaign?
Here's the query SELECT campaign.id,metrics.impressions,metrics.clicks,metrics.cost_micros,asset_set.type,asset_set.id,asset.id,asset.type,metrics.interactions,metrics.cross_device_conversions FROM asset_set_asset WHERE segments.date >= '2025-04-01' AND segments.date <= '2025-04-22' AND metrics.impressions > 0 Thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/7498c1b7-3edd-46d6-a3b5-ba24c59896c1n%40googlegroups.com.
