Analytics tagging on animation screen
Hi,
I have a scenario where there is an animation screen with 5 screens, can we track how many users saw and exited each screen as it is an animation screen?
Hi,
I have a scenario where there is an animation screen with 5 screens, can we track how many users saw and exited each screen as it is an animation screen?
In addition to above, sharing implementation ideas considering it's a on page element change with associated event listeners
1. Use enters viewport using custom text filters if necessary for condition to trigger events
2. Use mutation observers in JavaScript if it's one element within SPA
3. Use event listeners and pass event as custom Event to trigger rule via custom event
Best,
Isha
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.