nuxt-matomo
Advanced tools
Comparing version
@@ -14,2 +14,6 @@ const path = require('path') | ||
if (options.cookies === false) { | ||
config_js += "window['_paq'].push(['disableCookies']);" | ||
} | ||
if (typeof(this.options.head.__dangerouslyDisableSanitizersByTagID) === 'undefined') { | ||
@@ -16,0 +20,0 @@ this.options.head.__dangerouslyDisableSanitizersByTagID = {} |
{ | ||
"name": "nuxt-matomo", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "nuxt module for matomo analytics", |
@@ -37,2 +37,7 @@ # Matomo (previously Piwik) for Nuxt.js | ||
### `cookies` | ||
If false, Matomo will be configured to not create a tracking cookie | ||
Default: `(unset)` | ||
### Setting configuration at runtime | ||
@@ -39,0 +44,0 @@ You can push any additional tracking info to `_paq` at runtime by adding a matomo |
7643
2.76%101
3.06%83
6.41%