Hi Mirk B,
Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you would like to retrieve the information about the individual products in the shopping campaign.
Kindly refer to the below query to retrieve the product details using the
shopping_performance_view report:
SELECT campaign.id, campaign.name, ad_group.id, metrics.clicks, metrics.impressions, metrics.conversions, metrics.conversions_value, metrics.cost_micros, segments.product_brand, segments.product_channel, segments.product_condition, segments.product_country, segments.product_language, segments.product_title, segments.product_store_id, segments.product_merchant_id, segments.product_item_id FROM shopping_performance_view WHERE campaign.name LIKE 'SK Nakupni%'
Also, you can use
Query Builder to create your query and
Query Validator to validate your query. Hope this helps. Let us know if you have any further queries.
This message is in relation to case "ref:!00D1U01174p.!5004Q02ryyZK:ref"
Thanks,
 |
Google Ads API Team |
