We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Allows adding multiple attributes to the event via html, like:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: