Open pedrocarmona opened 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.
abTest: "green_button"
https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes
Allows adding multiple attributes to the event via html, like:
Allow setting extra attributes to clicks via data html attributes.
Would send
abTest: "green_button"
to ahoy_events table.https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes