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

piwik_ignore Cookie ignores setCookieDomain settings. #10301

Closed
atripes opened this issue Jul 14, 2016 · 1 comment
Closed

piwik_ignore Cookie ignores setCookieDomain settings. #10301

atripes opened this issue Jul 14, 2016 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@atripes
Copy link

atripes commented Jul 14, 2016

When setting the cookie domain in the JavaScript Tracker with _paq.push(['setCookieDomain', '*.example.com']); piwik changes only some of the cookies it sets to this new value. The piwik_ignore cookie still uses the default page (which is the domain that is set in the iframe src I guess).
Is this intended behaviour, or should piwik_ignore also be changed by the setting?

@mattab
Copy link
Member

mattab commented Jul 14, 2016

Hi @atrioom - this is intended behavior, as the piwik_ignore cookie is set globally for all websites tracked in the Piwik. It excludes the user from all websites at once. The cookie is a third party cookie. As it was not so clear before, i've just clarified this in the FAQ: https://piwik.org/faq/how-to/faq_126/ - cheers

@mattab mattab closed this as completed Jul 14, 2016
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants