Skip to content

Commit 89aff1b

Browse files
Update ignored query parameters for Google Analytics (#59)
The `_gl` parameter is used for cross-domain measurement. https://support.google.com/analytics/answer/10071811
1 parent 9b3e7f9 commit 89aff1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wagtailcache/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class _DefaultSettings:
1414
WAGTAIL_CACHE_IGNORE_QS = [
1515
r"^_bta_.*$", # Bronto
1616
r"^_ga$", # Google Analytics
17+
r"^_gl$", # Google Analytics
1718
r"^affiliate$", # Instagram affiliates
1819
r"^ck_subscriber_id$", # Instagram affiliates
1920
r"^dm_i$", # Dotdigital

0 commit comments

Comments
 (0)