@dub/analytics
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -104,5 +104,5 @@ interface AnalyticsProps { | ||
/** | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`) | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`). | ||
* | ||
* @default 'ref' | ||
* @default 'via' | ||
*/ | ||
@@ -109,0 +109,0 @@ queryParam?: string; |
// package.json | ||
var name = "@dub/analytics"; | ||
var version = "0.0.20"; | ||
var version = "0.0.21"; | ||
@@ -5,0 +5,0 @@ // src/utils.tsx |
@@ -104,5 +104,5 @@ interface AnalyticsProps { | ||
/** | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`) | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`). | ||
* | ||
* @default 'ref' | ||
* @default 'via' | ||
*/ | ||
@@ -109,0 +109,0 @@ queryParam?: string; |
@@ -8,3 +8,3 @@ "use client"; | ||
var name = "@dub/analytics"; | ||
var version = "0.0.20"; | ||
var version = "0.0.21"; | ||
@@ -11,0 +11,0 @@ // src/utils.tsx |
{ | ||
"name": "@dub/analytics", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -82,3 +82,3 @@ ## Overview | ||
The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`). The default is `ref`. | ||
The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`). The default is `via`. | ||
@@ -85,0 +85,0 @@ ### `scriptProps` |
@@ -117,5 +117,5 @@ export type AllowedPropertyValues = string | number | boolean | null; | ||
/** | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?ref=abc123`) | ||
* The query parameter to listen to for client-side click-tracking (e.g. `?via=john`, `?ref=jane`). | ||
* | ||
* @default 'ref' | ||
* @default 'via' | ||
*/ | ||
@@ -122,0 +122,0 @@ queryParam?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65378