https://ns.adobe.com/xdm/mixins/experienceevent-survey-response-details
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Stable | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-survey-response-details.schema.json |
{
"xdm:surveyResponse": {
"xdm:surveyID": ""
}
}| Property | Type | Required | Defined by |
|---|---|---|---|
| xdm:surveyResponse | object |
Optional | Survey Response Details (this schema) |
* |
any | Additional | this schema allows additional properties |
Stores details related to a survey that has been completed by a user.
xdm:surveyResponse
- is optional
- type:
object - defined in this schema
object with following properties:
| Property | Type | Required |
|---|---|---|
xdm:surveyAnswers |
array | Optional |
xdm:surveyID |
string | Optional |
xdm:surveyQuestions |
array | Optional |
xdm:surveySteps |
Optional |
An array of the answers provided by the visitor within a survey.
xdm:surveyAnswers
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
ID for the specific survey taken.
xdm:surveyID
- is optional
- type:
string
string
An array of the questions presented to the visitor within a survey.
xdm:surveyQuestions
- is optional
- type:
string[]
Array type: string[]
All items must be of the type:
string
Extension of toolUsage data type.
xdm:surveySteps
- is optional
- type: reference