SELECT segments.click_type,metrics.clicks,metrics.impressions,metrics.conversions
FROM customer
WHERE metrics.impressions > 0 AND segments.date >= '2022-06-01' AND segments.date <= '2022-06-30'
For some click types in the result, conversions and clicks are returned as 0 while there was actually data for them.
Any known issues in regards to this by any chance? I can provide more details privately of course!
Thank you,
Tiana
|
||||||