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: Make sure an impression was tracked when an interaction is happening #6270

Open
tsteur opened this issue Sep 22, 2014 · 1 comment
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 a user clicks on an interaction, we should check whether we have already tracked the impression as the content must be visible now for sure. If the impression was not tracked before we should track it. Just in case we did not detect the impression became visible etc.

Note: There can be a scroll or timer event that detects the same content became visible as well. This would not be a problem since we do not track same content block twice unless trackPageView was called. This allows us to simple track a content impression when an interaction is happening.

Short or mid term. As it is probably easy to implement maybe rather 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
Copy link
Member

mattab commented Oct 2, 2014

this will generally improve data quality with a likely easy change... definitely 👍

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