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! 🎉
transaction_id
& appropriate status st
query parameters.transaction_id
is the unique, per session transaction ID. A respondent can have multiple transactions, i.e. attempting to take the survey from different devices or at different times. This will be appended as a query parameter to the client's survey entry URL, when sending the respondent to the survey.st
is the status code for Complete, Term, Overquota, or other redirects, defined by the buyer's survey.transaction_id
in a different form, you can map this variable to yours in the menu option for “Buyer Settings” under your buyer account.Type | Status code (st) | Description |
---|---|---|
Complete | 21 | Respondent completed the survey and registered as Complete |
Over quota | 17 | Number of required respondents has already been reached for that quota |
Termination | 18 | Respondent is not qualified for the survey |
Quality | 20 | Quality concern, e.g. Speeding, straight-lining, trap questions |
Buyer Security | 30 | Duplicate, respondent has already taken survey |
Buyer Hash Security | 31 | Respondent has tampered with the Buyer’s URL |
st
needs to come first and transaction_id
second, as per the example above.