AccessMetric

  • Access Metrics represent quantitative measurements within a report, such as the total number of data access records like accessCount.

  • The metricName field is a string that provides the API name of the metric, which can be found in the Data Access Schema.

  • Metrics are referenced by their metricName when used in metricFilter and orderBys.

The quantitative measurements of a report. For example, the metric accessCount is the total number of data access records.

JSON representation
{
  "metricName": string
}
Fields
metricName

string

The API name of the metric. See Data Access Schema for the list of metrics supported in this API.

Metrics are referenced by name in metricFilter & orderBys.