Get survey performance

Get survey performance

Our updated BUY API documentation is available here.
We hope you enjoy the new experience! Reach out to us with your feedback or questions on supportbuyapi@purespectrum.com
Happy programming! 🎉

 

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

Parameter

Description

Type

ps_survey_status

 

number

completes_fielded

 

number

completes_goal

 

number

cpi_forecast_at_launch

 

string

current_cpi

 

string

projected_acpi

 

string

total_cost_forecast_at_launch

 

string

current_cost

 

string

projected_total_cost

 

string

stated_loi

 

number

current_overall_loi

 

number

stated_incidence

 

number

current_overall_incidence

 

number

last_block_loi

 

number | null

last_block_incidence

 

number | null

over_quota_count

 

number

drop_off_count

 

number

quality_termination_count

 

number

termination_count

 

number

survey_launch_ts

 

number | null

survey_close_ts

 

number | null

survey_launch_iso_date

 

string | null

survey_close_iso_date

 

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