We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ed75d commit ada8047Copy full SHA for ada8047
src/components/ga4/EventBuilder/types.ts
@@ -111,6 +111,14 @@ export enum Label {
111
Affiliation = "#/events/0/params/affiliation",
112
Shipping = "#/events/0/params/shipping",
113
Tax = "#/events/0/params/tax",
114
+
115
+ // Geographic Information
116
+ IpOverride = "ip address",
117
+ City = "city",
118
+ RegionId = "region id",
119
+ CountryId = "country id",
120
+ SubcontinentId = "subcontinent id",
121
+ ContinentId = "continent id",
122
}
123
124
// TODO - Add test to ensure url param values are all unique.
0 commit comments