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

Add an option to make events not counted as an interaction #17717

Closed
Chardonneaur opened this issue Jun 28, 2021 · 1 comment
Closed

Add an option to make events not counted as an interaction #17717

Chardonneaur opened this issue Jun 28, 2021 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@Chardonneaur
Copy link

In Google Analytics, there is an option (a binary one, 0 true, 1 false) in order to say if the event has to be counted as an interaction or not.
The typical use case is the following one, the visitor lands on a page, do nothing, a pop-up came out automatically and is measured as an event... why would it be an interaction as this is not coming from the visitor?
So the idea would be to have something like in GA with,
ga('send', 'event', 'Videos', 'play', 'Fall Campaign', {
nonInteraction: true
});
hope that helps.

@Chardonneaur Chardonneaur added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Jun 28, 2021
@tsteur
Copy link
Member

tsteur commented Jun 28, 2021

Hi @Chardonneaur thanks for creating this issue. I'll close this as a duplicate of #9199

@tsteur tsteur closed this as completed Jun 28, 2021
@tsteur tsteur added duplicate For issues that already existed in our issue tracker and were reported previously. and removed Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. labels Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants