Initialize on a Specific Element #485
jaydrogers
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hi @jaydrogers Any news about this ? :) Thx |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @jaydrogers @danpastori I'm working on the same project as @ErnadoO was working, and I have the same question 😄 Do you know if this feature is still in development and if yes, when would it be available ? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👉 Describe the problem
Currently AmplitudeJS binds to the entire page. This can be overkill and needs to be optional. Sometimes you only want to bind events to elements within a certain element.
👥 Problem evidence & reach
Any user who wants to narrow down and scope the binding of events to a certain element.
Specific Requests
#334
https://community.serversideup.net/t/multi-players-loadad-by-external-js/584/2
🥰 Describe the "impact" on users?
We can limit the scope of where AmplitudeJS is bound along with opening the door to making re-usable web components.
🏆 How to solve this problem
Allow the user to pass an element, identifier, etc. when initializing AmplitudeJS.
💯 How do we validate the problem is solved?
Users can bind AmplitudeJS events to a specific element and bind multiple times per page for multiple players.
Beta Was this translation helpful? Give feedback.
All reactions