user.entered_place
user.exited_place
Radar.trackOnce()
or Radar.startTracking()
, depending on your use case. Radar will generate an entry event on the first stopped location update at a place matching your enabled chains or categories.
stopped
is true
based on tracking options or when foreground
is true
) matching filters with sufficient confidence, then a place exit event when the user leaves the place with sufficient confidence.
All place events have confidence levels, and places may have one or more categories and a chain.
1
(low) to 3
(high). Confidence is a function of the accuracy of the location reported by the device, the footprint of the place, the density of the area, the popularity of the place, and other signals.
You may decide to ignore events based on confidence levels.
burger-king
to 123
and mcdonalds
to 456
:
place.chain.externalId
in user context and events. These custom IDs can also be used in place of chain slugs when performing searches with the search places API.
metadata.category
and metadata.offers
for burger-king
and mcdonalds
:
place.chain.metadata
in user context and events.
fast-food-restaurant
to category filters, or add burger-king
, mcdonalds
, and others to chain filters.
View the full list of categories and the full list of chains.
fast-food-restaurant
category in New York would bypass visits to fast-food-restaurant
places in New York.
Regions must be enabled to expose this setting.
circle
: When a circle
geofence is matched, it will take on the geometry of the Radar place.polygon
: When a polygon
geofence is matched, it will be linked to the Radar place, but not adopt the place center or geometry.isochrone
: When an isochrone
geofence is matched, it will only take on the center of the Radar place, regenerating the isochrone geometry from the new center.tag = store
but not tag = nearby
.circle
geofences will adopt both the center and geometry of the Radar place. Toggle this off for circle
geofences to take on the center but not the geometry.