Search code examples
cookiesmatomo

Piwik - Exclude from cookie


The new Piwik version 0.6.1 allows you exclude visitors from a cookie. How must the values look like for that cookie?


Solution

  • Here is the content of the piwik exclude cockie:

    name: "piwik_ignore"  
    value: empty  
    domain: "your.piwik.domain"
    path: "/"