I am working on Single Page application(Angular) where I am tracking the Users and Pages through Direct Call rule and that I trigger once the person is logged in successfully.
There are multiple sections on the website, and I wish to track which sections user visited on the page either by Mouse hover , or, Enters Viewport.
I am facing following problems here:
I have specified separate Html class on the sections and tried to apply Event-based "Enters Viewport" rule and "MouseOver" but both do not trigger an Analytics call. Interestingly, when I replace them with a "Click" event-based rule it triggered just fine.
Thanks in advance
Views
Replies
Total Likes