Get survey performance
Get the performance details of a survey.Â
Request
GET {{BASE_URL}}/buyers/v2/surveys/14892/performance
(BASE_URL is the base path. All Buyer API calls will require an access-token parameter in the header)Â
Response
Response Code
200
Response Body
{
"ps_survey_status": 22,
"completes_fielded": 400,
"completes_goal": 600,
"cpi_forecast_at_launch": "3.5",
"current_cpi": "6.4",
"projected_acpi": "5.2",
"total_cost_forecast_at_launch": "2100",
"current_cost": "2560",
"projected_total_cost": "3120",
"stated_loi": 20,
"current_overall_loi": 30,
"stated_incidence": 25,
"current_overall_incidence": 40,
"last_block_loi": 25,
"last_block_incidence": 50,
"over_quota_count": 0,
"drop_off_count": 2,
"quality_termination_count": 0,
"termination_count": 0,
"survey_launch_ts": 1693301101876,
"survey_close_ts": 1693301702054,
"survey_launch_iso_date": "2023-08-29T09:25:01.876Z",
"survey_close_iso_date": "2023-08-29T09:35:02.054Z"
}
Definitions & Descriptions
Parameter | Description | Type |
---|---|---|
| Â | number |
| Â | number |
| Â | number |
| Â | string |
| Â | string |
| Â | string |
| Â | string |
| Â | string |
| Â | string |
| Â | number |
| Â | number |
| Â | number |
| Â | number |
| Â | number | null |
| Â | number | null |
| Â | number |
| Â | number |
| Â | number |
| Â | number |
| Â | number | null |
| Â | number | null |
| Â | string | null |
| Â | string | null |
Â
Fields that have been added:
"survey_launch_ts": 1693301101876,
"survey_close_ts": 1693301702054,
"survey_launch_iso_date": "2023-08-29T09:25:01.876Z",
"survey_close_iso_date": "2023-08-29T09:35:02.054Z"
survey_launch_ts
and survey_close_ts
have the same value than survey_launch_iso_date
and survey_close_iso_date
in timestamp
Times are recorded in UTC