Skip to content

Commit

Permalink
Add alpha URL parameter for geo support in Google Analytics 4
Browse files Browse the repository at this point in the history
* uip temp alpha

* _ queryParameterName

* _ queryParameterName
  • Loading branch information
julesGoullee authored Jun 19, 2021
1 parent 3a23a4a commit a4308e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -110,4 +110,4 @@ export default {
"openx\\."
],
}
};
};

0 comments on commit a4308e6

Please sign in to comment.