Inbound
Inbound
Section titled “Inbound”The Inbound is the entry URL used to send a respondent into an opportunity. It must include all required query-parameters
.
Security
Section titled “Security”The entry URL must be signed using the Dynata signing algorithm.
Query Parameters
Section titled “Query Parameters”Required
Section titled “Required”parameter | description |
---|---|
ctx | A Respondent Gateway context identifier. |
respondent_id | A unique identifier for the respondent. typically the partner’s own internal identifier for the respondent. |
language | Two character language ISO code, lowercase. |
expiration | RFC3339 timestamp indicating request expiration. |
access_key | Dynata assigned access key. |
signature | String created using the Dynata signing methodology. |
Optional
Section titled “Optional”parameter | description |
---|---|
gender | Accepts a value of either male or female . |
postal_code | Accepts any postal code value. if omitted, the respondent will not qualify for any studies having geo-based targeting. |
birth_date | A formatted date string representing the respondent’s date of birth - format: YYYY-MM-DD . |
attributes | A URL encoded JSON string of the same attributes structure used in the /put-respondent input payload - example: attributes=[{"id":115,"answers":[45364]}] . |
source | A sub-source identifier. mainly used by supplier aggregators/marketplaces. |
Useful Tip
Section titled “Useful Tip”Any extraneous query parameters passed in the URL will be appended onto the URL when the respondent is redirected back to the partner. This can be useful in the case that the partner wishes to supply a unique identifier of their own for the respondent session.
Be Aware
Section titled “Be Aware”The gateway does not support repeated query parameters of the same name within a URL.
Prescreening & Refinement
Section titled “Prescreening & Refinement”If birth_date
, gender
, or postal_code
were not previously passed for the respondent, Dynata will prescreen for these properties.
Dynata will also prescreen for certain attributes
when an opportunity requires it for targeting.