Supplier Blends#
The Supplier Blend feature allows you to save presets for Supplier Allocation, Flexibility and Groups.In order to avoid having to create Supplier Groups and Allocations manually for every survey, you can use Supplier Blends to quickly apply these presets by choosing them from a list.You are also able to set a Supplier Blend as a default so that new surveys will have this Blend applied automatically.Supplier Blend endpoints
See below the list of available endpoints for supplier blend management:Creating Survey with Supplier Blend Applied#
When creating a survey with POST /surveys you can pass the blend_id parameter to the payload in order to apply a supplier blend to the survey.{
"live_url": "http://example.com/survey",
"test_url": "http://example.com/survey-test",
"survey_title": "API Blend Test",
"click_balancing": 0,
"estimated_clicks": 0,
"survey_category_code": 211,
"survey_localization": "en_US",
"completes_required": 100,
"expected_ir": 65,
"expected_loi": 5,
"field_time": 5,
"source": "platform",
"buyer_user_id": 51,
"buyer_company": 25,
"qualifications": [],
"blend_id": "sb123456789"
}
Supplier Groups#
With a growing list of suppliers, some buyers may choose to group suppliers together for a cleaner UI/API experience.Grouped suppliers appear as a single supplier, combining and controlling the allocations and CPI values of multiple suppliers to make the UI more user friendly, and easier to manage. The grouped supplier is not a mechanism to hide survey details or buyer details from any party.Modified at 2025-07-04 13:01:20