Hello,
I am trying to get performance metrics of products that are in specific campaign of type 'Performance Max'. I tried to use following query
SELECT
campaign.id, campaign.status, metrics.clicks
FROM
product_group_view WHERE segments.date = '$date' AND campaign.status = 'ENABLED' AND
campaign.id = xxx
However, the
product_group_view returns only products that belong to Shopping campaigns.
So my question is, how can I get stats of products belonging to a Performance campaign.
I am including a screenshot from Google Ads UI, where you can see that the campaign I am on is Performance max, I have arbitrary timeframe selected and on the list of products I see their stats for that specific timeframe.
Thank you for help.