ValueDimension

  • Represents a value associated with a specific, predefined dimension.

  • Requires a dimension field specifying the dimension and a value field holding the corresponding data, formatted as a string.

  • The value field's data type should align with the expected type for the given dimension.

A value along one predefined dimension. The field value must be set to the corresponding type of the dimension.

JSON representation
{
  "value": string,
  "dimension": string
}
Fields
value

string (int64 format)

Optional. Value.

dimension

string

Required. Dimension.