event-tracking function
Event tag (placed at specific position) is used to track event by call api above to tracking event automation from API. An event tag follows general structure template as below:
This is the function structure
web_event.track([e_c], [e_a], {
items: [{list products properties}],
dims: {the relation items},
extra: {the extra properties}
});
Was this helpful?