B2B vs B2C
POST: /v1/projectsRequired fields for B2B vs B2C projects
Please see Targeting audiences effectively for a full list of optional and required fields for B2B and B2C projects.Remote vs in person
POST: /v1/projectsRemote
Whenremote is selected for typeOfResearch a project will recruit participants world wide by default. targetCountries can be added to optionally target one or more countries
- If a country is targeted, one or more cities can also be targeted in that country via
targetCities. - Participants will be recruited within 250km (155 miles) for remote projects selecting a city.
Methodologies
When running remote projects the followingtargetResearchMethodology are valid.
- One on One
- Focus Group
- Unmoderated Study
- Survey
- Diary Study
In person
Wheninperson is selected for typeOfResearch a project must supply targetCountry and targetLocationRespondentInPerson fields.
- Participants will be recruited within 100km (62 miles) for in person projects.
Methodologies
When running in person projects the followingtargetResearchMethodology are valid.
- One on One
- Focus Group
- In Respondent Home
- In Respondent Office
Moderated vs unmoderated methodologies
POST: /v1/projectsModerated
Methodologies that are considered moderated must use thebookingUrl field in the externalResearcher object to pass back a URL where the participant can book a meeting time with the researcher.
- oneOnOne
- focusGroup
- inRespondentHome
- inRespondentOffice
- diaryStudy
Unmoderated
Methodologies that are considered unmoderated must use aunmoderatedStudyOrSurvey object to pass through a URL (remoteCommunicationDetails) and instructions (specialInstructions) for participants.
- survey
- unmoderatedStudy
remoteCommunicationDetails
URLs that are places in this field will be appended with URL parameters on redirect to allow partners to collect participant, project, and screener response information. These fields can help confirm which participant relates to a particular survey response. Please see the URL Parameters guide for more information.completionUrl
Available for projects wheretargetResearchMethodology is unmoderatedStudy or survey. The completionUrl is the link a researcher redirects participants to at the end of the survey or task in order for Respondent to record task completion.
- When a participant accesses the
completionUrl, the screener response’stask.completedAttimestamp is set automatically. - Task completion does not trigger payout on its own. Use Mark as Attended to mark the participant as complete and kick off the incentive payout, or Mark as Rejected if the response did not meet quality criteria.
- The
completionUrlis appended with the same identifying URL parameters asremoteCommunicationDetails— see the URL Parameters guide for the full list and examples.