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

Turning on/off in admin setdonottrack and disablecookies piwik tracking settings. #29

Open
RedMarlin opened this issue May 4, 2015 · 2 comments
Assignees
Milestone

Comments

@RedMarlin
Copy link

Admin should have option to modify piwik tracking code to enable/disable those two functions for store owners that want to respect visitors privacy (and/or comply with EU cookies directive without displaying cookie msg.):

  • Set Do not track me
  • Disable Cookies
@kevinb456 kevinb456 added this to the Future release milestone May 4, 2015
@kevinb456 kevinb456 self-assigned this May 4, 2015
@kevinb456
Copy link
Contributor

  • as far as I'm aware, Piwik has server-side do not track setting enabled by default so I dont think anything needs to be done for this - from the Piwik privacy documentation "By default, Piwik respects users preference and will not track visitors which have specified “I do not want to be tracked” in their web browsers".
  • Good idea - I will add the option for disabling cookies on the next release. Requires adding the following code before the trackPageView() call (should be v simple); _paq.push(['disableCookies']);

@kevinb456 kevinb456 modified the milestones: v2.1 release, Future release May 4, 2015
@kevinb456 kevinb456 modified the milestone: v3.0 release Aug 23, 2017
@kevinb456
Copy link
Contributor

Should be simple, will try get in upcoming compatibility release, but low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants