- 15 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Power-Ups Report
- Updated on 15 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Power-Ups Report
Purpose
Relay’s Power-Ups offering allows for clients to send online forms to their customers on the Relay feed. The Power-Ups Report populates the electronically collected data entered on the forms by customers (i.e. First Name, Last Name, or simple Form Responses to Questions). Clients can access this data through the Relay SFTP offering as both .csv files and individual PDF submissions. This report is available in both Staging and Production Environments.
Included Events
Expected Frequency:
The default frequency is daily.
Standard Report File Properties: Power-Ups Events
Property | Data Type | Length | Primary Key | Description |
---|---|---|---|---|
message_id | string | 255 | No | The unique, internal Relay feed message identifier. |
product_group_id | string | 255 | No | The current product group identifier of the Customer. An account is associated to one and only one product group at a time. |
customer_id | string | 255 | No | The internal, Relay assigned, customer identifier. |
client_id | string | 100 | Yes | The unique identifier of the Client. |
journey_id | string | 255 | No | A unique Relay experience identifier. |
trigger_id | string | 255 | No | The trigger id of the Relay experience the event is related to. |
ccid | string | 255 | Yes | The unique identifier of the Customer. |
client_message_tag | string | 255 | No | An optional, Client created, tag that was provided during the initial messaging/onboarding request. |
experience_name | string | 100 | No | The name given to a collection of messages. An organizational name. |
customer_name | string | 300 | No | Concatenation of the first_name, middle_name, last_name if it was included as a hidden field in the Power-Up form. |
secondary_account_id | string | 100 | No | This field can be used to tie the Customer back to another external system. |
submission_id | string | 36 | Yes | The unique identifier of the Power-Ups submission. |
Form ID | string | 255 | Yes | A unique Relay identifier for the form (Power-Up) filled out by the Customer or Patient. |
Time Submitted | string | 36 | Yes | Timestamp of when the Customer or Patient submitted their answers to a form. |
Submission Value X | string | 4000 | No | The Power-Up submission answer. Values are defined when the form is created or updated. |