Rules and Instructions:
Buyer should use these two endpoints created by PureSpectrum:
(API) Endpoints 1: YELLOW FLOW - Can validate the Respondent with PureSpectrum:
This endpoint is used to Validate the PSID if it belongs to a supplier that agreed to work with a Modular survey - In case the PSID is valid, the endpoint returns a new Transaction ID (modular transaction)
Buyer needs to capture from the Buyer/Live URL these 3 parameters:
Survey ID: Survey identification →
survey_id
Supplier ID: Supplier identification →
supplier_id
Transaction ID: Transaction identification →
transaction_id
(core transaction)NOTE: Make sure the 3 variables are enabled in Buyer settings
ENDPOINT SPECS:
(API) Endpoints 2: GREEN FLOW - When the respondent finalizes the screener or the modular study, use this endpoint to register the respondent as Complete
Buyer should redirect the Respondent to the PS redirect link
/surveydone
only at the end of the survey on these 2 occasions:Respondent is not qualified → Buyer terminated (18)
Respondent completed the study → Complete (21)
In both cases, Buyer has to redirect and pass the 1st Transaction ID (core transaction) received.
NOTE: In case Buyer use a Transaction ID generated for a modular survey, the system will continue to accept the value and redirect the respondent to correspondent supplier.
Buyer - Survey Creation in Marketplace:
Create only one single survey and on the Launch page on Marketplace activate the feature
Modular Launch
Download the report from the survey dashboard (UI) in order to fetch the transaction IDs created through the ENDPOINT 1 (YELLOW FLOW). Use the column "MODULAR Survey“, and filter by the value TRUE
Modular Transaction
isModularTransaction
Schema:
...
Buyer
...
Note:
The operator should activate a configuration flag under Configuration Settings - Modular Survey
Status colour Red title EXAMPLE to ADD
Buyer should activate the supplier ID, survey ID, and transaction ID on the Buyer settings page.
Buyer Settings:
Supplier
...
Supplier should activate a flag to agree to work with Modular Supplier
Status colour Red title EXAMPLE to ADD
Note:
Suppliers that agreed to work with Modular Survey:
...
Code Block | ||
---|---|---|
| ||
[] |
NOTE:
The CPI (BCPI and SCPI) associated for In case the survey uses the CPI override or fixed, the CPI associated with the new transaction created for the modular survey is the same as the original transaction.Use always
In case the survey uses the dynamic price or dynamic CPI, the CPI associated with the new transaction is the one calculated within the last block.
Buyer should always use the original transaction (core TX) to request a new transaction for a respondent eligible for multiple modular study.
Modular transactions created via API endpoint 1 (YELLOW FLOW). Should be completed using Buyer should always use the API endpoint 2 .Any core transaction received initially in the buyer URL should be completed or rejected using
s/surveyDone
endpoint.to register the TX as Complete or any other status.Buyer should always redirect the respondent using the
/surveyDone
page and the initial transaction (core transaction)
Not developed:
Assign a different CPI to any new transaction. Buyer might have a different CPI if the respondent complete a modular or long form study.
Supplier is not advised if the respondent completed a modular study. They should provide an Endpoint that allow PureSpectrum to send the details.