> For the complete documentation index, see [llms.txt](https://docs.gamifyroute.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamifyroute.com/kb/campaign-details/result.md).

# Result

## **What is the Result Section?**

The **Result** section in Gamify Route displays the outcomes of your campaigns, including participant performance and overall campaign success. It provides detailed insights into who participated, who won, and other critical metrics.

<figure><img src="/files/9CuFjGmxW81VbDMgYDPT" alt=""><figcaption></figcaption></figure>

### **How to Access the Result Section**

* **Navigate to the Campaigns Dashboard**:
  * From the main dashboard, click on the Details button of the campaign for which you want to view the results.
* **Select the Result Option**:
  * In the left-hand menu, click on the **Result** option.
* **View the Results**:
  * The main Result page will display several tabs: **All**, **Winner**, and **Losers**. These tabs help you filter the results based on different categories.

<figure><img src="/files/i6fFCvRn9d2hgcgdRZtp" alt=""><figcaption></figcaption></figure>

* You will see a list of participants along with their details, like unique ID, start date, URL code, status, result, reward, IP address, etc. Click on 'Reorder & Toggle Columns' button to view more columns.

<figure><img src="/files/TXx5mODUwzAkLpJ5LRcU" alt=""><figcaption></figcaption></figure>

* **Filter Data**:
  * Use the filters at the top to narrow down the results:
    * **Opt-in**: Shows users who have opted into the campaign.
    * **Claim**: Displays users who have claimed their rewards.
    * **Validations**: Shows users whose claims have been validated.

<figure><img src="/files/XLvGVifRvZ5UcUxoMtks" alt=""><figcaption></figcaption></figure>

* **View Detailed Results**:
  * Click on a participant's entry to view detailed information on the right side of the screen. This section includes:
    * **Opt-in Details**: The participant's filled-in details for opt-in form.
    * **Play Details**: Information about the game play, including the result (winner or loser) and reward details.
    * **Claim Details**: Participant’s filled details for claim form.
    * **Validation Details**: Status and time of validation.
    * **Thank You Details:** Promo code details, if setup.

<figure><img src="/files/2TijatSlOM82rpjINjRw" alt=""><figcaption></figcaption></figure>

* **Export Results**:
  * Click the export button to download the result data in your preferred format (e.g., CSV, PDF).

<figure><img src="/files/CSfZXG0087MeJl8hDUzF" alt=""><figcaption></figcaption></figure>

***

For further assistance, please contact our support team at <support@gamifyroute.com>.


---

# 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://docs.gamifyroute.com/kb/campaign-details/result.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.
