> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/private-panels/screeners/how-to-track-where-respondents-answered-the-survey-from.md).

# How to track where respondents answered the survey from

Private Panels allows you to track where your respondents are accessing the survey from, if it's shared publicly. This could be helpful when you're tracking which of your social media platforms are driving traffic to your study the most.

## Track via URL

{% stepper %}
{% step %}
Within the **Screener Builder** of the survey you're creating, add a Hidden Value element by clicking the **Add element** button, then selecting **Hidden Value** from the drop-down options.
{% endstep %}

{% step %}
Add a question on the textbox below **Question**.
{% endstep %}

{% step %}
Add a default value in this format `{url("URL_PARAMETER")}`. The URL parameter could be anything as long as it's the same with the text that you will add to the end of the link later.

![](/files/72a8ab3c10a1c1f74c4360b6db756c90faf08f96)
{% endstep %}

{% step %}
After you've created the Hidden Value, generate a public link by going to the **Screener Settings** tab.
{% endstep %}

{% step %}
Make sure that your screener can be be accessed publicly by clicking the drop-down field beside **Who can take the screener?**, then selecting **Anyone (even people outside my panel)** from the drop-down options.
{% endstep %}

{% step %}
You can copy the auto-generated **Public Link** within the **Public Details** section right away, or create a custom link through the **Create custom link** hyperlink before copying.

![](/files/71d2f03ab0a39771917f53c74e172213f6ebeee8)
{% endstep %}

{% step %}
Before you share the link in public, add `?URL_PARAMETER=platform` at the end of the link. Hence, if the public link is "<https://app.dscout.com/panels-ui/s/general_information>" and the platform you're going to share it to is Facebook, the link that you're going to share in public should be "<https://app.dscout.com/panels-ui/s/general_information?social_media_source=facebook>". The "social\_media\_source" in the link is the URL parameter that you used in step 3.
{% endstep %}

{% step %}
Here's what it would look like when you've received a response from that link:

![](/files/0145d6bc734c4308fa0d42926635d997bba19972)
{% endstep %}
{% endstepper %}

## Refer a friend

You can gather referrals and trace them back to the original respondent. [Create a new panel property](/private-panels/panel-management/panel-properties.md) to track referrals (e.g. "referral\_email").

Then create a new Survey/Panel Sign-up form.

Then you have two options:

1. Ask the "new respondent" to fill in the "referring respondent" manually. Create a new Question and **enable Two-way sync** setting it to the panel property you just created. Then the referral email will show up in the survey answer in the panelist profile.
2. If you are sending mass emails, and want your respondents to share the screener link.

{% hint style="info" %}
**Note:** Private Panels was previously managed outside of Dscout, so you may see a different logo and URL in some places. If you have any questions, contact <support@dscout.com>.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.dscout.com/private-panels/screeners/how-to-track-where-respondents-answered-the-survey-from.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
