MetricReportDimensionInput
The fields for specifying a dimension to include in a Metric Report.
fields
columnName required String
The column name of the dimension to include in a Metric Report. This must match the name of a Data Pool column.
displayName optional String
The name to display in the
headers
array when displaying the report. This defaults to the column name if unspecified.sort optional Sort
The sort order for the dimension. It can be ascending (
ASC
) or descending (DESC
) order. Defaults to ascending (ASC
) order when not provided.The sort order options for Metric Queries.
ASC
Sort in ascending order.
DESC
Sort in descending order.