Hi,
I’m in the middle of setting up enhanced ecommerce tracking based on my existing Google Analytics datalayer and have some questions:
- Some ecommerce data is already available, when I send the page view hit. Does it make sense to send the data in one hit? For example page view + promo views + product views or page view + checkout steps? Of course clicks would still be separate then. Or would you rather send everything in separate hits?
I’ve found this and it looks like you are combining the data whenever the ecommerce object is available before page view?
Specifically I’m wondering how to achieve this with the new GTM templates by Simo Ahava. I believe these enforce a new hit and don’t allow to add the data to the page view?
- This brings me to modeling: From reading some ressources, I believe for the Snowplow own ecommerce tracking it is always separate events (add to cart, transaction)? Are there any SQL examples on how to use the enhanced ecommerce tracking?
Thank you very much!