Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languagenone
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 ps_df_dupe statuses

ip_address

string

Yes

Will check a respondent's eligibility with some buyers.  IP Address should be in the format 0.0.0.0

...