Guides

Export Jobs

In this area you can create export jobs. Whenever you need to manually export the precious data your apps collect, this is the area where you need to go.

You start by expanding the Analytics & Data menu item, then the Export Data menu item and finally click in Jobs:

menu data

In this area, you will find all the export jobs you create:

list

You can create an export job by clicking in the following button:

new job button

Which will open a page as follows:

form new job

You will then need to select one of our export job types:

type

And define if your export job should generate system emails when it succeeds or fails.

Export Devices/Contacts/Numbers

With this export job, you will be able to export all your push devices, email contacts and phone numbers.

You can also define if the export job should include inactive devices/contacts/numbers:

inactive devices

You can then define if the export job should include all types of mediums (you can select from All, Push, Email or SMS):

medium devices

You can also define if the export job should include the tags associated with your devices/contacts/numbers. If toggled ON, you can also define what character we should use as the separator for the tags:

tags devices

Finally, you can also filter what devices/contacts/numbers we should export by selecting a criteria:

criteria

To learn more about criteria, please read the guides located here.

Resulting export file

ColumnDescription
deviceIDThe unique Notificare's device identifier.
subscriptionIdThe push token, email contact or SMS number.
p256dhAn Elliptic curve Diffie–Hellman public key on the P-256 curve (that is, the NIST secp256r1 elliptic curve). The resulting key is an uncompressed point in ANSI X9.62 format. Only available for web push devices.
authAn authentication secret to use with the p256dh public key. Only available for web push devices.
userIDA unique string assigned to a device. This value will be auto-generated if none provide by the client's application.
userNameA string assigned to the device's user profile which can be used as a placeholder in messages. This column will be assigned as anonymous if none is provided by the client's application.
autoGeneratedA binary representation if a device was auto-generated or not. This value will be 1 if a userID was assigned to a device.
platformThe platform which a device uses. Possible values are: Android, iOS, WebPush, Email and SMS.
transportThe transport technology used to deliver messages to a device. Possible values are: Notificare, Android, iOS, WebPush, Email and SMS.
originThe protocol and domain where the device was registered. Only available for web push devices.
mediumThe type of channel for a specific device. Possible values are: Android, iOS, WebPush, Email and SMS.
osVersionThe version of the device's operating system.
sdkVersionThe version of the SDK used by the device.
appVersionThe version assigned by the application, if applicable.
osStringA string identifying the version of the device's operating system.
browserNameA string describing the browser name. Only available for web push devices.
browserVersionThe version of the browser used by the device. Only available for web push devices.
deviceStringA string identifying the device model.
countryAn ISO 3166-1 alpha-2 string identifying the device's country. This value is only present for devices using location services.
languageAn ISO 639-1 or 639-2/T string identifying the device's language.
regionAn ISO 3166-1 alpha-2 string identifying the device's region.
latitudeA floating point indicating the geographic coordinate that specifies the north–south position of a point on the Earth's surface. This value is only present for devices using location services.
longitudeA floating point indicating the geographic coordinate that specifies the east–west position of a point on the Earth's surface. This value is only present for devices using location services.
locationAccuracyThe distance in meters of the accuracy of a geographic coordinate of a point on the Earth's surface. This value is only present for devices using location services.
altitudeThe altitude of a geographic coordinate. Can be positive (above sea level) or negative (below sea level). This value is only present for devices using location services.
courseThe course of the location in degrees true North. Negative if course is invalid. This value is only present for devices using location services.
speedThe speed of the location in m/s. Negative if speed is invalid. This value is only present for devices using location services.
locationLastUpdatedThe timestamp when the device's location was last collected. This value is only present for devices using location services.
locationLastUpdatedFormattedAn ISO 8601 string representing the date and time when the device's location was last collected. This value is only present for devices using location services.
lastActiveThe timestamp when the device was last active.
lastActiveFormattedAn ISO 8601 string representing the date and time when the device was last active.
registrationDateThe timestamp when the device was first registered.
registrationDateFormattedAn ISO 8601 string representing the date and time when the device was first registered.
inboxSizeThe number of inbox items in the device's local inbox.
inboxUnreadThe number of unread inbox items in the device's local inbox.
inboxLastUpdatedThe timestamp when the device was first registered
inboxLastUpdatedFormattedAn ISO 8601 string representing the date and time when the device's inbox was last updated.
timeZoneOffsetThe time zone difference, in hours, from the device to UTC.
importedA binary representation if a device was imported or not. This value will be 1 if a device was create via an import job.
activeA binary representation if a device is active or not. This value will be 1 if a device is active.
expiredA binary representation if a device is expired or not. This value will be 1 if a device is expired.
expireDateThe timestamp when the device was first expired.
expireDateFormattedAn ISO 8601 string representing the date and time when the device was first expired.
dndStartA string representing the hour and minute for the beginning of the Do Not Disturb of a device.
dndEndA string representing the hour and minute for the end of the Do Not Disturb of a device.
allowedUIA binary representation if a device is allowed remote messages or not. This value will be 1 if a device allowed remote messages. This value will be always 1 for Email and SMS devices.
backgroundAppRefreshA binary representation if a device supports background refresh or not. This value will be 1 if a device supports background refresh. This value will be always 1 for Email and SMS devices.
locationServicesAuthStatusA string representing the authorization status for a device. Possible values are: none, use and always. This value is only present for devices using location services.
locationServicesAccuracyAuthA string representing the accuracy authorization for a device. Possible values are: full and reduced. This value is only present for devices using location services.
bluetoothEnabledA binary representation if a device has bluetooth or not. This value will be 1 if a device has bluetooth enabled. This value is only present for iOS and Android devices using location services.
userDataA string representing the userData assigned to a device.
tagsA string representing the tags assigned to a device.

Export Users

With this export job, you will be able to export all your users.

You can also define if the export job should include inactive users:

inactive users

You can also include information about your users' segments by toggling the following option:

include segments

If you do, you can then define how they should be included. By default, we will include them in one column, by defining it as Combined:

include type

You can then choose if you want to include the segments' names instead of their identifiers:

segment names

If you choose Separated instead, you can then also choose which segments you want to export:

segments only

You can also filter what users we should export by selecting a criteria:

criteria

To learn more about criteria, please read the guides located here. In this export job, this component is limited to only Segments and User Data Fields.

For this export job, you can also define if you want to export users based on their last active date:

last active

Or their registration date:

registration date

Additionally, if you want to use relative dates instead, you can toggle that option ON:

relative dates

Resulting export file

ColumnDescription
userIDA unique string assigned to a device. This value will be auto-generated if none provide by the client's application.
userNameA string assigned to the device's user profile which can be used as a placeholder in messages. This column will be assigned as anonymous if none is provided by the client's application.
accessTokenA string representing an randomly generated identifier for a user which can be used by the Mail to Push service.
pictureA string representing an URL of an image assigned to the user.
autoGeneratedA binary representation if a user was auto-generated or not. This value will be 1 if a userID was assigned to a profile.
validatedA binary representation if a user was validated or not. This value will be 1 if the user was validated.
lastActiveThe timestamp when the user was last active.
lastActiveFormattedAn ISO 8601 string representing the date and time when the user was last active.
registrationDateThe timestamp when the user was first registered.
registrationDateFormattedAn ISO 8601 string representing the date and time when the user was first registered.
activeA binary representation if a user is active or not. This value will be 1 if the user is active.
segmentsA string representing the segment's Ids or segment's names assigned to an user.

Export User Data

With this export job, you will be able to export all the data from a specific user.

You should search and select the user you want to export data:

select user

Resulting export file

This job will generate a .zip file with all the data from this user, including purchases, automation history, trigger history, replies, events, inbox items, notifications and device's data and all its media files (if applicable).

Purchases

ColumnDescription
identifierA string representing the Notificare's identifier.
transactionIdentifierA string representing the platform's transaction identifier.
dateThe timestamp when the purchase was made.
dateFormattedAn ISO 8601 string representing the date and time when the purchase was made.
deviceIDThe unique Notificare's device identifier.
typeA string representing the type of purchase. Possible values are: consumable and non-consumable.
priceA number representing the price of the purchase.
currencyA string representing the currency in which the purchase was made.
dataA string representing any additional data assigned to the purchase.

Automation History

ColumnDescription
automationA string representing the Notificare's automation connector identifier.
dateThe timestamp when the automation connector was triggered.
dateFormattedAn ISO 8601 string representing the date and time when the automation connector was triggered.
deviceIDThe unique Notificare's device identifier.
actionA binary representation if an automation connector was executed or not. This value will be 1 if the automation connector was executed.
dataA string representing any additional data assigned to the automation connector.

Trigger History

ColumnDescription
triggerA string representing the Notificare's geo-trigger identifier.
dateThe timestamp when the geo-trigger was triggered.
dateFormattedAn ISO 8601 string representing the date and time when the geo-trigger was triggered.
deviceIDThe unique Notificare's device identifier.
actionA binary representation if a geo-trigger was executed or not. This value will be 1 if the geo-trigger was executed.
sentA binary representation if a geo-trigger generated a message. This value will be 1 if the geo-trigger generated a message.
dataA string representing any additional data assigned to the geo-trigger.

Replies

ColumnDescription
timeThe timestamp when the reply was received.
timeFormattedAn ISO 8601 string representing the date and time when the reply was received.
notificationA string representing the Notificare's notification identifier.
deviceIDThe unique Notificare's device identifier.
labelA string representing the action's label.
targetA string representing the action's label (if applicable).
messageA string representing any user input assigned to the reply.
mediaA string representing the URL path to any media file assigned to the reply.

Events

ColumnDescription
typeThe type of event that was executed.
timeThe timestamp when the event was executed.
timeFormattedAn ISO 8601 string representing the date and time when the event was executed.
notificationA string representing the Notificare's notification identifier.
deviceIDThe unique Notificare's device identifier.
sessionIDA string representing a session's identifier (if applicable).
dataA string representing any additional data assigned to the event.

Inbox

ColumnDescription
notificationA string representing the Notificare's notification identifier.
deviceIDThe unique Notificare's device identifier.
timeThe timestamp when the inbox item was received.
timeFormattedAn ISO 8601 string representing the date and time when the inbox item was received.
messageA string representing the message of an inbox item.
titleA string representing the title of an inbox item.
subtitleA string representing the subtitle of an inbox item.
attachmentUriA string representing the URL of the lock screen image of an inbox item.
attachmentMimeTypeA string representing the mime type of the lock screen image of an inbox item.
extraA string representing any extra data assigned to the inbox item.
dataA string representing any additional data assigned to the inbox item.
openedA binary representation if an inbox item was opened. This value will be 1 if the inbox item was opened.

Notifications

ColumnDescription
notificationA string representing the Notificare's notification identifier.
timeThe timestamp when the notification was created.
timeFormattedAn ISO 8601 string representing the date and time when the notification was created.
scopeA string representing the target audience scope for the notification.
deviceIDThe unique Notificare's device identifier.
messageA string representing the message of a notification.

Devices

ColumnDescription
deviceIDThe unique Notificare's device identifier.
subscriptionIdThe push token, email contact or SMS number.
p256dhAn Elliptic curve Diffie–Hellman public key on the P-256 curve (that is, the NIST secp256r1 elliptic curve). The resulting key is an uncompressed point in ANSI X9.62 format. Only available for web push devices.
authAn authentication secret to use with the p256dh public key. Only available for web push devices.
userIDA unique string assigned to a device. This value will be auto-generated if none provide by the client's application.
userNameA string assigned to the device's user profile which can be used as a placeholder in messages. This column will be assigned as anonymous if none is provided by the client's application.
autoGeneratedA binary representation if a device was auto-generated or not. This value will be 1 if a userID was assigned to a device.
platformThe platform which a device uses. Possible values are: Android, iOS, WebPush, Email and SMS.
transportThe transport technology used to deliver messages to a device. Possible values are: Notificare, Android, iOS, WebPush, Email and SMS.
originThe protocol and domain where the device was registered. Only available for web push devices.
mediumThe type of channel for a specific device. Possible values are: Android, iOS, WebPush, Email and SMS.
osVersionThe version of the device's operating system.
sdkVersionThe version of the SDK used by the device.
appVersionThe version assigned by the application, if applicable.
osStringA string identifying the version of the device's operating system.
browserNameA string describing the browser name. Only available for web push devices.
browserVersionThe version of the browser used by the device. Only available for web push devices.
deviceStringA string identifying the device model.
countryAn ISO 3166-1 alpha-2 string identifying the device's country. This value is only present for devices using location services.
languageAn ISO 639-1 or 639-2/T string identifying the device's language.
regionAn ISO 3166-1 alpha-2 string identifying the device's region.
latitudeA floating point indicating the geographic coordinate that specifies the north–south position of a point on the Earth's surface. This value is only present for devices using location services.
longitudeA floating point indicating the geographic coordinate that specifies the east–west position of a point on the Earth's surface. This value is only present for devices using location services.
locationAccuracyThe distance in meters of the accuracy of a geographic coordinate of a point on the Earth's surface. This value is only present for devices using location services.
altitudeThe altitude of a geographic coordinate. Can be positive (above sea level) or negative (below sea level). This value is only present for devices using location services.
courseThe course of the location in degrees true North. Negative if course is invalid. This value is only present for devices using location services.
speedThe speed of the location in m/s. Negative if speed is invalid. This value is only present for devices using location services.
locationLastUpdatedThe timestamp when the device's location was last collected. This value is only present for devices using location services.
locationLastUpdatedFormattedAn ISO 8601 string representing the date and time when the device's location was last collected. This value is only present for devices using location services.
lastActiveThe timestamp when the device was last active.
lastActiveFormattedAn ISO 8601 string representing the date and time when the device was last active.
registrationDateThe timestamp when the device was first registered.
registrationDateFormattedAn ISO 8601 string representing the date and time when the device was first registered.
inboxSizeThe number of inbox items in the device's local inbox.
inboxUnreadThe number of unread inbox items in the device's local inbox.
inboxLastUpdatedThe timestamp when the device was first registered
inboxLastUpdatedFormattedAn ISO 8601 string representing the date and time when the device's inbox was last updated.
timeZoneOffsetThe time zone difference, in hours, from the device to UTC.
importedA binary representation if a device was imported or not. This value will be 1 if a device was create via an import job.
activeA binary representation if a device is active or not. This value will be 1 if a device is active.
expiredA binary representation if a device is expired or not. This value will be 1 if a device is expired.
expireDateThe timestamp when the device was first expired.
expireDateFormattedAn ISO 8601 string representing the date and time when the device was first expired.
dndStartA string representing the hour and minute for the beginning of the Do Not Disturb of a device.
dndEndA string representing the hour and minute for the end of the Do Not Disturb of a device.
allowedUIA binary representation if a device is allowed remote messages or not. This value will be 1 if a device allowed remote messages. This value will be always 1 for Email and SMS devices.
backgroundAppRefreshA binary representation if a device supports background refresh or not. This value will be 1 if a device supports background refresh. This value will be always 1 for Email and SMS devices.
locationServicesAuthStatusA string representing the authorization status for a device. Possible values are: none, use and always. This value is only present for devices using location services.
locationServicesAccuracyAuthA string representing the accuracy authorization for a device. Possible values are: full and reduced. This value is only present for devices using location services.
bluetoothEnabledA binary representation if a device has bluetooth or not. This value will be 1 if a device has bluetooth enabled. This value is only present for iOS and Android devices using location services.
userDataA string representing the userData assigned to a device.
tagsA string representing the tags assigned to a device.

Export Regions

With this export job, you will be able to export all the Geo-Zones, POIs, cities and countries you create.

Resulting export file

ColumnDescription
regionIdA string representing the Notificare's region identifier.
referenceKeyA string representing the external's key identifier.
nameA string representing the region's name.
descriptionA string representing the region's description.
addressA string representing the region's address.
tagsA string representing the tags assigned to a region.
categoryA string representing the region's category. Possible values are: fence, poi, city, country.
timezoneThe timezone of the region.
timeZoneOffsetThe time zone difference, in hours, from the region to UTC.
countryAn ISO 3166-1 alpha-2 string identifying the region's country.
majorA number representing the Major identifier for a region.
distanceA number representing the region's radius in meters.
latitudeA floating point indicating the geographic coordinate that specifies the north–south position of a point on the Earth's surface.
longitudeA floating point indicating the geographic coordinate that specifies the east–west position of a point on the Earth's surface.
coordinatesA string representing a GeoJSON Polygon (if applicable).

Export Beacons

With this export job, you will be able to export all the beacons you create.

Resulting export file

ColumnDescription
beaconIdA string representing the Notificare's beacon identifier.
nameA string representing the beacon's name.
timezoneThe timezone of the beacon.
majorA number representing the Major identifier for a beacon.
minorA number representing the Minor identifier for a beacon.
latitudeA floating point indicating the geographic coordinate that specifies the north–south position of a point on the Earth's surface.
longitudeA floating point indicating the geographic coordinate that specifies the east–west position of a point on the Earth's surface.

Export Messages

With this export job, you will be able to export all the messages you create.

You can also define if we should include archived messages:

archived messages

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
notificationIdA string representing the Notificare's notification identifier.
mediumA string representing the message's medium.
titleA string representing the message's title. Only applicable for push messages.
subtitleA string representing the message's subtitle. Only applicable for push messages.
messageA string representing the message's message.
subjectA string representing the message's subject. Only applicable for email messages.
senderNameA string representing the message's sender name (when provided). Only applicable for email messages.
senderAddressA string representing the message's sender address (when provided) Only applicable for email messages.
replyToA string representing the message's Reply-To (when provided). Only applicable for email messages.
timeThe timestamp when the message was created.
timeFormattedAn ISO 8601 string representing the date and time when the message was created.
typeA string representing the message's type.
scopeA string representing the target audience scope for the message.
groupA string representing the group identifier for the message.
pushA binary representation if a message should generate a remote push notification. This value will be 1 if a message generated a remote push notification.
inboxA binary representation if a message should be displayed in the in-app inbox. This value will be 1 if a message is displayed in the in-app inbox.
overrideSendingLimitA binary representation if a message should override the sending limit. This value will be 1 if a message broke through the sending limit.
ttlA number representing the amount of seconds before the message is discarded by platforms when it cannot be delivered.
inboxTtlA number representing the amount of seconds the message should be displayed in the in-app inbox.
rateA number representing the amount messages sent per second.
presentationA binary representation if a message should be presented while the app is opened. This value will be 1 if a message was presented.
badgeA number representing the user provided value for the app's icon badge.
channelA string representing the Android's channel used to deliver a message.
targetContentIdentifierA string representing the iOS Target Content Identifier used to deliver a message.
requireInteractionA binary representation if a web push message should be dismissed only after user interaction. This value will be 1 if a message is only dismissed after user interaction.
renotifyA binary representation if a web push message should be presented even if it is already in the message center. This value will be 1 if a message is set to renotify the user.
relevanceScoreA number representing the iOS relevance score.
interruptionLevelA string representing the iOS interruption level.
filterCriteriaA string representing the iOS filter criteria.
segmentsA string representing the segments used as the target audience, if applicable. Only available for messages with scope segments.
tagsA string representing the tags used as the target audience, if applicable. Only available for messages with scope tags.
segmentsCriteriaA string representing the segments used in criteria as the target audience, if applicable. Only available for messages with scope criteria.
tagsCriteriaA string representing the tags used in criteria as the target audience, if applicable. Only available for messages with scope criteria.
locationsCriteriaA string representing the geographical points used in criteria as the target audience, if applicable. Only available for messages with scope criteria.
propertiesCriteriaA string representing the device properties used in criteria as the target audience, if applicable. Only available for messages with scope criteria.
userDataCriteriaA string representing the user data fields used in criteria as the target audience, if applicable. Only available for messages with scope criteria.
eventCriteriaA string representing the device properties used in event criteria as the target audience, if applicable. Only available for messages with scope event.
triggeredA binary representation if a message is triggered. This value will be 1 if a message is triggered.
scheduledA binary representation if a message is scheduled. This value will be 1 if a message is scheduled.
archivedA binary representation if a message is archived. This value will be 1 if a message is archived.
statusA string representing the deliverability state for the message. Possible values are: saved, gathering, sending, error, aborted and finished.
costUSDA number representing the message's cost in US Dollars. Only applicable for SMS messages.
costEURA number representing the message's cost in Euros. Only applicable for SMS messages.
sentA number representing the amount of devices that the message was sent to.
failsA number representing the amount of devices that the message failed to be delivered.
receivedA number representing the amount of devices that we were able to confirm that the message was received.
openedA number representing the total amount of times that the message was opened. Only available for push messages and email messages that include a tracker placeholder.
uniqueOpenedA number representing the unique amount of times that the message was opened. Only available for push messages and email messages that include a tracker placeholder.
repliedA number representing the total amount of times that the message was replied to. Only available for push messages that contain actions.
linkOpenedA number representing the total amount of times that users clicked a link in the email message. Only available for email messages that contain tracking links.
linkUniqueOpenedA number representing the total amount of times that unique users clicked a link in the email message. Only available for email messages that contain tracking links.
durationA number representing the time in seconds that the system took to deliver the message.
scheduleStatusA string representing the schedule state for the message. Possible values are: scheduled, running, cancelled and finished.
scheduleTimeAn ISO 8601 string representing the date and time when the message was scheduled.
scheduleTimezoneA string representing the timezone used in the schedule.
scheduleLocalA binary representation if a message is scheduled for the device's local time. This value will be 1 if a message is scheduled for the device's local time.
scheduleRecurrentA binary representation if a message is scheduled periodically. This value will be 1 if a message is a recurrent schedule.
sentTimeThe timestamp when the message was sent.
sentTimeFormattedAn ISO 8601 string representing the date and time when the message was sent.

Export Replies

With this export job, you will be able to export performance metrics concerning all the replies for a specific push message.

You should then search and select a specific message:

select message

Resulting export file

ColumnDescription
timeThe timestamp when the reply was received.
timeFormattedAn ISO 8601 string representing the date and time when the reply was received.
notificationA string representing the Notificare's notification identifier.
deviceIDThe unique Notificare's device identifier.
labelA string representing the action's label.
targetA string representing the action's label (if applicable).
messageA string representing any user input assigned to the reply.
mediaA string representing the URL path to any media file assigned to the reply.

With this export job, you will be able to export performance metrics concerning all the tracking links for a specific email message.

You should then search and select a specific message:

select message

Resulting export file

ColumnDescription
linkIdThe identifier of the link.
notificationA string representing the Notificare's notification identifier.
urlA string representing the link's URL.
openedA number representing the total number of times a link was opened.
uniqueOpenedA number representing the total number of times a link was opened by a unique user.

Export Events

With this export job, you will be able to export events.

You should then select a specific event:

select event

You can also define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

You can also filter events based on the devices/contacts/numbers that executed them, by selecting a criteria:

criteria

To learn more about criteria, please read the guides located here.

For certain events, you will also be able to filter results based on the data included in those events, by using the data filters component:

data filters

To learn more about data filters, please read the guides located here.

Resulting export file

ColumnDescription
eventIdA string representing the event's identifier.
typeThe type of event that was executed.
timeThe timestamp when the event was executed.
timeFormattedAn ISO 8601 string representing the date and time when the event was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.
subscriptionIdA string representing the push token, email address or SMS number.

Export Loyalty Program's Unique Codes

With this export job, you will be able to export unique codes for a specific loyalty program.

By default, we will only export available unique codes, but you can choose to also include issued unique codes, by toggling the following option:

all loyalty codes

Then you must select which program you want to export unique codes:

select program

Resulting export file

ColumnDescription
programA string representing the program's identifier.
codeThe unique code.
issuedA boolean representing if the unique code was issued (if applicable).
issueDateAn ISO 8601 string representing the date and time when the unique code was issued (if applicable).
userIDA string representing the user identifier.
expirationDateAn ISO 8601 string representing the expiration date and time for the unique code.

Export Passes

With this export job, you will be able to export passes generated from a specific pass template.

You should then search and select one pass template:

select pass template

Resulting export file

This export file will also contain all the fields of a pass where each column will be the key of a field prefixed with pass_.

ColumnDescription
pass_serialA string representing the pass serial.
pass_barcodeA string representing the pass barcode.
pass_descriptionA string representing the pass description.
pass_barcode_alt_textA binary representation if a pass should show the human-readable barcode message. This value will be 1 if a pass should show the human-readable barcode message.
pass_relevant_dateAn ISO 8601 string representing the date and time when the pass is relevant (if applicable).
pass_expiration_dateAn ISO 8601 string representing the date and time when the pass expires (if applicable).
pass_link_appleA string representing the URL to the Apple Wallet version of the pass.
pass_link_googleA string representing the URL to the Google Wallet version of the pass.
pass_activeA binary representation if a pass is active or not. This value will be 1 if the pass is active.

Export Location Based Campaign Results

With this export job, you will be able to export results from a specific location based campaign.

You should then search and select one location based campaign:

select location campaign

Resulting export file

ColumnDescription
campaignA string representing the campaign's identifier.
triggerA string representing the campaign's trigger identifier.
triggerTypeA string representing the campaign's trigger type.
regionA string representing the geo-zone's identifier.
regionNameA string representing the geo-zone's name.
beaconA string representing the beacon's identifier.
beaconNameA string representing the beacon's name.
beaconMajorA string representing the beacon's Major identifier.
beaconMinorA string representing the beacon's Minor identifier.
dateThe timestamp when the campaign was created.
dateFormattedAn ISO 8601 string representing the date and time when the campaign was created.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.
sentA boolean representing if a message was sent or not.

Export Scheduled or Location Based Campaign Events

With this export job, you will be able to export events from a specific campaign.

You should then search and select one campaign:

select scheduled location campaign

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
campaignA string representing the campaign's identifier.
triggerA string representing the campaign's trigger identifier.
notificationA string representing the Notificare's notification identifier.
typeA string representing the type of the event
timeThe timestamp when the event was executed.
timeFormattedAn ISO 8601 string representing the date and time when the event was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.

Export Scheduled or Location Based Campaign Replies

With this export job, you will be able to export replies from a specific campaign.

You should then search and select one campaign:

select scheduled location campaign

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
campaignA string representing the campaign's identifier.
triggerA string representing the campaign's trigger identifier.
notificationA string representing the Notificare's notification identifier.
labelA string representing the label of the action
targetA string representing the target (if one is provided)
messageA string with the message provided by the user (if one is provided)
mediaA URL with the media uploaded by the user (if one is provided)
timeThe timestamp when the reply was executed.
timeFormattedAn ISO 8601 string representing the date and time when the reply was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.

Export Scheduled or Location Based Campaigns Summary

With this export job, you will be able to export a summary for one or more campaigns.

You should then search and select at least one campaign:

select scheduled location campaigns

Resulting export file

ColumnDescription
campaignA string representing the campaign's identifier.
campaignNameA string representing the campaign's name.
infoTypeA string representing the campaign's stats type. Possible value are: notifications, triggers and automations.
costUSDA number representing the cost in US Dollars for the campaign. Only applicable for campaigns containing SMS messages.
costEURA number representing the cost in Euros for the campaign. Only applicable for campaigns containing SMS messages.
sentA number representing the amount of devices that the campaign's message was sent to.
failsA number representing the amount of devices that the campaign's message failed to be delivered.
receivedA number representing the amount of devices that we were able to confirm that the message was received.
openedA number representing the total amount of devices that opened the campaign's message.
uniqueOpenedA number representing the unique amount of devices that opened the campaign's message.
repliesTotalA number representing the total amount of devices that opened an action in the campaign's message. Only applicable if message has actions.
repliesUniqueA number representing the unique amount of devices that opened an action in the campaign's message. Only applicable if message has actions.
linkOpenedA number representing the total amount of times that users clicked a link in an email message. Only available for campaigns with email messages that contain tracking links.
linkUniqueOpenedA number representing the total amount of times that unique users clicked a link in the email message. Only available for campaigns for email messages that contain tracking links.

Export Event Based Campaigns Summary

With this export job, you will be able to export a summary for one or more event based campaigns.

You should then search and select at least one event based campaign:

select event campaigns

Resulting export file

ColumnDescription
automationA string representing the event-based campaign's identifier.
automationNameA string representing the event-based campaign's name.
notificationA string representing the Notificare's notification identifier.
costUSDA number representing the cost in US Dollars for the campaign. Only applicable for campaigns containing SMS messages.
costEURA number representing the cost in Euros for the campaign. Only applicable for campaigns containing SMS messages.
sentA number representing the amount of devices that the event-based campaign's message was sent to.
failsA number representing the amount of devices that the event-based campaign's message failed to be delivered.
openedA number representing the total amount of devices that opened the event-based campaign's message.
uniqueOpenedA number representing the unique amount of devices that opened the event-based campaign's message.
repliesTotalA number representing the total amount of devices that opened an action in the event-based campaign's message. Only applicable if message has actions.
repliesUniqueA number representing the unique amount of devices that opened an action in the event-based campaign's message. Only applicable if message has actions.
linkOpenedA number representing the total amount of times that users clicked a link in an email message. Only available for campaigns with email messages that contain tracking links.
linkUniqueOpenedA number representing the total amount of times that unique users clicked a link in the email message. Only available for campaigns for email messages that contain tracking links.

Export Event Based Campaigns Events

With this export job, you will be able to export events for one or more event based campaigns.

You should then search and select at least one event based campaign:

select event campaigns

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
automationA string representing the event-based campaign's identifier.
automationNameA string representing the event-based campaign's name.
notificationA string representing the Notificare's notification identifier.
eventIdA string representing the event's identifier.
typeThe type of event that was executed.
timeThe timestamp when the event was executed.
timeFormattedAn ISO 8601 string representing the date and time when the event was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.

Export Event Based Campaigns Replies

With this export job, you will be able to export replies for one or more event based campaigns.

You should then search and select at least one event based campaign:

select event campaigns

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
automationA string representing the event-based campaign's identifier.
automationNameA string representing the event-based campaign's name.
notificationA string representing the Notificare's notification identifier.
labelA string representing the label of the action
targetA string representing the target of the action (if one is provided)
messageA string with the message provided by the user (if one is provided)
mediaA URL with the media uploaded by the user (if one is provided)
timeThe timestamp when the reply was executed.
timeFormattedAn ISO 8601 string representing the date and time when the reply was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.

Export Event Based Campaign History

With this export job, you will be able to export the history for a specific event based campaign.

You should then search and select one event based campaign:

select event campaign

You can then define an interval for your export:

interval

If none is provided, we will only export the messages from the last 30 days. If you do provide one, that interval shouldn't be bigger than 180 days.

You can also define a relative interval:

interval relative

Resulting export file

ColumnDescription
automationA string representing the event-based campaign's identifier.
dateThe timestamp when the reply was executed.
dateFormattedAn ISO 8601 string representing the date and time when the reply was executed.
deviceIDThe unique Notificare's device identifier.
userIDA string representing the device's assigned user identifier.
matchDataValuethe value that matched the connector data filters (if applicable).

Once you've created an export job, it will be put in a queue and ran as soon as possible. You can see their state on each entry in the list:

row

Once it is finished, you can click on that entry to download the resulting file, by expanding the Options menu and click in Download:

options download

You can also delete an export job, by expanding the Options menu and click in Delete:

options delete