Radar can send events and user attributes to MoEngage .
Use the MoEngage integration to send location-triggered and location-targeted messages to increase engagement and conversion.
Configuration# On the MoEngage APIs page, copy both your Workspace ID and Data API Key.
Then, on the Radar Integrations page under MoEngage , set Enabled to Yes and paste your Workspace ID and Data API key into their respective fields. Finally, if your account is not on https://api-01.moengage.com, select the appropriate API Endpoint .
Whenever events are generated, Radar will send custom events and user attributes to MoEngage.
Set metadata[moengage:customer_id] to map Radar users to their respective MoEngage User. For example:
Radar.setMetadata(["moengage:customer_id": "example@radar.com"]) Copy Radar.setMetadata(JSONObject().put("moengage:customer_id", "example@radar.com")) Copy User mapping# Radar User Field MoEngage User Attribute Type Example Value Context Type metadata[moengage:customer_id]IDstring "example@radar.com"_idradar_idstring "5b2c0906f5874b001aecfd8d"locationAuthorizationradar_location_authorizationstring "GRANTED_FOREGROUND"locationAccuracyAuthorizationradar_location_accuracy_authorizationstring "FULL"updatedAtradar_updated_attimestamp "25 Jul 2025, 10:36:17 am"segments[*].externalIdradar_segment_external_idsarray[string] ["starbucks-visitors"]topChains[*].slugradar_top_chain_slugsarray[string] ["starbucks", "walmart"]topChains[*].externalIdradar_top_chain_external_idsarray[string] ["123", "456"]geofences[*]._idradar_geofence_idsarray[string] ["5b2c0906f5874b001aecfd8e"]Geofences geofences[*].descriptionradar_geofence_descriptionsarray[string] ["Store #123"]Geofences geofences[*].tagradar_geofence_tagsarray[string] ["store"]Geofences geofences[*].externalIdradar_geofence_external_idsarray[string] ["123"]Geofences place._idradar_place_idstring "59302bcf8f27e8a156bd4f91"Places place.nameradar_place_namestring "Starbucks"Places place.categoriesradar_place_categoriesarray[string] ["food-beverage", "cafe", "coffee-shop"]Places place.chain.slugradar_place_chain_idstring "starbucks"Places place.chain.nameradar_place_chain_namestring "Starbucks"Places country.coderadar_region_country_codestring "US"Regions country.nameradar_region_country_namestring "United States"Regions state.coderadar_region_state_codestring "MD"Regions state.nameradar_region_state_namestring "Maryland"Regions dma.coderadar_region_dma_codestring "26"Regions dma.nameradar_region_dma_namestring "Baltimore"Regions postalCode.coderadar_region_postal_codestring "21014"Regions trip.externalIdradar_trip_external_idstring "299"Trips trip.destinationGeofenceTagradar_trip_destination_geofence_tagstring "store"Trips trip.destinationGeofenceExternalIdradar_trip_destination_geofence_external_idstring "123"Trips beacons[*]._idradar_beacon_idsarray[string] ["5b2c0906f5874b001aecfd8f]"Beacons beacons[*].descriptionradar_beacon_descriptionsarray[string] ["Store #123 - Drive-Thru"]Beacons beacons[*].tagradar_beacon_tagsarray[string] ["drive-thru"]Beacons beacons[*].externalIdradar_beacon_external_idsarray[string] ["123"]Beacons
Event mapping# Radar Event Context Type MoEngage Event user.entered_geofenceGeofences [Radar] Geofence Entereduser.exited_geofenceGeofences [Radar] Geofence Exiteduser.dwelled_in_geofenceGeofences [Radar] Dwelled in Geofenceuser.entered_placePlaces [Radar] Place Entereduser.exited_placePlaces [Radar] Place Exiteduser.entered_region_countryRegions [Radar] Country Entereduser.exited_region_countryRegions [Radar] Country Exiteduser.entered_region_stateRegions [Radar] State Entereduser.exited_region_stateRegions [Radar] State Exiteduser.entered_region_dmaRegions [Radar] DMA Entereduser.exited_region_dmaRegions [Radar] DMA Exiteduser.started_tripTrip Tracking [Radar] Started Tripuser.updated_tripTrip Tracking [Radar] Updated Tripuser.approaching_trip_destinationTrip Tracking [Radar] Approaching Trip Destinationuser.arrived_at_trip_destinationTrip Tracking [Radar] Arrived at Trip Destinationuser.stopped_tripTrip Tracking [Radar] Stopped Tripuser.entered_beaconBeacons [Radar] Beacon Entereduser.exited_beaconBeacons [Radar] Beacon Exited
[Radar] Geofence Entered# Radar Event Field MoEngage Event Property Type Example Value geofence._idgeofence_idstring "5b2c0906f5874b001aecfd8e"geofence.descriptiongeofence_descriptionstring "Store #123"geofence.taggeofence_tagstring "store"geofence.externalIdgeofence_external_idstring "123"geofence.metadata[{key}]geofence_metadata_{key}{type} {value}confidenceconfidencestring "high"foregroundforegroundboolean true
If Regions is enabled, Radar will also send the following attributes:
Radar Event Field MoEngage Event Property Type Example Value country.codecountry_codestring "US"country.namecountry_namestring "United States"state.codestate_codestring "MD"state.namestate_namestring "Maryland"dma.codedma_codestring "26"dma.namedma_namestring "Baltimore"postalCode.codepostal_codestring "21014"
[Radar] Geofence Exited# Radar Event Field MoEngage Event Property Type Example Value geofence._idgeofence_idstring "5b2c0906f5874b001aecfd8e"geofence.descriptiongeofence_descriptionstring "Store #123"geofence.taggeofence_tagstring "store"geofence.externalIdgeofence_external_idstring "123"geofence.metadata[{key}]geofence_metadata_{key}{type} {value}confidenceconfidencestring "high"durationdurationnumber (minutes) 42.1foregroundforegroundboolean true
If Regions is enabled, Radar will also send the following attributes:
Radar Event Field MoEngage Event Property Type Example Value country.codecountry_codestring "US"country.namecountry_namestring "United States"state.codestate_codestring "MD"state.namestate_namestring "Maryland"dma.codedma_codestring "26"dma.namedma_namestring "Baltimore"postalCode.codepostal_codestring "21014"
[Radar] Dwelled in Geofence# Radar Event Field MoEngage Event Property Type Example Value geofence._idgeofence_idstring "5b2c0906f5874b001aecfd8e"geofence.descriptiongeofence_descriptionstring "Store #123"geofence.taggeofence_tagstring "store"geofence.externalIdgeofence_external_idstring "123"geofence.metadata[{key}]geofence_metadata_{key}{type} {value}confidenceconfidencestring "high"durationdurationnumber (minutes) 5foregroundforegroundboolean true
If Regions is enabled, Radar will also send the following attributes:
Radar Event Field MoEngage Event Property Type Example Value country.codecountry_codestring "US"country.namecountry_namestring "United States"state.codestate_codestring "MD"state.namestate_namestring "Maryland"dma.codedma_codestring "26"dma.namedma_namestring "Baltimore"postalCode.codepostal_codestring "21014"
[Radar] Place Entered# Radar Event Field MoEngage Event Property Type Example Value place._idplace_idstring "59302bcf8f27e8a156bd4f91"place.nameplace_namestring "Starbucks"place.chain.slugplace_chain_idstring "starbucks"place.chain.nameplace_chain_namestring "Starbucks"place.chain.externalIdplace_chain_external_idstring "123"place.chain.metadata[{key}]place_chain_metadata_{key}{type} {value}place.categoriesplace_categoriesstring (comma-separated) "food-beverage,cafe,coffee-shop"confidenceconfidencestring "high"foregroundforegroundboolean true
If Regions is enabled, Radar will also send the following attributes:
Radar Event Field MoEngage Event Property Type Example Value country.codecountry_codestring "US"country.namecountry_namestring "United States"state.codestate_codestring "MD"state.namestate_namestring "Maryland"dma.codedma_codestring "26"dma.namedma_namestring "Baltimore"postalCode.codepostal_codestring "21014"
[Radar] Place Exited# Radar Event Field MoEngage Event Property Type Example Value place._idplace_idstring "59302bcf8f27e8a156bd4f91"place.nameplace_namestring "Starbucks"place.chain.slugplace_chain_idstring "starbucks"place.chain.nameplace_chain_namestring "Starbucks"place.chain.externalIdplace_chain_external_idstring "123"place.chain.metadata[{key}]place_chain_metadata_{key}{type} {value}place.categoriesplace_categoriesstring (comma-separated) "food-beverage,cafe,coffee-shop"confidenceconfidencestring "high"durationdurationnumber (minutes) 42.1foregroundforegroundboolean true
If Regions is enabled, Radar will also send the following attributes:
Radar Event Field MoEngage Event Property Type Example Value country.codecountry_codestring "US"country.namecountry_namestring "United States"state.codestate_codestring "MD"state.namestate_namestring "Maryland"dma.codedma_codestring "26"dma.namedma_namestring "Baltimore"postalCode.codepostal_codestring "21014"
[Radar] Country Entered# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "US"region.nameregion_namestring "United States"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] Country Exited# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "US"region.nameregion_namestring "United States"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] State Entered# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "MD"region.nameregion_namestring "Maryland"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] State Exited# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "MD"region.nameregion_namestring "Maryland"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] DMA Entered# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "26"region.nameregion_namestring "Baltimore"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] DMA Exited# Radar Event Field MoEngage Event Property Type Example Value region.coderegion_codestring "26"region.nameregion_namestring "Baltimore"confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] Started Trip# Radar Event Attribute MoEngage Event Property Type Example Value trip.externalIdtrip_external_idstring "299"trip.metadata[{key}]trip_metadata_{key}{type} {value}trip.destinationGeofenceTagtrip_destination_geofence_tagstring "store"trip.destinationGeofenceExternalIdtrip_destination_geofence_external_idstring "123"foregroundforegroundboolean true
[Radar] Updated Trip# Radar Event Attribute MoEngage Event Property Type Example Value trip.externalIdtrip_external_idstring "299"trip.metadata[{key}]trip_metadata_{key}{type} {value}trip.destinationGeofenceTagtrip_destination_geofence_tagstring "store"trip.destinationGeofenceExternalIdtrip_destination_geofence_external_idstring "123"foregroundforegroundboolean true
[Radar] Approaching Trip Destination# Radar Event Attribute MoEngage Event Property Type Example Value trip.externalIdtrip_external_idstring "299"trip.metadata[{key}]trip_metadata_{key}{type} {value}trip.destinationGeofenceTagtrip_destination_geofence_tagstring "store"trip.destinationGeofenceExternalIdtrip_destination_geofence_external_idstring "123"foregroundforegroundboolean true
[Radar] Arrived at Trip Destination# Radar Event Attribute MoEngage Event Property Type Example Value trip.externalIdtrip_external_idstring "299"trip.metadata[{key}]trip_metadata_{key}{type} {value}trip.destinationGeofenceTagtrip_destination_geofence_tagstring "store"trip.destinationGeofenceExternalIdtrip_destination_geofence_external_idstring "123"foregroundforegroundboolean true
[Radar] Stopped Trip# Radar Event Attribute MoEngage Event Property Type Example Value trip.externalIdtrip_external_idstring "299"trip.metadata[{key}]trip_metadata_{key}{type} {value}trip.destinationGeofenceTagtrip_destination_geofence_tagstring "store"trip.destinationGeofenceExternalIdtrip_destination_geofence_external_idstring "123"foregroundforegroundboolean true
[Radar] Beacon Entered# Radar Event Attribute MoEngage Event Property Type Example Value beacon._idbeacon_idstring "5b2c0906f5874b001aecfd8f"beacon.descriptionradar_beacon_descriptionstring "Store #123 - Drive-Thru"beacon.tagradar_beacon_tagstring "drive-thru"beacon.externalIdradar_beacon_external_idstring "123"beacon.metadata[{key}]radar_beacon_metadata_{key}{type} {value}confidenceconfidencestring "high"foregroundforegroundboolean true
[Radar] Beacon Exited# Radar Event Attribute MoEngage Event Property Type Example Value beacon._idbeacon_idstring "5b2c0906f5874b001aecfd8f"beacon.descriptionradar_beacon_descriptionstring "Store #123 - Drive-Thru"beacon.tagradar_beacon_tagstring "drive-thru"beacon.externalIdradar_beacon_external_idstring "123"beacon.metadata[{key}]radar_beacon_metadata_{key}{type} {value}confidenceconfidencestring "high"foregroundforegroundboolean true