Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content-tracking: Detect all kind of scroll events #6271

Open
tsteur opened this issue Sep 22, 2014 · 0 comments
Open

Content-tracking: Detect all kind of scroll events #6271

tsteur opened this issue Sep 22, 2014 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@tsteur
Copy link
Member

tsteur commented Sep 22, 2014

When we listen to scroll events we currently only detect if a user scrolls the entire page, not if a user scrolls within a DIV or any other element. This means we cannot detect whether a content block becomes visible if is placed within a scrollable element which can be the case sometimes. We need to check all parent elements of a content block whether they have overflow: scroll and if so connect an event to this.

Note: We will not detect if a user adds this style after page has loaded. Only the ones at page load will be detected.

As it is not too hard to implement I reckon short term

@tsteur tsteur added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Sep 22, 2014
@tsteur tsteur added this to the Short term milestone Sep 22, 2014
@mattab mattab modified the milestones: Short term, Mid term Dec 18, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants