Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Send a POST request to the endpoint /buyers/v2/surveys/{surveyId}/channels

Code Block
languagejson
{
   "survey_title":"example",
   "type":"TL",
   "psids":[
      "adb79238-3eee-9c21-f58c-d8c801483001",
      "adb79238-3eee-9c21-f58c-d8c801483002",
      "adb79238-3eee-9c21-f58c-d8c801483003"
   ]
}

...

If the Parent survey is not live a Traffic Channel can’t be launched

Code Block
languagejson
{
    "ps_api_response_code": 9999,
    "ps_api_response_message": "Survey is not in live status"
}

...