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

Don't track meta-data #489

Open
CarlosRoig opened this issue May 2, 2024 · 3 comments
Open

Don't track meta-data #489

CarlosRoig opened this issue May 2, 2024 · 3 comments
Labels

Comments

@CarlosRoig
Copy link

Hello!

We use Matomo in our Android/iOS project.

We need to be able to disable all the cookies tracked from users. We want to be able to disable the traking of the IP, geolocation, and all that stuff and only leave the custom tracking of actions and screens that we configured.

We saw in Matomo website that you can disable the cookies from the Admin page in the admin site of the dashboard. We did that, but we are still somehow tracking cookies from users.

Is there something that we have to configure in the Android/iOS App to stop tracking that?

Thanks!

@CarlosRoig
Copy link
Author

BTW, when I'm talking about Cookies I mean like the IP, location, device and all those things that Matomo tracks by default.
What we want to know is if we can disable all those tracking info and leave only the parameters that we specifically are trying to track, like an Action or a Visit. Thanks!

@hannesa2
Copy link
Collaborator

hannesa2 commented May 13, 2024

Sorry, I at least can't help you, but maybe @d4rken knows more about it

@d4rken
Copy link
Member

d4rken commented May 13, 2024

AFAIK, The Android SDK doesn't track IP or geolocation. The server takes the IP from the clients request and does geolocation on that. There are server-side settings to anonymize the ip addresses, not sure if it can be disabled completely.

The Android SDK gathers some details like user-agent and language. There is no direct way to disable that, but you can remove the data before sending it. Check getDefaultTrackMe in Tracker.java.

@d4rken d4rken changed the title Disable tracking from cookies Don't track meta-data May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants