Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › How to retrieve item positions for a product using the GA4 API? › Reply To: How to retrieve item positions for a product using the GA4 API?
-
Looks like the GA4 query isn’t liking “itemListClickEvents” because it’s incompatible with the dimensions you’ve chosen. You could replace it with “item_views” or “product_detail_views” since GA4 uses event-based tracking. Also, GA4 might not directly support list position tracking like UA, so it could require a custom implementation. Worth checking out Google’s official docs or perhaps a Google Analytics expert for more detailed advice!