Note: the instructions below are specific to those using the Forsta survey tool with certain sample providers. If you need assistance for other sample providers or different survey tools, please reach out to help@itracks.com and we can work with your team to get it to work and update the instructions below as required.
All links in the below instructions are examples and may not work when clicked.
1. Append the survey link to your screener
When setting up integration so your programmed survey auto-redirects participants to the video confirmations, you want to make sure the following end links are appended to your screener first.
If using PEEQ/Prodege: https://itracksqatool20250121150410.azurewebsites.net/projects/selfserve/a11c9/REPLACE_WITH_PROJECTID_FROM_URL/question_camera?id=${uuid}&uid=${transaction_id}&redirect=peeq
If using an open link: https://itracksqatool20250121150410.azurewebsites.net/projects/selfserve/a11c9/REPLACE_WITH_PROJECTID_FROM_URL/question_camera?id=${uuid}&uid=${uuid}&redirect="
If using PureSpectrum:
https://itracksqatool20250121150410.azurewebsites.net/projects/selfserve/a11c9/REPLACE_WITH_PROJECTID_FROM_URL/question_camera?id=${uuid}&uid=${transaction_id}&redirect=purespectrum
2. Add the project identifier to the link
In each of the links above, a variable needs to be piped in where "REPLACE_WITH_PROJECTID_FROM_URL" displays in the URL.
This ID can be found when you are in your project in the itracks recruit tool. There will be an ID in the URL (the part after "allc9/" and before "/charts". In the example below this is pa7946840-b0bc-40cd-bd31-15283235a38c
https://itracksqatool20250121150410.azurewebsites.net/projects/selfserve/a11c9/pa7946840-b0bc-40cd-bd31-15283235a38c/charts
3. Example link
The full link using the example above is:
https://itracksqatool20250121150410.azurewebsites.net/projects/selfserve/a11c9/pa7946840-b0bc-40cd-bd31-15283235a38c/question_camera?id=${uuid}&uid=${transaction_id}&redirect=peeq
4. Example code
For further context, the code will look like this, assuming we are using a PEEQ sample source:
<samplesource list="134">
<title>Prodege/Peeq</title>
<invalid>You are missing information in the URL. Please verify the URL with the original invite.</invalid>
<completed>It seems you have already entered this survey.</completed>
<var name="transaction_id" unique="1"/>
<exit cond="terminated" url="https://api.prodegepeeq.com/prodegemr/transaction-completion?apik=SyymqdrJWiSdJPP&completion_type=3&signature=bd0bb48556db0c007cd3&transaction_id=${transaction_id}"/>
<exit cond="overquota" url="https://api.prodegepeeq.com/prodegemr/transaction-completion?apik=SyymqdrJWiSdJPP&completion_type=2&signature=471b888490c51f84c87d&transaction_id=${transaction_id}"/>
<exit cond="qualified" url="https://itracksqatool20250121150414.azurewebsites.net/projects/selfserve/a11c9/pa7946840-b0bc-40cc-bd32-15283235a38c/question_camera?id=${uuid}&uid=${transaction_id}&redirect=peeq"/>
</samplesource>
Comments
0 comments
Please sign in to leave a comment.