Skip to content

Commit ada8047

Browse files
committed
add back labels for geo info
1 parent 34ed75d commit ada8047

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/ga4/EventBuilder/types.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,14 @@ export enum Label {
111111
Affiliation = "#/events/0/params/affiliation",
112112
Shipping = "#/events/0/params/shipping",
113113
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",
114122
}
115123

116124
// TODO - Add test to ensure url param values are all unique.

0 commit comments

Comments
 (0)