> For the complete documentation index, see [llms.txt](https://docs.claimr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.claimr.io/data-analytics.md).

# Data analytics

### **Understanding Analytics in claimr**

Analytics in claimr provide valuable insights into your campaign's performance and user behavior. Track various metrics, such as user engagement, task completion rates, and reward distribution, to measure the effectiveness of your campaigns and make data-driven decisions.

### **Analytics tabs**

The Analytics section is divided into several tabs, each offering valuable insights into different aspects of your campaign.

<figure><img src="/files/bkT7nJ6Ww4yeznWjNZka" alt=""><figcaption><p>Analytics tabs</p></figcaption></figure>

* **Claimers:** See the data on the users who have claimed rewards within your campaign.
* **Activity:** Check the detailed overview of user activity within your campaign, such as task completions, reward claims, and logins.
* **Profiles:** Analyze the data about users, including their names, IP addresses, and other relevant information.
* **Onchain:** View on-chain activity related to your campaign.
* **Referral:** Track the performance of your referral program and see how many users joined through referral links.
* **UGC:** View data about user-generated content, such as the number of posts or videos created.
* **PoW:** Check the information about proof-of-work activities within your campaign.
* **Forms:** Analyze the performance of your forms, including completion rates and responses to individual questions.
* **Polls:** View data related to polls within your campaign.
* **Platforms:** See which platforms users are using to interact with your campaign like web or social media.
* **Events:** Track data on events within your campaign, such as the number of candidates in raffles or challenges.
* **Reports:** Check reports based on various campaign metrics, including sources, top countries, top IPs, task completion rates, quest completion rates, and more.
* **Failed actions:** View a log of actions attempted by users that resulted in a failure.
* **Issues:** Track and analyze user-reported issues related to task completion and other campaign interactions.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Activity</td><td><a href="/files/RJy7EauyAUnqEHlY8VL9">/files/RJy7EauyAUnqEHlY8VL9</a></td><td><a href="/pages/ET00xpz5b5IloVsfc0ik">/pages/ET00xpz5b5IloVsfc0ik</a></td></tr><tr><td>PoW analytics</td><td><a href="/files/JHM8PStaN6ZyBQS0bLQU">/files/JHM8PStaN6ZyBQS0bLQU</a></td><td><a href="/pages/jKaGu68gVejQXWVeLioi">/pages/jKaGu68gVejQXWVeLioi</a></td></tr><tr><td>User information</td><td><a href="/files/ebqIzGBQIm1rVjq9yxTq">/files/ebqIzGBQIm1rVjq9yxTq</a></td><td><a href="/pages/4b5V7k2fB8ROB1u8eZt2">/pages/4b5V7k2fB8ROB1u8eZt2</a></td></tr><tr><td>Failed actions</td><td><a href="/files/JA42SLdU4XMsekdoUp4w">/files/JA42SLdU4XMsekdoUp4w</a></td><td><a href="/pages/bJy3EQqblnONybYy6mzB">/pages/bJy3EQqblnONybYy6mzB</a></td></tr><tr><td>Issues analytics</td><td><a href="/files/CEllgd5Rz7vaufW7sGur">/files/CEllgd5Rz7vaufW7sGur</a></td><td><a href="/pages/CQkRybQ1s214rduZJjXT">/pages/CQkRybQ1s214rduZJjXT</a></td></tr><tr><td>Refferals </td><td><a href="/files/S1L56CPBPB2peXcgvoK0">/files/S1L56CPBPB2peXcgvoK0</a></td><td><a href="/pages/numxvceplXHYXRUDtCMg">/pages/numxvceplXHYXRUDtCMg</a></td></tr></tbody></table>


---

# 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.claimr.io/data-analytics.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.
