We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12c743b + f53c415 commit 4952b5bCopy full SHA for 4952b5b
src/Analytics.js
@@ -217,7 +217,7 @@ class Analytics {
217
...data,
218
url: getRedactedUrl(),
219
220
- _cvar: this.visitVariables, // user custom vars
+ _cvar: JSON.stringify(this.visitVariables), // user custom vars
221
res: `${window.screen.width}x${window.screen.height}`, // resolution as WWWWxHHHH
222
rand: String(Math.random()).slice(2, 8), // random nonce to cache-bust
223
h: now.getHours(),
0 commit comments