Training
For clients
Загружается...
An object describing an item in the list of survey respondents. It represents detailed information about a respondent.
| Field name | Type | Conditions | Description |
|---|---|---|---|
| id | string | readable | Respondent identifier |
| survey_id | string | readable | Survey identifier |
| survey_name | string | readable | Survey name |
| ad_plan_id | uint32 | readable | Identifier of the ad campaign from which the respondent was acquired |
| ad_group_id | uint32 | readable | Identifier of the ad group from which the respondent was acquired |
| banner_id | uint32 | readable | Identifier of the ad from which the respondent was acquired |
| created_at | datetime | readable | Time when the respondent was acquired |
| answers | list of RespondentAnswer | readable | Respondent’s answers to the survey questions |
| is_direct | boolean | readable | A flag indicating how the respondent entered the survey. True — the respondent completed the survey questionnaire via a direct link. False — the respondent completed the survey questionnaire from an ad. |