Skip to content

Commit a4308e6

Browse files
authored
Add alpha URL parameter for geo support in Google Analytics 4
* uip temp alpha * _ queryParameterName * _ queryParameterName
1 parent 3a23a4a commit a4308e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
},
8585
"www.google-analytics.com": {
8686
urlMatch: /\/collect/,
87-
queryParameterName: "uip"
87+
queryParameterName: ["uip", "_uip"]
8888
}
8989
},
9090
maskPaths: [ // Paths which are masked in URLs and redirects in order to avoid firing ad-blocking rules
@@ -110,4 +110,4 @@ export default {
110110
"openx\\."
111111
],
112112
}
113-
};
113+
};

0 commit comments

Comments
 (0)