Versions Compared

Key

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

...

  • While you may call the keyname as you wish (e.g. “gender”, “gen”, “sex”), the value returned in the keyname will always use the PureSpectrum condition code. Please refer to the attributes API Endpoint to determine your qualification and condition codes: Looking Up Attributes

  • We can always append Gender & Age of a respondent, and can also append any audience criteria that is defined in the survey.

    • If the survey is screening on ethnicity, then race can be added to the live link using “&race=[%%214%%]

    • If a qualification is added that is not present in the survey, the entry link for the respondent may contain “null” in the query string parameter, which may break your survey. (e.g. “https://mysurvey.com/survey?transaction_id=abc123&race=null”)

    • In the event that a question is a multi-select (aka multi-punch), where more than one answer is permitted, the answers will be appended as a comma-separated string (e.g. &pets=111,112)

  • Income and age questions return an integer. If you need to place these respondents into a bucket, like ages 55-64, you will need to account for this in your survey when processing the respondent’s profile.

Demographic

ps_qualification_code

Demographic Option

PureSpectrum Condition Code For Option

Gender

211

Male

111

Gender

211

Female

112

Age

212

User Defined Input

Returns the user’s age as an integer (e.g. age=27)

Household Income

213

User Defined Input

Returns the user’s household income as an integer (e.g. income=55000)

zipcode

229

User Defined Input

Returns the user’s zipcode as an integer (e.g. 90403)

Note

If you need help looking up qualification codes and condition codes, please contact PureSpectrum support at support@purespectrum.com

...