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! 🎉
buyer_surveygroup_ref
and its value is the created survey group ID.{
"survey_title": "Sample Survey with survey groups",
"survey_category_code": 231,
"survey_localization": "en_US",
"completes_required": 1000,
"expected_ir": 60,
"expected_loi": 60,
"offer_price": 4.5,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
// If you need use only one survey group
"buyer_surveygroup_ref": "cosmetics_project_123"
}
buyer_surveygroup_ref
including survey A and B. If you create another survey D using the same buyer_surveygroup_ref
, then survey C will be also included on the buyer_surveygroup_ref
.incl_excl=1
(a recontact survey).buyer_surveygroup_refs
can be used to pass an array of survey groups IDs.{
"survey_title": "Sample Survey with survey groups",
"survey_category_code": 231,
"survey_localization": "en_US",
"completes_required": 1000,
"expected_ir": 60,
"expected_loi": 60,
"offer_price": 4.5,
"live_url": "https://my.survey.com?survey_id=1234",
"test_url": "https://my.survey.com?survey_id=1234&test=1",
"field_time": 10,
// If you need use more than one survey groups
"buyer_surveygroup_refs": ["cosmetics_project_123", "cosmetics_project_1234"]
}
buyer_surveygroup_ref
and buyer_surveygroup_refs
empty.{
"buyer_surveygroup_ref": "",
"buyer_surveygroup_refs": []
}
buyer_surveygroup_refs
survey A, the user will be terminated on survey A on access even if A doesn't have any buyer_surveygroup_refs
. If survey B does not have on buyer_surveygroup_refs
surveys A but has survey C and D, user will not be terminated when answering the survey A.