Production Checklist
Production Launch Checklist
Best Practices
Important!
Use the production version of the list-attributes endpoint to map against the most commonly used attributes. The results from the QA version of list-attributes are sorted arbitrarily.
- Focus on strict matching, until the integration has been fully optimized..
- Only send respondents that fully match targeting for an
opportunity
. - Do not send respondents into
opportunities
with partial matches, or where theattributes
have not been mapped,
- Only send respondents that fully match targeting for an
- On the respondent’s first entry pass in
birth_date
,gender
andpostal_code
in the inbound URL or register the respondent using the put-respondent endpoint. - Maintain the
opportunity notification
queue, to ensure the most up-to-date information.- Acknowledge
opportunity notifications
immediately after processing, and acknowledge allopportunity notifications
until all have been processed. - Call the
/receive-notifications
endpoint every 3-5 seconds after you’ve exhausted allopportunity notifications
from the queue. - A maximum of 50
opportunities
can be retrieved at one time through the/receive-notifications
endpoint. - Find more information about the receive-notifications endpoint here.
- Acknowledge
- Focus on high IR opportunities to increase qualification rate.
- Use the get-attribute-info endpoint to map any unknown
attributes
. - Respect the
opportunity status
; only send toopportunities
that areOPEN
and not to those that areCLOSED
orPAUSED
. If a project isOPEN
, andquotas
arePAUSED
, do not send to the project. - Be open to sending in moderate volumes to a small set of studies to ensure enough data is gathered to analyze performance and address any improvements before fully launching.
- Considering
filters
when sending traffic. learn more. - Some
opportunities
may have targeting that may not be represent in thequotas
orfilters
.