Scrolling tracking

Hi,
Please help me with two questions about scrolling tracking:

  1. How can I track scrolling in the presence of css settings of the application, when window.scrollY = 0 when scrolling?
  2. How can I track scrolling in a specific div?
    Thanks.

Hi @Tatyana
I think the scroll trigger won’t work in your case…
I suggest you add a new tag that will register the scroll javaScript event, then send an event when scroll does what you want…