Yield management is the strategic process of carefully selecting and prioritizing viable survey opportunities to ensure that the highest-performing studies receive the most traffic, while surveys falling below desired metric thresholds are either deprioritized or not considered at all.
This content has been updated to reflect our latest pricing model, replacing cost per interview (CPI) with revenue per interview (RPI) metrics. We will be working closely with our supply partners to transition them to the RPI model. If you have not yet migrated to RPI and require access to documentation containing CPI details, please contact your account team, who can provide the relevant materials.
To help our supply partners build out an effective yield management system we recommend applying the following approaches, amongst a few other considerations. This content is not relevant for our Match Integrated partners.
Creating suitable survey filter rules
When starting out your integration it is important you monitor if any initial survey filtering rules applied to your feed opportunities subscription or within your own system are heavily restricting the survey inventory available. Having a significantly reduced pool of surveys to match users with can impact potential earnings.
A recommended best practice is to keep your survey filtering criteria broader during the soft launch phase. As you gain a better understanding of how your respondents perform against different survey types, length of interview (LOI), buyer preferences etc, you can gradually refine and test your survey filtering rules to optimize performance. See here for more information on creating a testing framework.
Feed opportunities allows you to easily adjust the criteria for surveys you receive notifications about, simplifying the process of gradually filtering out surveys that are not relevant to your specific business model. By adopting this approach, you can adapt and tailor your survey selection process to align with your users' preferences and maximize your survey-based revenue.
Example survey filtering criteria
Property | Value | Description |
|---|---|---|
country_language | eng_gb, eng_us | Include surveys from the United Kingdom and the United States English language |
length_of_interview | <20 | Surveys equal to or less than 20 minutes |
conversion | >5 | Surveys equal to or greater than 5% conversion |
revenue_per_interview | >0.50 | Surveys equal to or greater than $0.50 |
study_type | adhoc, recontact | Adhoc and recontact surveys |
Opportunities subscription
{
"callback" : {{callback}},
"opportunities": [{
"country_language" : {"in": ["eng_gb", "eng_us"]},
"length_of_interview": { "lte" : 20 },
"conversion": { "gte" : 0.05 },
"revenue_per_interview": { "gte" : 0.50 },
"study_type": {"in": ["adhoc", "recontact"]}
}]
}Identifying viable surveys
Before presenting the best survey opportunities to your respondents, it's crucial to ensure that the following criteria is met:
The survey is still live
The total quota is available
Any subquota(s) matching respondent profiles is available
Data profiled on a respondent meets the qualification criteria
Respondent has not attempted this survey before
Respondent has not attempted a survey in this survey group before (if applicable)
Ranking eligible surveys
Cint provides a comprehensive set of data through our APIs and redirect information, empowering suppliers to target the most suitable and high-performing surveys. To assist you in effectively utilizing this data, we've compiled a list of what we consider to be crucial data points when creating a survey ranking algorithm.
Please note some of these metrics should be used as a starting point for assessing the overall health of surveys from a global perspective, it's essential to track your internal performance as you direct respondents to surveys.
Conversion: this is one of the most important metrics in understanding the overall health of a survey. A good conversion rate improves the respondent experience, engagement, and loyalty, whilst helping maximize earning potential.
Survey mobile conversion: this data is particularly useful for understanding how a survey is performing for respondents accessing it from a mobile device. If most of your respondent traffic is via a mobile device, identifying good mobile opportunities will improve user experience and reduce drop rates.
Revenue per click (RPC): an important objective is to earn the most revenue with the least number of clicks. It is worth noting, a high RPC can be the consequence of a good converting survey or a niche targeted, low IR survey, with a high revenue per interview (RPI). Therefore it is advised to track RPI alongside RPC.
Revenue per click per minute (RPCM): this data represents the value being placed on a respondent's time in a survey. RPCM is not included in our API data but can be calculated via the following formula: [Revenue Per Click (RPC)]/[Average LOI]
Length of interview (LOI): this data should be used to track and analyze how your respondents engage with varying survey lengths, across different devices. Tailor your offerwall experience to show surveys that your respondents prefer, but also guarantees a good ROI.
Termination length of interview (TLOI): this is a good indication as to whether there are any late termination rules embedded within a survey. Penalizing surveys with late terminations can help improve respondent satisfaction.
Buyer name: track and analyze buyer performance. If certain buyers are delivering poor performance, consider applying rules that limit which of their surveys you allow respondents to participate in. This may mean only allowing respondents to participate in the poor performing buyers survey if it is showing a conversion rate above a certain threshold or below a certain LOI that may be more restrictive than that allowed for better-performing buyers. Continue to monitor global data in case buyer trends change.
Property name | Calculation | Where you can find this data |
|---|---|---|
system conversion | The number of respondents that completed the survey, divided by the number of respondents that entered the Cint Exchange (formerly known as Lucid Marketplace), from any device. This value is calculated after one complete and rounded to the nearest whole number. | These statistics can be obtained at supplier or global level, as well as 12 hours trailing, or for the whole survey lifetime using the statistics endpoints. |
conversion | The number of respondents that completed the survey, divided by the number of respondents that qualified for the survey (made it to the client-side survey), from any device. This value is calculated after one complete and rounded to the nearest whole number. | These statistics are global lifetime data obtained from an opportunities subscription. |
mobile_conversion | Percentage of mobile respondents who complete the survey after qualifying. This value is calculated after one mobile complete and rounded to the nearest whole number. | |
revenue_per_click | (RPI * number of completes) / number of system entrants | |