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 +};