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

# Use Custom Metrics

Build your own metrics to use in reports with the Custom Metric Manager. If you need a metric beyond the ones Airbridge provides, you can create it as a custom metric.

<h2 id="custom-metrics">
  Custom metrics
</h2>

A custom metric combines existing metrics with numbers and arithmetic operators. Build the exact formula you need, whether that involves dividing two metrics to find a ratio, adding several metrics together, or multiplying a metric by a specific weight.

<AccordionGroup>
  <Accordion title="Example: CTR">
    CTR (Click-Through Rate) measures the ratio of clicks to ad impressions. A high CTR for ads using a specific keyword or creative indicates strong performance. To track CTR, create a custom metric as follows:

    * CTR = Clicks / Impressions \* 100
  </Accordion>

  <Accordion title="Example: Custom performance metric">
    If your team measures performance by the ratio of revenue to a key owned media metric, you can create a custom metric as follows:

    * RpO(Revenue per OwnedMedia) = Revenue (App) / OwnedMedia

    Airbridge cannot collect owned media data directly. You must upload the OwnedMedia values as [self-serve metrics](/en/guides/creating-metrics#self-serve-metrics) to use them in the formulas. For example, you can upload blog visits, social media likes, or video platform views as self-serve metrics.
  </Accordion>
</AccordionGroup>

<div id="note" />

<Info>
  **Note**

  As of June 4, 2026, Calculated Metrics have been renamed Custom Metrics, and you can now create them directly in the dashboard. Any metrics you previously requested through your CSM can be found in **\[Custom Metric Manager]**.
</Info>

<h2 id="create-a-custom-metric">
  Create a custom metric
</h2>

<div id="attention" />

<Info>
  **Attention**

  * Custom metrics are shared across your organization. Every app within the organization can use them.
  * Custom metrics are only available in the Actuals Report, Trend Report, and Overview Dashboard.
  * You cannot use cohort metrics or previously created custom metrics to build a new custom metric.
</Info>

Follow these steps to create a custom metric.

1. In the Airbridge dashboard, go to **\[Management]>\[Custom Metric Manager]** and click **Create metric**.
2. Enter a metric name.
3. Select a metric type. Choose between **Float** and **Integer** based on how you want the result displayed:

   1. Float: Displays values with decimal places
   2. Integer: Displays whole numbers only
4. Enter the metric formula. You can combine metrics with numbers and arithmetic operators. Build your formula using the buttons in the input field, or drag and drop metrics directly from the right panel. The **\[Formula preview]** shows the structure of your formula as you build it. Keep the following in mind.

   * Available metrics: Only metrics with collected data are shown. Cohort metrics and previously created custom metrics cannot be used.
   * Metric filters: Click on a metric within the formula to apply filters.
   * Parentheses: The part of the formula inside parentheses is calculated first. You can nest parentheses up to 3 levels deep.
5. Once all fields are filled out, click **Done**.

<h2 id="manage-custom-metrics">
  Manage custom metrics
</h2>

Manage the custom metrics you've created in the Airbridge dashboard under **\[Management]>\[Custom Metric Manager]**. Each custom metric displays the following details.

| Item        | Description                                                                                                                             |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Metric Info | The name and formula you entered when creating the metric.                                                                              |
| Metric Type | The number format used to display the calculated result. Select Float to include decimal places, or Integer to show whole numbers only. |
| Metric Key  | A unique string identifier for the metric. Share this key with your developers if they need to query reports through the API.           |

You can edit, duplicate, or delete custom metrics as needed.

<h3 id="edit-a-custom-metric">
  Edit a custom metric
</h3>

In the Airbridge dashboard, go to **\[Management]>\[Custom Metric Manager]** and click the row of the metric you want to edit. When the row expands, click **Edit**. You can also click **Edit** directly under the **\[Actions]** column for that metric.

<h3 id="duplicate-a-custom-metric">
  Duplicate a custom metric
</h3>

In the Airbridge dashboard, go to **\[Management]>\[Custom Metric Manager]** and click the row of the metric you want to duplicate. When the row expands, click **Duplicate**. You can also click **Duplicate** directly under the **\[Actions]** column for that metric.

<h3 id="delete-a-custom-metric">
  Delete a custom metric
</h3>

In the Airbridge dashboard, go to **\[Management]>\[Custom Metric Manager]** and click **Delete** under the **\[Actions]** column for the metric you want to delete.

<link rel="alternate" hrefLang="en" href="https://help.airbridge.io/en/guides/custom-metric-manager" />

<link rel="alternate" hrefLang="ko" href="https://help.airbridge.io/ko/guides/custom-metric-manager" />
