We hope you enjoy our updated documentation! The old documentation website is still available here. Reach out to us with feedback or questions. Happy programming! 🎉
mc_unique_id
request parameter the API will allow to connect multiple survey with that unique ID. This will transform a single project to a multi- country project.mc_unique_id
set to test-mc-12345
as an example:{
"survey_title": "Test multi country 1",
"survey_category_code": 231,
"survey_localization": "en_US",
"completes_required": 300,
"offer_price": 3.25,
"expected_ir": 60,
"expected_loi": 10,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
"mc_unique_id": "test-mc-12345"
}
mc_unique_id
as above.{
"survey_title": "Test multi country 2",
"survey_category_code": 231,
"survey_localization": "es_US",
"completes_required": 300,
"offer_price": 3.25,
"expected_ir": 60,
"expected_loi": 10,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
"mc_unique_id": "test-mc-12345"
}
mc_unique_id
used in the step above.{
"survey_title": "Test multi country 3",
"survey_category_code": 231,
"survey_localization": "en_CA",
"completes_required": 300,
"offer_price": 3.25,
"expected_ir": 60,
"expected_loi": 10,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
"mc_unique_id": "test-mc-12345"
}