We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 911ff67 + 73b88ac commit cb90be0Copy full SHA for cb90be0
1 file changed
src/components/ga4/EventBuilder/index.tsx
@@ -652,6 +652,14 @@ const EventBuilder: React.FC = () => {
652
subcontinent_id: user_location_subcontinent_id,
653
continent_id: user_location_continent_id,
654
},
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
+ },
663
}}
664
>
665
<ValidateEvent
0 commit comments