Skip to content
View as Markdown

TableRow

Field Type Description
group_column_values repeated string Values that match group_column_key_names.
aggregated_values repeated bitdrift.public.unary.dashboards.v1.TableValue Values that match value_column_key_names.
unique_devices optional uint64 The unique devices count based on the TrackUnique configuration.

Example

JSON
{
  "aggregated_values": [
    {
      "rate_details": {
        "denominator_count": 42,
        "numerator_count": 42
      },
      "value": 1.0
    }
  ],
  "group_column_values": [
    "country"
  ],
  "unique_devices": 1
}