From a4308e612989002e6875754444e700026d0b52b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jules=20goull=C3=A9e?= Date: Sat, 19 Jun 2021 19:55:14 +0700 Subject: [PATCH] Add alpha URL parameter for geo support in Google Analytics 4 * uip temp alpha * _ queryParameterName * _ queryParameterName --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 3798bd8..d3b886f 100644 --- a/config.js +++ b/config.js @@ -84,7 +84,7 @@ export default { }, "www.google-analytics.com": { urlMatch: /\/collect/, - queryParameterName: "uip" + queryParameterName: ["uip", "_uip"] } }, maskPaths: [ // Paths which are masked in URLs and redirects in order to avoid firing ad-blocking rules @@ -110,4 +110,4 @@ export default { "openx\\." ], } -}; \ No newline at end of file +};