Additional params for pre-defined e-commerce events
S
Shaik Sk
- I’m Triggering the e-commerce events through pre-defined events ( eg. logViewItemList and logViewItem). For item level params in some cases we need pass the additional info like price, Index, quantity. Native firebase documentation having these info https://firebase.google.com/docs/analytics/measure-ecommerce#java_1. So Requesting you to add these params in item level.
- When exporting data to GA I’m unable to see the events under e-commerce section( using pre-defined events names not ‘logEvent’).Attaching screen the screenshots Please suggest how get them as e-commerce events and How to differentiate in debug view.
Wilton Godinho
Hi all, yes adding price to item level params is really necessary. It can be done using just JavaScript: https://firebase.google.com/docs/analytics/measure-ecommerce#javascript. Thanks