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,
"buyer_surveygroup_ref": "cosmetics_project_123"
}
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,
"buyer_surveygroup_refs": ["cosmetics_project_123", "cosmetics_project_1234"]
}
buyer_surveygroup_ref
and buyer_surveygroup_refs
empty.{
"buyer_surveygroup_ref": "",
"buyer_surveygroup_refs": []
}