@dub/analytics
Advanced tools
Comparing version 0.0.19 to 0.0.20
// package.json | ||
var name = "@dub/analytics"; | ||
var version = "0.0.19"; | ||
var version = "0.0.20"; | ||
@@ -5,0 +5,0 @@ // src/utils.tsx |
@@ -8,3 +8,3 @@ "use client"; | ||
var name = "@dub/analytics"; | ||
var version = "0.0.19"; | ||
var version = "0.0.20"; | ||
@@ -11,0 +11,0 @@ // src/utils.tsx |
{ | ||
"name": "@dub/analytics", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -41,7 +41,7 @@ ## Overview | ||
The API host to use for tracking. The default is `https://api.dub.co`. | ||
The API host to use for tracking. This is useful for setting up reverse proxies to avoid adblockers. The default is `https://api.dub.co`. | ||
### `apiKey` | ||
The publishable API key to use for tracking. Get your publishable API key from your [Dub workspace's token settings page](https://app.dub.co/settings/tokens). | ||
The publishable API key to use for client-side click tracking. Get your publishable API key from your [Dub workspace's token settings page](https://app.dub.co/settings/tokens). | ||
@@ -48,0 +48,0 @@ ### `attributionModel` |
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
65307