Versions Compared

Key

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

...

Info

Profiling for device

Profiling for Device

PureSpectrum supports different devices for profiling respondents; Desktop/Laptop, Mobile, Tablet.  In all cases, PureSpectrum uses internal tools to auto detect respondent's device and appends the relevant device.  Therefore, there is no need to append this to the survey entry link. Device profiling can be done internally on suppliers end and only the profiles matching the device requirements of the survey can be sent in.

The qualification you can expect to see returned in surveys targeting specific devices is the following:
Qualification: Device (219)
Type: multiselect
Answer IDs: Desktop (111), Mobile (112), and/or Tablet (113)
Note: this will be the same in all countries

Info

Profiling for geography

Profiling for Geography

PureSpectrum supports many different geographical regions for profiling respondents; Nationally Representative, Census Region, Census Division, State, DMA, CBSA, MSA, County and Zip.  In all cases, PureSpectrum uses zip codes to map all respondents to the relevant geographic region.  Therefore, the only survey entry link attribute necessary for geographic qualification is zip code.  

Example

Surveys with the criteria:

"qualification_code": 225,  (state)
"condition_codes": [ "41"]   (Oregon)

Would have an entry like passing a zip code in Oregon:

https://spectrumsurveys.com/startSurvey?supplier_id=[%your_supplier_id%]&survey_id=[%survey_id%]&ps_supplier_respondent_id=[%your_member_id%]&ps_supplier_sid=[%your_session_id%]&229=97110

...

More information about PureSpectrum Qualification and Condition codes can be found here:

Qualifications and Conditions Codes

Required Variables

Variable

Syntax

Required

Description

Example

Supplier ID

supplier_id

y

The Supplier's id to PureSpectrum.  The value will be included in the link generated by PureSpectrum.

https://spectrumsurveys.com/startSurvey?supplier_id=nnn&survey_id=nnnnn&ps_supplier_respondent_id=[%your_member_id%]&ps_supplier_sid=[%your_session_id%]

Survey ID

survey_id

y

The survey id the respondent is to complete.  The value will be included in the link generated by PureSpectrum.

https://spectrumsurveys.com/startSurvey?supplier_id=nnn&survey_id=nnnnn&ps_supplier_respondent_id=[%your_member_id%]&ps_supplier_sid=[%your_session_id%]

Session ID

ps_supplier_sid

y

The unique session id for a given entry.  Should always be unique.

https://spectrumsurveys.com/startSurvey?supplier_id=nnn&survey_id=nnnnn&ps_supplier_respondent_id=[%your_member_id%]&ps_supplier_sid=[%your_session_id%]

Respondent ID

ps_supplier_respondent_id

y

The persistent supplier member id.  This should never change for a given respondent.

https://spectrumsurveys.com/startSurvey?supplier_id=nnn&survey_id=nnnnn&ps_supplier_respondent_id=[%your_member_id%]&ps_supplier_sid=[%your_session_id%]

...