Survey Lifecycle
Who this is for: Supply integrators (panel providers & audience owners). When to use it: when you automate receiving and fielding surveys. What happens next: you'll know how a survey flows from allocation to reconciliation.
From the Supply side, a buyer's project appears as one or more surveys allocated to you. The lifecycle:
allocated ──▶ inspect ──▶ send respondent ──▶ outcome ──▶ reconcile
│ │ │ │ │
GetAllocated GetSurveyById GenerateLink/ redirect GetReconciliation
Surveys + quotas/quals EntryLink with status
1. Discover allocated surveys
Poll GetAllocatedSurveys for surveys assigned to your account, or
GetTopPickSurveys for the highest-value opportunities.
2. Inspect the survey
Use GetSurveyById to read details, and the qualification/quota endpoints
(GetSurveyQualifications, GetSurveyQuotas) to know who qualifies and where
capacity remains — see Quota Management.
3. Send a respondent
Generate an entry link with GenerateLink / EntryLink and direct your
respondent into the survey. See Traffic Flow.
4. Handle the outcome
The respondent is redirected back with a status (complete, terminate, overquota, etc.). See Redirect Handling.
5. Reconcile
Use GetReconciliation to confirm final session outcomes and align your
records with Zamplia's.
Track delivery health across surveys with GetSurveyGlobalStats.