Hello there
I'm working around shopping performance, with the query, I can fetch product title, item id, channel, and some metrics, but I can't fetch link and image_link from products attributes.
This is my query for this moment:
SELECT
shopping_performance_view.resource_name,
segments.product_merchant_id,
segments.product_title,
segments.product_item_id,
segments.product_channel,
metrics.clicks,
metrics.all_conversions
FROM
shopping_performance_view
WHERE segments.date DURING LAST_30_DAYS
Any suggestions? or please send me some links for direction.
Thanks