How to create metrics

What are metrics and why use them?

Metrics are summary figured about your business. For example, figured like Revenue, ROAS, Ad Spend, Number of Impressions are all important metrics that must be tracked.

Step 1: Click "Save Metric" Button

Step 2: Name your metric

Step 3: Create an equation

You can use three kinds of functions:

  1. sum() -> Add values

  2. count() -> Count values

  3. avg() -> Average value

In this case, since we're creating a metric called "Number of Collections", it will be a count(id) i.e. A Count of Collection IDs.

Step 4: Save Metric

Once you save the Metric, you can access it in the "Saved Metrics" tab.

Last updated