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

How to disable link tracking? #85

Open
Giovanni-NL opened this issue May 18, 2022 · 0 comments
Open

How to disable link tracking? #85

Giovanni-NL opened this issue May 18, 2022 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@Giovanni-NL
Copy link

In matomo-configuration.ts the default setting for trackLinks is true. Is there any way to completely disable link tracking?
I have tried to use the enableLinkTracking(false) method on the tracker, but that does not stop links from being tracked, it only seems to stop middle- and right-button mouseclicks on URLs from being tracked.

I am only interested in event logging of clicks and navigation actions within my application (which work perfectly fine with ngx-matomo).

How can I completely disable the logging of clicks on URLs that result in requests like this?
my.domain.com/application/matomo.php?link=https://my.target.url

@Arnaud73 Arnaud73 self-assigned this Jun 17, 2022
@Arnaud73 Arnaud73 added the question Further information is requested label Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants