We need to send push notifications when a user enters/exits a location based on some conditions. I have stumbled upon this MobilePush products faq, where it is stated:
What kind of data are captured when the analytics flag is enabled?
The SDK captures these analytic events and sends them back to the Marketing Cloud. These flags are subject to change.
Fence Entry: Indicates that a device crossed into a geofence.
Fence Exit: Indicates that a device left a geofence.
Time in Location: Captures the amount of time a device is inside a geofence.
I believe analytics are enabled on the configuration file of the app using the analytics:true value.
My questions are:
How often is this data being sent to Marketing Cloud?
Any idea on how to get this data in Marketing Cloud?