> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/igaming/igaming-reports.md).

# iGaming - Reports

#### **Go to "Reports / Logs" » iGaming Reports**

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

***

### Additional iGaming Report Data&#x20;

Some data related to iGaming conversions will not be visible in iGaming Reports. To access that data, please follow the steps below.

1. #### **Go to "Reports / Logs" » Reports**
2. **Select "iGaming" Template**<br>

   <figure><img src="/files/7S0MjnuYVSEaasiTI5xP" alt=""><figcaption></figcaption></figure>

***

### Fields in iGaming

1. **User Id -** Unique Id of the player
2. **Registration** -  When player register for the game
3. **Deposits** - No of deposits made by player
4. **Deposits Amount** - Total amount of deposits&#x20;
5. **Bets** - Bets in iGaming is the number of wagers placed on the outcome.
6. **Bets Amount** - Total amount of bets&#x20;
7. **Wins** - Number of the successful outcomes
8. **Wins Amount** - Total win amount
9. **Withdrawals** - Number of the successful cash outs&#x20;
10. **Withdrawals Amount** - Total cash out amount
11. **Bonuses** - Number of incentives offered to players
12. **Bonuses Amount** - Total amount of incentives
13. **GGR -** Gross Gaming Revenue is calculated by subtracting wins amount from bets amount\
    `GGR = bets - wins`<br>
14. **NGR** - Net Gaming Revenue is calculated by subtracting bonuses amount from GGR\
    `NGR = Bets - wins - bonuses` <br>
15. **CRReg** - Conversion ratio of registration is calculated by \
    `CRReg = Registration / Gross Clicks * 100`<br>
16. **CRDep** - Conversion ratio of deposits is calculated by \
    `CRDep = Deposits / Gross Clicks * 100`<br>
17. **CR(Reg-Dep)** - Conversion ratio of registration to deposits \
    `CR(Reg-Dep) = Deposits / Registrations * 100`<br>


---

# 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://knowledgebase.offer18.com/igaming/igaming-reports.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.
