SurveyEvent
Contains information about survey responses recorded in Salesforce Marketing Cloud. Each record captures the timestamp and context of the response, supporting analysis of audience feedback and engagement.
View-Specific Information
Select
The connector uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The connector processes other filters client-side within the connector.
For example, the following (but not only) queries are processed server side:
SELECT * FROM SurveyEvent WHERE Id = 123 SELECT * FROM SurveyEvent WHERE Id IN (123, 456) SELECT * FROM SurveyEvent WHERE CreatedDate > '2017/01/25'
Columns
| Name | Type | Description |
| ID [KEY] | Int | Specifies the system-generated unique identifier (Id) for the survey event. This Id is read-only and is assigned automatically by the system. |
| ObjectID | String | Specifies the system-controlled text string that serves as the unique Id for the survey-event object. This Id is read-only and is generated internally. |
| PartnerKey | String | Specifies the unique partner-assigned Id for the survey event. This value is accessible only through the API and is used for external system correlation. |
| CreatedDate | Datetime | Indicates the date and time when the survey event was created. This timestamp is read-only and is generated automatically. |
| ModifiedDate | Datetime | Indicates the date and time when the survey-event record was last modified. This timestamp supports auditing and administrative review. |
| Client_ID | Int | Specifies the Id of the client that owns or manages the survey event. This Id links the record to the appropriate account. |
| SendID | Int | Specifies the Id of the send that is associated with the survey event. This Id links the event back to the originating message send operation. |
| SubscriberKey | String | Specifies the unique subscriber Id that is associated with the event. This value identifies which subscriber provided the survey response. |
| EventDate | Datetime | Indicates the date and time when the survey event occurred. This timestamp reflects when the subscriber interacted with the survey content. |
| EventType | String | Defines the type of tracking event that is associated with the survey interaction. This value helps categorize the event within reporting. |
| TriggeredSendDefinitionObjectID | String | Specifies the system-controlled Id of the triggered send definition that is associated with the survey event. This Id provides linkage to automation and send configuration. |
| BatchID | Int | Specifies the batch Id that groups the survey event with related send-tracking events. This value supports processing and reporting alignment. |
| Question | String | Specifies the survey question presented to the subscriber as part of the tracked interaction. This value reflects the exact question text. |
| Answer | String | Specifies the answer that the subscriber provided in response to the survey question. This value captures the subscriber's submitted input. |