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
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