ankane / ahoy.js

Simple, powerful JavaScript analytics
MIT License
500 stars 117 forks source link

[Idea] Extra attributes on clicks #82

Open pedrocarmona opened 8 months ago

pedrocarmona commented 8 months ago

Allow setting extra attributes to clicks via data html attributes.

<a href="/profiles/1" id="profile_link" data-ab-test="green_button">Profile</a>

Would send abTest: "green_button" to ahoy_events table.

https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes

pedrocarmona commented 8 months ago

Allows adding multiple attributes to the event via html, like: