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

# Custom Metrics

> How to create your own calculated metrics

By using the ClickFlare Custom Metrics feature, you can create your own custom columns. These columns are generated by applying custom formulas that you define over the default metrics. In the formulas, you can use the following mathematical operations:

* Sum
* Subtraction
* Multiplication
* Division

## Use Cases

There's virtually no limit to the new metrics you can create through this feature. Here are some examples from users' requests:

* **Unique CTR:** You can create a custom column that gives you the percentage of unique users who clicked through your landing page.

  Unique CTR = Unique Clicks / Unique Visits
* **Cost per Custom Conversion**: You can separately calculate the cost for each custom conversion.

  Cost x custom conversion = Cost / Custom Conversion
* **Revenue Drop**: In the case of search arbitrage, it's common to have an estimated revenue (through postback) until the final revenue (API) is confirmed. So it becomes handy to have a metric that calculates the drop from Estimated to Finalized Revenue. In case you separate these types of revenue through custom conversion, here's the formula you would use:

  Revenue Drop (%) = 1 - Final Revenue/ Estimated Revenue

  \*Similarly, you can calculate the EPC drop

## How to create a custom metric

1. In ClickFlare, click Column Setting in the bottom right corner

   <img src="https://mintcdn.com/clickflare/Int3YEFFTkYokcTv/images/help-center/11-advanced-features/06-custom-metrics-01.png?fit=max&auto=format&n=Int3YEFFTkYokcTv&q=85&s=052faed42e4264bfe0326d34c7f97da6" alt="In ClickFlare, click Column Setting in the bottom right corner" width="1109" height="262" data-path="images/help-center/11-advanced-features/06-custom-metrics-01.png" />
2. Scroll down to the Global columns' section, and click on \*\*+ Add Custom Metric

   <img src="https://mintcdn.com/clickflare/Int3YEFFTkYokcTv/images/help-center/11-advanced-features/06-custom-metrics-02.png?fit=max&auto=format&n=Int3YEFFTkYokcTv&q=85&s=8dc3e6d201a74160ca64a46fea861e67" alt="Scroll down to the Global columns' section, and click on + Add Custom Metric" width="1238" height="546" data-path="images/help-center/11-advanced-features/06-custom-metrics-02.png" />\*\*
3. Enter a name for your custom column in the text field labelled "Column name".
4. Select the result *precision* of your formula and the format (number, percentage, or currency).
5. Create your formula by selecting metrics from the dropdown, or by entering static values.
6. Click the save button

   <img src="https://mintcdn.com/clickflare/Int3YEFFTkYokcTv/images/help-center/11-advanced-features/06-custom-metrics-03.png?fit=max&auto=format&n=Int3YEFFTkYokcTv&q=85&s=7aee0bc082a5a7082bd7dea55bb18b4a" alt="Click the save button" width="791" height="310" data-path="images/help-center/11-advanced-features/06-custom-metrics-03.png" />

   <Info>
     Note: You can not use another custom metric inside a formula. In that case, you would just need to expand the existing formula
   </Info>

The column will be added to your columns global section list and displayed by default in your current view

<Tip>
  This feature is available on the Starter Plan and above
</Tip>
