Skip to content

Commit 4c90f64

Browse files
committed
bump to 0.0.20
1 parent 922e2a6 commit 4c90f64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dub/analytics-script",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"main": "src/index.js",
55
"scripts": {
66
"prebuild": "mkdir -p dist/analytics",

packages/web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ You can pass the following props to the `Analytics` component to customize the t
3838

3939
### `apiHost`
4040

41-
The API host to use for tracking. The default is `https://api.dub.co`.
41+
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`.
4242

4343
### `apiKey`
4444

45-
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).
45+
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).
4646

4747
### `attributionModel`
4848

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dub/analytics",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "",
55
"keywords": [
66
"analytics",

0 commit comments

Comments
 (0)