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

Custom View tracking #16179

Closed
SARAVANA1501 opened this issue Jul 6, 2020 · 1 comment
Closed

Custom View tracking #16179

SARAVANA1501 opened this issue Jul 6, 2020 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@SARAVANA1501
Copy link

We have data-track-content configured across the page, We are using _paq.push(['trackVisibleContentImpressions', true, 750]); to track the interaction. trackVisibleContentImpressions is tracking view and click event of data-track-content elements, we would like disable default view event and view event should be triggered if user is viewing the content for 3 seconds. How can we implement this?

@tsteur
Copy link
Member

tsteur commented Jul 6, 2020

@SARAVANA1501 same here do you mind asking this in our forum? https://forum.matomo.org/ and maybe check out also the trackContentImpression( contentName, contentPiece, contentTarget ) method in https://developer.matomo.org/api-reference/tracking-javascript on how to track impressions for a custom behaviour like after 3 seconds. Hope this helps. Cheers

@tsteur tsteur closed this as completed Jul 6, 2020
@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants