Skip to main content

Bluedot Data Extension Fields

As part of Bluedot + Salesforce, we create a Data Extension associated with the app. It is called BluedotLocationServicesV2.

The following information will be sent to the Data Extension for every event:

FieldDescription
subscriberKeyA unique UUID value of a Salesforce subscriber.
apiKeyAPI Key of the relevant app.
packageNamePackage name of the app. A package contains a reverse domain name that must be unique to this application.
userNameIs the registered email address.
zoneIdThe unique identifier of the Zone that triggered the check-in.
zoneNameThe name of the Zone that triggered the check-in.
fenceIdThe unique identifier of the Fence that triggered the check-in.
fenceNameThe name of the Geofence that triggered the check-in.
checkInTimeDate and time the check-in was triggered on the mobile device.
checkInLatitudeLatitude component of the coordinate at which the check-in occurred.
checkInLongitudeLongitude component of the coordinate at which the check-in occurred.
checkInBearingThe bearing value of the device at the time of check-in, reported in degree.
checkInSpeedThe travel speed of the device at the time of check-in, reported as meters per second.
customDataThe keys and values entered in the Custom Action will be delivered to the mobile app at the time of check-in and check-out as part of the SDK callbacks. The custom data keys and values will be stored as individual columns in the Salesforce Data Extension.
checkOutTimeDate and time the check-out was triggered on the mobile device. Only available for check-out enabled Zones.
dwellTimeThe dwell time is the number of minutes a device was within a Fence. Only available for check-out enabled Zones.

Add Custom Data

Additional custom data can be included in the information going to your Data Extension. This data can come from either Custom Zone Data fields, or from Custom Event Metadata fields. However, we’ll need to adjust your Data Extension in order to receive this data. 

To add these fields into your Data Extension just connect the Bluedot team using help@bluedot.io and pass a list of the additional field names that you would like to be able to populate.

info

Only the fields specified to the Bluedot team are passed along to the Salesforce Marketing Cloud Data Extensions. All other fields specified in the Zone Custom Data or Custom Event Metadata will be ignored.