snowplow / snowplow-javascript-tracker

Snowplow event tracker for client-side and server-side JavaScript. Add analytics to your websites, web apps and servers.
http://snowplowanalytics.com
BSD 3-Clause "New" or "Revised" License
555 stars 222 forks source link

Support clicks on child elements in button click tracking #1280

Closed matus-tomlein closed 10 months ago

matus-tomlein commented 10 months ago

In case a button has child elements (e.g., a span or svg with an icon), button click tracking does not recognize clicks on these elements.

We should update the button click tracking to also recognize clicks on child elements of buttons.