Skip to main content

MetricReportNode

The Metric Report node object.

This type represents a single row of a report.

Learn more about pagination in GraphQL.

fields

  • headers non-null array of String

    An ordered array of display names for your dimensions and Metrics, as defined in the report input. Use this to display your table's header.

  • row non-null array of String

    An ordered array of columns. Each column contains the dimension and Metric values for a single row, as defined in the report input. Use this to display a single row within your table.