Metrics allow you to quantify data points in Analysis Workspace. They are most commonly used as columns in a visualization and tied to dimensions.
Metrics are flexible in their use within Analysis Workspace. Drag a metric to an empty Freeform table to see that metric trended over the project’s date period. You can also drag a metric when a dimension is present to see that metric compared to each dimension item. Dragging a metric on top of an existing metric header replaces it, and dragging a metric next to a header lets you see both metrics side-by-side.
For information about how to add metrics and other types of components to Analysis Workspace, see Use components in Analysis Workspace.
Adobe offers several types of metrics for use in Analysis Workspace:
Standard metrics: Example of standard metrics are People, Sessions, Events.
Contrary to Adobe Analytics, Customer Journey Analytics allows you to define standard metrics in a flexible way within the scope of a connection and a data view.
Calculated metrics : User-defined metrics that are based on standard metrics, static numbers, or algorithmic functions.
Calculated metric templates : Adobe-defined metrics that behave similarly to calculated metrics. You can use them as-is in Workspace projects, or save a copy to customize the logic. See Default calculated metrics.
You can see whether a metric is approved or not. If you want more details on a metric, hover over the metric, and select
. See Component info for more information.
To quickly compare one attribution model to another for a metric, select Compare attribution models from the context menu for a metric.
This shortcut lets you compare one attribution model to another without dragging in a metric and configuring it twice.
Calculated metrics allow you to easily configure how metrics relate to each other, using simple operators or statistical functions. See Calculated metrics overview for more information.
There are several ways to create calculated metrics. The method you choose determines whether the calculated metric is available from the component list across all projects, or only in the project where it was created.
You can use the calculated metric builder to create calculated metrics. When created in this way, calculated metrics are available in the component list and can then be used in projects throughout your organization.
For information about how to access the calculated metrics builder, see Create calculated metrics.
You can quickly create a calculate metric that is available only for the project where it was created.
To create a calculated metric for a single project:
In Analysis Workspace, open the project where you want to create the calculated metric.
In a freeform table, right-click the column header of a single column.
Or
Select two columns while holding the Shift key, then right-click one of the selected columns.
Select Create metric from selection
To create a calculated metric for this project only, choose from the available options.
When a single column is selected, the following options are available:
Mean: Creates a new column that shows the mean value in the set of dimension elements for the column. This uses the Mean function.
Median: Creates a new column that shows the median value in the set of dimension elements for the column. This uses the Median function.
Column max: Creates a new column that shows the largest value in the set of dimension elements for the column. This uses the Column Maximum function.
Column min: Creates a new column that shows the smallest value in the set of dimension elements for the column. This uses the Column Minimum function.
Column sum:Creates a new column that adds all numeric values for a metric within a column (across the elements of a dimension). This uses the Column Sum function.
When two columns are selected, the following options are available:
Divide: Creates a new column that divides the values of the two selected columns.
Subtract: Creates a new column that subtracts the values of the two selected columns.
Add: Creates a new column that adds the values of the two selected columns.
Multiply: Creates a new column that multiplies the values of the two selected columns.
Percent change: Creates a new column that shows the percent change between the two selected columns.