AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
278 stars 61 forks source link

Add requireCookieConsent #88

Closed TheVaan closed 3 years ago

TheVaan commented 3 years ago

Hello,

we are using Matomo in our project and we are on a zero-cookie-track. Therefore, we are using Matomo on our static website with "requireCookieConsent: true". This enables tracking without using cookies. Matomo will not create a MATOMO_SESSION cookie then. "disableCookies" disables all cookies but not the session cookie. For more information you can read Matomo FAQ: How do I use Matomo Analytics without consent or cookie banner? and Matomo FAQ: How do I track a visitor without cookies when they have not given consent for tracking cookies?.

I didn't add any tests as requested in CONTRIBUTING.md because there is currently no test suite.