---
title: "Platform analytics"
slug: "platform-analytics"
updated: 2026-04-29T16:36:31Z
published: 2026-04-29T16:36:31Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Platform analytics

> *Access to this feature can change based on your Quickbase plan. Learn more about feature availability and plans in*[*Quickbase capabilities*](/v1/docs/quickbase-capabilities)*.*

Realm or account admins access Platform analytics to understand how their entire Quickbase ecosystem is being used. Quickbase ecosystem means any apps connected together with integrations, multi-select choice fields, cross-app relationships, and so on.

Platform analytics features key metrics for both contract entitlements and general usage.

## How to view your metrics

To view platform analytics:

Select **Quickbase Admin** > **Manage the realm** > **Platform analytics**.

- Gauged metrics represent capped entitlements. These metrics show what you've used, compared with what you've purchased in your contract. Learn more about [entitlements and how they are measured](/v1/docs/how-is-usage-defined-and-measured).

![Platform Analytics overview showing gauged metrics and capped entitlements](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549399207572.png)

- Number metrics are not contract entitlements. Some of them are sub-components of a larger metric. For example, user reads and integration reads make up total reads. See [more details](/v1/docs/technical-summary-of-user-and-integration-reads) on how reads are calculated.

![Platform Analytics showing User reads and Integration reads number metrics](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549456050452.png)

## User read key metrics

Select ![information icon](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/14687743407380.png) to view the definition of any metric.

![Platform Analytics metric with information tooltip displayed](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/14663683173780.png)

You can access some apps across more than one realm. Metrics for these apps are for all the realms where they are used, but only the realm that the app owner belongs to will be charged for reads in that app.

- In the metric details, if a user is "Anonymous," that means the user did not sign in. (This usually means the app is open to Everyone on the Internet—EOTI.)
- When a new app is created, it takes Quickbase 24 hours to recognize the app name in Platform analytics. This means for the first 24 hours after an app is created, the app name will show as "Pending."

When you select User reads, you can view user read data by app, by user, or by app and user.

![User reads view options showing drill-down by app, user, or app and user](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549463284500.png)

To see more detailed information about the user read, select the view icon ![](https://help.quickbase.com/user-assistance/Resources/Images/view_icon_24x15.png)at the beginning of the row. The columns you see will vary, depending on how you are viewing the data.

![User reads drill-down report showing detailed user read data](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549465985556.png)

## User read metric details

The following section explains the user read metrics in more detail.

| **Metric** | **Definition** |
| --- | --- |
| Daily app users | Number of users that access each app each day. To calculate this number, Quickbase averages the total number of App_IDs accessed in the last 7 days and the total number of User_IDs that accessed apps in the last 7 days. |
| Total reads | Total number of user reads and integration reads since the start of your latest contract. |
| User reads | Total number of times since the start of your latest contract that Quickbase displayed any of the following: - Form / record - Report - App home page - Dashboard |

### More about User reads

To export detailed user read information in CSV format, select the download icon![](https://help.quickbase.com/user-assistance/images/download_csv_icon0_25x20.png). All times listed on read reports are in the UI show in your local browser timezone. Times in the CSV follow [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standards. The exported CSV includes these columns:

- App_ID
- User_ID
- Date
- Action
- User_Agent

The **Action** column shows what kind of user read took place. Common actions might be:

- app_dashboard_access
- table_dashboard_access
- report_activity
- form_activity

## User_Agent details

The User_Agent column can help you understand where the read came from, with information about the device the read came from:

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

Some other common user agents you may see could look like this at the beginning:

| QuickBase-Native-App-WebView/ | The action originated from the native mobile app, either on Android or iOS |
| --- | --- |
| Qunect | You are using an external plugin created by our partner QuNect ODBC for Quickbase |

## Integration read totals

An Integration read total is the total number of times since the start of your latest contract that Quickbase delivered data through:

- A pipeline or API
- Any read by a user that was not signed in (shown in the table as Anonymous)

> [!NOTE]
> Integration Read downloads include Pipelines or API data. UI data is not part of the integration read counts.

When you select Integration reads, you can view integration read data as API calls by app, API calls by user, or Pipeline reads by pipeline.

![Integration reads view options showing drill-down by API calls or pipeline reads](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549520052244.png)

To see more detailed information about the integration read, select the view icon ![](https://help.quickbase.com/user-assistance/Resources/Images/view_icon_25x16.png)at the beginning of the row. The columns you see will vary, depending on how you are viewing the data.

![Integration reads drill-down report showing detailed integration read data](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/11549501063188.png)

### Integration reads: API calls by user agent

This tile provides information about integration reads categorized by the user agent that triggered them. This helps understand billable API calls by user agent. Drill down into this data for more information about the API calls consumed by each user agent.

User agent is a standard mechanism for clients (like browsers and integrations) to communicate what type of device and software it is. Browsers send an agent by default. Integrators writing custom code should always include an identifying user agent in accordance with the [HTTP RFC spec](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent).

To provide summary-level information, Quickbase attempts to simplify the user agent string. This allows some version information to be available, while still providing high-level billing information.

For example, the user agent

*???;Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36*

displays as

*???;Mozilla/5.0 AppleWebKit/537.36 Chrome/122.0.0.0 Safari/537.36*.

Quickbase can't account for all variations in user agents. Full details can be found by exporting the data, or using the Platform Analytics API.

### Pipeline reads

Pipeline Reads accrue towards your Integration reads entitlement. For customers on our new plans, there is no longer a separate entitlement related to Pipelines. For more details, see Billing definitions in our Pipelines help.

### View Pipelines step runs in Platform Analytics

A tile displays the number of pipeline step runs in the billing period. A drill-down report displays step runs by the user or pipeline.

![Platform Analytics showing Pipeline step runs tile for the billing period](https://cdn.document360.io/dd260e4e-10bb-4b66-8fb3-5504c272b904/Images/Documentation/22046633109652.png)

### API calls and reads

API calls and reads by non-registered users are tracked based on the account ID. Pipeline events are tracked based on the realm ID, so the numbers will reflect activity from all accounts in the realm.

To export detailed integration read information in CSV format, select the download icon![](https://help.quickbase.com/user-assistance/images/download_csv_icon0_28x22.png). All times listed on read reports are in the UI show in your local browser timezone. Times in the CSV follow [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standards.

The CSV will include the following columns:

- Type
- Timestamp
- Action
- Account_ID
- Pipeline_ID
- User_ID
- Channel
- App_ID
- User_Agent

The **Action** column will show what kind of integration read took place. Common actions might be:

| api_doQuery | Example of a XML API |
| --- | --- |
| restfulapi_runFromula | Example of a [RESTful API](https://developer.quickbase.com/) |
| pipeline_step | Represents a read from Pipelines |

The User Agent column can help you understand where the read originated. A user agent contains information about the device the read came from, and will usually look something like this:

- Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36

Some other common user agents you may see could look like this at the beginning:

| QuickBase-Native-App-WebView/ | The action originated from the native mobile app, either on Android or iOS |
| --- | --- |
| Qunect | You are using an external plugin created by our partner QuNect ODBC for Quickbase |

## Key integration read metrics

The following section explains the metrics in more detail.

| **Metric** | **Definition** |
| --- | --- |
| Days into contract period | Number of days since your current contract period began, compared to the total number of days in this period |
| Users with access | Number of user licenses that are currently provisioned, compared to the number of user licenses purchased. |
| File attachment space | Amount of file attachment space that your apps currently use, compared to the amount purchased. |
| App space | Amount of space your apps currently used, compared to the amount purchased |
