If you’ve read the section on Passing data (linking) in, this process should be easy to follow as it's essentially the reverse, with swapped roles. Let’s summarize the process:
- Open the destination platform and configure the link (URL) to accept the necessary parameters (key-value pairs) for receiving data.
- Copy the link from the destination platform and paste it into the referring platform (Discover).
- Fill in the values with the appropriate data (often requiring scripting to dynamically update the data for each respondent).
In the linking in process, the referring platform was the external platform (e.g., panel provider), and Discover was the destination platform. In the linking out process, the roles are reversed: Discover is the referring platform, and the external platform is the destination.
Start by going to the destination platform (often the panel provider from when we linked into Discover) and locate the link configuration that accepts parameters from Discover. As before, the process of finding and configuring this link will vary by platform, and unfortunately, we can’t provide exact details here.
Once the link is ready on the destination platform, return to Discover. Add (or find an existing) Survey Ending at the bottom of the survey editor. Here, you will paste the destination link into the Redirect URL input box.
For a reminder, the steps for adding a Survey Ending are:
- Click any Add button.
- Select the Survey ending option from the Add menu.
- Set the Respondent status.
- Choose the ending type (either Instant redirect or On button click).
After pasting the link in the Redirect URL box, notice the message that appears: “Attach variables to the URL by using script tags: https://example.com?id={{id}}”
To dynamically pass data out from Discover, enclose the name of the variable (or survey question) in double curly braces {{ }}. Keep in mind that these values are case-sensitive.