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

Cookie is set although set to false #29

Open
philipptrenz opened this issue Jan 19, 2022 · 0 comments
Open

Cookie is set although set to false #29

philipptrenz opened this issue Jan 19, 2022 · 0 comments

Comments

@philipptrenz
Copy link

philipptrenz commented Jan 19, 2022

Hey here,

I'm on the latest version (1.2.4) and noticed, that the Matomo id cookie (_pk_id.X.XXX) gets set, even though the configuration is set to cookies: false.

The cookie`s payload is empty, therefore I'm pretty sure that cookie-based tracking is correctly disabled. However, from my experience I know that Matomo's plain tracking code doesn't set any cookies when cookies are disabled, which I definitely prefer.

Here's an excerpt of my config:

  ...
  modules: [
    '@nuxtjs/sitemap',
    '@nuxtjs/robots',
    ['nuxt-matomo', { 
      matomoUrl: '//XXXXX/',
      siteId: 1,
      cookies: false,
      debug: false,
    }],
  ],
  ...

Any ideas what could cause that issue?

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

No branches or pull requests

1 participant