The primary use of this API End Point is to check the PSID exclusion across multiple surveys.
METHOD
Code Block |
---|
POST/suppliers/v2/surveys/PSIDEligible/batch?PSID=%PSID%&rd_device_id=[%%research_defender_respondent_ud%%]&ip_address=[%%ipv4_address%%] |
...
The primary use of this API End Point is to check the PSID exclusion across multiple surveys.
METHOD
Code Block |
---|
POST |
URL
Code Block | ||
---|---|---|
| ||
http:/suppliers/v2/surveys/PSIDEligible/batch/spectrumsurveys.com/ |
QUERY STRING PARAMETERS
Parameter | Type | Required | Description |
---|---|---|---|
PSID | string | Yes | The respondent's persistent PSID |
rd_device_id | string | Yes | Will check a respondent using Research Defender's /predupe api. Use this to reduce |
ip_address | string | Yes | Will check a respondent's eligibility with some buyers. IP Address should be in the format |
...