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

# Monitoring guides

The Monitoring guides explain how wallet activity is measured in The Wallet Crew, how performance is reported, and how individual passes can be investigated when a case needs record-level review.

<table data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><i class="fa-chart-mixed">:chart-mixed:</i> <strong>Statistics</strong></td><td>Understand pass creation, installs, removals, wallet split, and source performance at a glance.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/OHbNFPmU45yCLxKLUbY9">/spaces/EsokFUBfsbM9mlwavmMB/pages/OHbNFPmU45yCLxKLUbY9</a></td></tr><tr><td><i class="fa-list">:list:</i> <strong>Pass list</strong></td><td>Find a pass quickly by identifier, template, metadata, or date, then open its detail page.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/JhpYx2FXuI7AI37Vp005">/spaces/EsokFUBfsbM9mlwavmMB/pages/JhpYx2FXuI7AI37Vp005</a></td></tr><tr><td><i class="fa-id-card">:id-card:</i> <strong>Pass details</strong></td><td>Review one pass in full, including its identifiers, state, metadata, and recorded history.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/OTt68VLdy4YcqCAKGDPn">/spaces/EsokFUBfsbM9mlwavmMB/pages/OTt68VLdy4YcqCAKGDPn</a></td></tr><tr><td><i class="fa-gauge-max">:gauge-max:</i> <strong>KPI definitions</strong></td><td>Define the metrics used in the Statistics dashboard and interpret them consistently over time.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/qABUXUMTMhbeioIZugHq">/spaces/EsokFUBfsbM9mlwavmMB/pages/qABUXUMTMhbeioIZugHq</a></td></tr><tr><td><i class="fa-radar">:radar:</i> <strong>What The Wallet Crew tracks</strong></td><td>Understand which wallet events The Wallet Crew tracks, how installs are counted, and where Apple and Google set limits.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/3qE6DuaArugxUyXVY61E">/spaces/EsokFUBfsbM9mlwavmMB/pages/3qE6DuaArugxUyXVY61E</a></td></tr><tr><td><i class="fa-chart-simple-horizontal">:chart-simple-horizontal:</i> <strong>Report</strong></td><td>Export pass-level wallet events for campaign analysis, record-level review, and external reporting.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/3CaaCadT7G2YQUTyAIG9">/spaces/EsokFUBfsbM9mlwavmMB/pages/3CaaCadT7G2YQUTyAIG9</a></td></tr><tr><td><i class="fa-plug">:plug:</i> <strong>Send wallet events to your tools</strong></td><td>Push install, uninstall, scan, and notification events to CRM, CDP, BI, and data warehouse tools in real time.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/Sn9fD3CpybrE4P7ucEN5">/spaces/EsokFUBfsbM9mlwavmMB/pages/Sn9fD3CpybrE4P7ucEN5</a></td></tr><tr><td><i class="fa-gear-api">:gear-api:</i> <strong>Query your data — Insights API</strong></td><td>Query wallet events programmatically with the Insights API for dashboards, automated reporting, and BI workflows.</td><td><a href="/spaces/EsokFUBfsbM9mlwavmMB/pages/fkCovGXTWz5gjpAO4b5K">/spaces/EsokFUBfsbM9mlwavmMB/pages/fkCovGXTWz5gjpAO4b5K</a></td></tr></tbody></table>

Start with **Statistics** for a visual overview. Use **Pass list** and **Pass details** for record-level investigation when one pass needs to be found, checked, or escalated.

Use **KPI definitions** and **What The Wallet Crew tracks** to understand how metrics are calculated, how installs are counted, and where platform limits apply.

Use **Report** for record-level exports. When wallet event data needs to leave The Wallet Crew continuously or feed other systems, use **Send wallet events to your tools** and **Query your data — Insights API**. The first guide covers real-time delivery and sync patterns. The second covers programmatic querying for dashboards, BI workflows, and automated reporting.


---

# 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.thewalletcrew.io/guides-monitoring/guides-monitoring.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.
