CalculatedMetrics
Query the available calculated metrics in AdobeAnalytics.
Columns
| Name | Type | IsDimension | IsMetric | DefaultDimension | Description |
| Id [KEY] | String | Unique identifier of the calculated metric. | |||
| Name | String | The name of the calculated metric. | |||
| ReportSuiteName | String | The name of the report suite the calculated metric is in. | |||
| Description | String | A description for the calculated metric. | |||
| Created | Datetime | The datetime the calculated metric was created. | |||
| Modified | Datetime | The datetime the calculated metric was modified. | |||
| Type | String | The type of the calculated metric. For example int, decimal, percentage etc. | |||
| OwnerId | String | Unique identifier of the user that created the calculated metric. | |||
| OwnerName | String | Name of the user that created the calculated metric. | |||
| Category | String | The category of the calculated metric. | |||
| SiteTitle | String | The title of the site. | |||
| Polarity | String | Takes two value: positive and negative. Determines if it's positive or not if the metric increases. | |||
| Precision | Integer | The precision of the calculated metric. | |||
| Template | String | Additional attribute used to identify templates when IncludeType=templates. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| IncludeType | String | By default, responses without this parameter include only calculated metrics owned by the user. The following values are possible: 1) all: Returns all calculated metrics linked to this company. 2) shared: Returns calculated metrics shared with the user. 3) templates: Returns all calculated metric templates. |