> 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/pt/igaming/igaming-relatorios.md).

# iGaming - Relatórios

#### **Vá para "Relatórios / Logs" » Relatórios iGaming**

<figure><img src="/files/19e5fb07cc686ec25134e26f2b3caa028d809ea4" alt=""><figcaption></figcaption></figure>

***

### Dados adicionais do Relatório iGaming&#x20;

Alguns dados relacionados a conversões iGaming não ficarão visíveis nos Relatórios iGaming. Para acessar esses dados, siga os passos abaixo.

1. #### **Vá para "Relatórios / Logs" » Relatórios**
2. **Selecione o Modelo "iGaming"**<br>

   <figure><img src="/files/4347292951521d7b625c1e783274155542b9b4f2" alt=""><figcaption></figcaption></figure>

***

### Campos em iGaming

1. **Id do Usuário -** Id único do jogador
2. **Registro** - Quando o jogador se registra no jogo
3. **Depósitos** - Número de depósitos feitos pelo jogador
4. **Valor dos Depósitos** - Valor total dos depósitos&#x20;
5. **Apostas** - Apostas em iGaming é o número de apostas feitas sobre o resultado.
6. **Valor das Apostas** - Valor total das apostas&#x20;
7. **Ganhos** - Número de resultados favoráveis
8. **Valor dos Ganhos** - Valor total dos ganhos
9. **Retiradas** - Número de saques bem-sucedidos&#x20;
10. **Valor das Retiradas** - Valor total dos saques
11. **Bônus** - Número de incentivos oferecidos aos jogadores
12. **Valor dos Bônus** - Valor total dos incentivos
13. **GGR -** Receita Bruta de Jogos é calculada subtraindo o valor dos ganhos do valor das apostas\
    `GGR = apostas - ganhos`<br>
14. **NGR** - Receita Líquida de Jogos é calculada subtraindo o valor dos bônus da GGR\
    `NGR = Apostas - ganhos - bônus` <br>
15. **CRReg** - Taxa de conversão de registro é calculada por \
    `CRReg = Registro / Cliques Brutos * 100`<br>
16. **CRDep** - Taxa de conversão de depósitos é calculada por \
    `CRDep = Depósitos / Cliques Brutos * 100`<br>
17. **CR(Reg-Dep)** - Taxa de conversão de registro para depósitos \
    `CR(Reg-Dep) = Depósitos / Registros * 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/pt/igaming/igaming-relatorios.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.
