Req Full Opt-out for Google Analytics
#1
Hi,

I was wondering if it would be possible to add a setting in xbmc to block all google analytic data from addons.
Like when an addon uses urllib2.urlopen to open a google analytics page, that it gets rerouted to 127.0.0.1

Thank you for considering this,
Reply
#2
Probably best if you implement this at a system level if you're concerned - just do it on your hosts file basically.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a *full debug log*.
Reply
#3
I know this is possible by doing this in a hosts file (or your router), but I'm thinking more along the lines of the general public.
It would be easier if there was an option for people to disable it, instead of going into their system files.
Reply
#4
I saw this answered before and if i remember correctly each add on has a certain .py file ( sorry forget which file) and it will show
The coding for GA it should be listed at the front of that specific code

U would put a # in fron of where it says GA and it should in theory disable it!

Hope some one chimes in to tell which .py file to do this in.... Sorry thats what i read but cant remember the file oops...
Reply
#5
About all we can do right now is prevent add-ons submitted to the official repo to not have GA or other tracking, unless it is opt-in and very clear about what is shared (last year's scraper data survey add-on, for example). The idea has been tossed around, about if an add-on could request access to certain things similar to how Google Play works, but there's a lot of technical issues around that. From what I've heard, the very nature of python add-ons makes it very hard to make levels of restricted access.

Personally, I prefer system or router-wide blocking of tracking data, but I have a lot to hide ;)
Reply
#6
Wait whaat?

Guys, in the future please tell people about this
Reply
#7
Tell people about what? No add-ons from the XBMC/Kodi add-on repos are allowed to use Google Analytics. However, we can't control what third party repos do.
Reply
#8
(2015-04-25, 00:25)Ned Scott Wrote: Tell people about what? No add-ons from the XBMC/Kodi add-on repos are allowed to use Google Analytics. However, we can't control what third party repos do.

I was talking about add-ons from Kodi's repository
I know you can't control add-on from third party repos or installed from zip file

Thanks for clarification
Reply
#9
all add-ons from our repo have their sources on github.

https://github.com/xbmc/repo-scripts
https://github.com/xbmc/repo-skins
https://github.com/xbmc/repo-resources
https://github.com/xbmc/repo-webinterfaces
https://github.com/xbmc/repo-scrapers

You can search through all of them to see whether or not there is tracking code.
There shouldn't be - we check all submitted code to see if it contains anything like this and disallow add-ons that do this into our repo.

If you find anything let us know!!
Reply

Logout Mark Read Team Forum Stats Members Help
Full Opt-out for Google Analytics0