Once having completed a survey, the respondents must be registered with PureSpectrum via a callback URL.When returning the respondent back to PureSpectrum, the redirect URL should contain the 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.For example http://yoursurvey.com/survey1 will become http://yoursurvey.com/survey1?transaction_id=123456.
st is the status code for Complete, Term, Overquota, or other redirects, defined by the buyer's survey.
Map transaction ID (UI only)
If you need to receive transaction_id in a different form, you can map this variable to yours in the menu option for “Buyer Settings” under your buyer account.If you run multiple surveys on different platforms, you may check the boxes for additional transaction variables, just ensure that the presence of unknown variables is compatible with all active systems.