simpleanalytics / roadmap

File you bugs and feature requests here
24 stars 2 forks source link

Track custom events via API #539

Open simpleanalyticsbot opened 3 years ago

simpleanalyticsbot commented 3 years ago

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.