You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 11.0.5 with the vue.
I am trying to track which slide is shown to the user using google analytics and sending custom event to GA to know all slides are shown to the users. However sometimes one a particular slidechange event will send this event twice. This gave me some wrong information about if a particular user is already revealed to the user and how many times it's being reveled to the user. Probably because loop = true.
Suggested solution
Should we have any event which will let me know which slide is shown with index? It doesn't matter loop=true or not we just want to know which one is revealed to the user.
Alternative
Or on change event if there is option or flag so I don't need to send the event to GA not for tracking?
Clear and concise description of the problem
I am using 11.0.5 with the vue.
I am trying to track which slide is shown to the user using google analytics and sending custom event to GA to know all slides are shown to the users. However sometimes one a particular slidechange event will send this event twice. This gave me some wrong information about if a particular user is already revealed to the user and how many times it's being reveled to the user. Probably because loop = true.
Suggested solution
Should we have any event which will let me know which slide is shown with index? It doesn't matter loop=true or not we just want to know which one is revealed to the user.
Alternative
Or on change event if there is option or flag so I don't need to send the event to GA not for tracking?
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: