Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Get the performance details of a survey. 

Request


GET $apihost/$basepath/surveys/7654/performance

($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header) 

Response



Response Code

200

Response Body

{
  "ps_survey_status": 22,
  "completes_goal": 600,
  "completes_fielded": 400,
  "cpi_forecast_at_launch": 3.5,
  "current_cpi": 6.4,
  "projected_cpi": 5.2,
  "total_cost_forecast_at_launch": 2100,
  "current_cost": 2560,
  "projected_total_cost": 3120,
  "stated_loi": 20,
  "current_overall_loi": 30,
  "last_block_loi": 25,
  "stated_incidence": 25,
  "last_block_incidence": 50,
  "current_overall_incidence": 40
}
  • No labels