notification

Table Schema

Name Type Description
personid VARCHAR

Internal identifier to specify a unique instance of a person. This column is used to partition data tables in the Bulk Data API and should be included on all table joins. Use personid to join to tables in other models within the Bulk Data API.

participantkey VARCHAR

Internal identifier to specify a unique instance of a participant in an RKStudio project. Key relationship with the participant table.

notificationkey VARCHAR

Primary key. A unique, auto-generated internal identifier to specify a unique instance of a notification event.

application VARCHAR

The application where the push notification was sent.

event VARCHAR

Description of the notification event. For example: Push notification sent, Push notification received

time TIMESTAMP

The time the notification event occurred.

identifier VARCHAR

Identifier of the notification for this event. This can be used to compare different notification events to establish a lifespan.


Back to Overview of the RKStudio Model