> For the complete documentation index, see [llms.txt](https://docs.pandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandium.com/~/revisions/x7Thkx1S9I9SnLbXNFwg/integration-hub/site-metrics.md).

# Site Metrics

Within the Integration Hub, you'll find a sidebar resource called Site Metrics. This section provides detailed metrics for site traffic, whether you're using our in-app marketplace or your own external one.

*Note: Site Metrics are not included in the Pandium Lite offering.*

### Metrics Powered By Pandium Platform

Using the Pandium Integration Hub to host your integrations, in addition to utilizing the In-App Marketplace, will allow for more granular metrics to be available for you integrations, including unique visitors vs page views, device and browser information, filtering by specific pages and users, etc.&#x20;

You will also have access to specific event tracking for each integration depending on your configuration. Each event is broken down by which user performed the action.

<br>

<img src="/files/ygS6i86OojMBlaJjYWJ0" alt="" width="563">

Each of these events can be clicked to get further information on them:

* View - Shows when a user views an integration
* Delete - Shows when a tenant has been uninstalled
* Sync - Shows when a user runs a sync
* Connect - Shows when a user clicks connect
* Disconnect - Shows when a user disconnects the connector
* Schedule - Shows when a scheduling change occurred
* Configure - Shows when a configuration change occurred
* Install - Shows when an integration has been successfully installed

<img src="/files/EcsUdRbWPyeVQh8k7FNL" alt="Events will only show in the submenu if there are relevant entries" width="362">

### Metrics With An External Marketplace

If you exclusively utilize the Pandium marketplace to show integrations that are not hosted on Pandium, i.e. legacy integrations or external integrations, you can still track several events related to your integration tiles in this page, although information gathered will be more limited than integrations hosted on Pandium’s infrastructure.


---

# 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.pandium.com/~/revisions/x7Thkx1S9I9SnLbXNFwg/integration-hub/site-metrics.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.
