Skip to content

Commit 0da132e

Browse files
committed
Add warnings to custom locations
1 parent 6781be9 commit 0da132e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/custom-locations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,8 @@ If your identifiers aren't entirely numerical, or if you only want to redact som
133133
With all the different identifiers being aggregated under the same URL, it's suddenly much easier to see which pages and features your visitors use the most!
134134

135135
Thanks to [Émile Perron](https://github.com/EmilePerron) for the contribution!
136+
137+
:::note
138+
This solution may not work in single-page-applications or when using [hash-based routing](/hash-based-routing) as `location.href` may change before `transformRequest`
139+
is called.
140+
:::

docs/stop-tracking-utm-tags.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ plausible.init({
2828
```
2929

3030
That's it! You're now no longer tracking any UTM tags or other parameters. We will use the [referrer header](top-referrers.md) to display the sources of the traffic instead. If the referring site doesn't send any referrer header, the traffic will fall within the "**Direct / None**" source.
31+
32+
:::note
33+
This solution may not work in single-page-applications or when using [hash-based routing](/hash-based-routing) as `location.href` may change before `transformRequest`
34+
is called.
35+
:::

0 commit comments

Comments
 (0)