I believe it could be useful, through API, to have the possibility to create and track custom events (and eventually with custom parameters), for example:
let's say we have a product page, and I want to track every time a user click in the button that open a popup to show the list of sizes. Basically in the onClick event handler I'll make the API POST request.
I believe it could be useful, through API, to have the possibility to create and track custom events (and eventually with custom parameters), for example:
let's say we have a product page, and I want to track every time a user click in the button that open a popup to show the list of sizes. Basically in the onClick event handler I'll make the API POST request.