Ticket #1364 (closed New feature: fixed)

Opened 21 months ago

Last modified 2 months ago

Exclude by Cookie - configureable cookie name and path

Reported by: hebbet Owned by:
Priority: low Milestone: Piwik 0.6.2
Component: Core Keywords:
Cc: Sensitive: no

Description (last modified by matt) (diff)

How to exclude Piwik visits using a cookie?

currently you can't change the cookie name for exclude a visitor it is easily possible to set a cookie named "piwik_ignore"

solution: let the admin choose a name for the cookie and/or path

Attachments

cookie_naming.patch Download (1.9 KB) - added by halfdan 21 months ago.
Adds "exclude_webmaster_cookie_name" to global.ini.php and adjusts code.

Change History

Changed 21 months ago by halfdan

I honestly don't see the relavance for this. Why would one want to change the name of the cookie if it does it's work?

Vote for: wontfix

Changed 21 months ago by hebbet

in google analytics you can select the cookie name (see To exclude traffic by Cookie Content)  http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55481

Changed 21 months ago by vipsoft

Isn't it already called piwik_ignore?

Changed 21 months ago by hebbet

yes currently it is piwik_ignore but i want to change the name

Changed 21 months ago by vipsoft

  • priority changed from major to normal
  • type changed from Bug to New feature

We should make this configurable to be consistent with login_cookie_name and (visitor) cookie_name in global.ini.php.

At the same time, we should also start signing cookies as a pre-caution against anti-tracking cookies.

Changed 21 months ago by vipsoft

  • summary changed from Advanced exclude by Cookie to Exclude by Cookie - configureable cookie name

Changed 21 months ago by vipsoft

  • priority changed from normal to low

Changed 21 months ago by halfdan

Adds "exclude_webmaster_cookie_name" to global.ini.php and adjusts code.

Changed 21 months ago by vipsoft

  • description modified (diff)
  • summary changed from Exclude by Cookie - configureable cookie name to Exclude by Cookie - configureable cookie name and path

Changed 21 months ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

(In [2227]) fixes #1364 - committed patch by halfdan with some minor edits; thanks

Changed 2 months ago by matt

  • description modified (diff)
Note: See TracTickets for help on using tickets.