Skip to content

Commit cb90be0

Browse files
committed
Merge remote-tracking branch 'origin/main' into overwrite-timestamp
2 parents 911ff67 + 73b88ac commit cb90be0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/components/ga4/EventBuilder/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,14 @@ const EventBuilder: React.FC = () => {
652652
subcontinent_id: user_location_subcontinent_id,
653653
continent_id: user_location_continent_id,
654654
},
655+
ip_override,
656+
user_location: {
657+
city: user_location_city,
658+
region_id: user_location_region_id,
659+
country_id: user_location_country_id,
660+
subcontinent_id: user_location_subcontinent_id,
661+
continent_id: user_location_continent_id,
662+
},
655663
}}
656664
>
657665
<ValidateEvent

0 commit comments

Comments
 (0)