Skip to content

Commit 909382f

Browse files
authored
docs: mention ga4 autofiltering (#1087)
* docs: mention ga4 autofiltering * boyscout: typo
1 parent 773fd1f commit 909382f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

site/content/docs/monitoring/allowlisting.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,13 @@ test('my user agent test', async ({ page }) => {
109109
110110
## Filtering Google Analytics
111111
112-
If you want to filter Checkly traffic in Google Analytics to prevent Checkly browser checks from skewing your
113-
numbers, here is one way to do it:
112+
You might want to filter Checkly traffic in Google Analytics to prevent Checkly browser checks from skewing your results.
113+
114+
If you are using Google Analytics 4 or newer, Checkly traffic is [already being excluded](https://support.google.com/analytics/answer/9888366?hl=en) as it is recognized as coming from a known bot-traffic source.
115+
116+
### Older Google Analytics versions
117+
118+
If you want to filter Checkly traffic in older Google Analytics versions, here is one way to do it:
114119
115120
1. Add a UTM source tag to the URLs your requesting, i.e.:
116121

0 commit comments

Comments
 (0)