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

single switch to disable eventtracking #5364

Closed
hpvd opened this issue Jun 18, 2014 · 3 comments
Closed

single switch to disable eventtracking #5364

hpvd opened this issue Jun 18, 2014 · 3 comments
Labels
answered For when a question was asked and we referred to forum or answered it. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@hpvd
Copy link

hpvd commented Jun 18, 2014

If you make use of extensive event-tracking, functions for that could be spread all over the website-code. And if you have different types of content on your site this could also be different for each of them.

Not only during development & setup but also on server maxload-times (see #5347)
it could be really helpful to have a possibility to stop event tracking (and with this "event firing") for a complete website using only a single "switch" but keep normal page tracking working...

any ideas howto do this best are very welcome

@mattab
Copy link
Member

mattab commented Jun 20, 2014

If too many events are tracked, maybe it is something Piwik should work around, or that could be changed in your code?

What is the use case when you would like to"turn off" all events?

Maybe we could implement a disableTracking(); in JavaScript that would turn off all tracking?

@hpvd hpvd added this to the 2.x - The Great Piwik 2.x Backlog milestone Jul 8, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@mattab
Copy link
Member

mattab commented Jun 19, 2017

The best way to disable event tracking is to disable the Events plugin.

@mattab mattab closed this as completed Jun 19, 2017
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jun 19, 2017
@mattab
Copy link
Member

mattab commented Jun 19, 2017

see also #7115

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. 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