Skip to content
View as Markdown

Rate

Field Type Description
numerator_id string The numerator counter to query.
denominator_id string The denominator counter to query.
table_aggregation_type bitdrift.public.shared.explorations.v1.Rate.RateAggregationType The aggregation to use when presenting this rate in a table.

Example

JSON
{
  "denominator_id": "abc-123-def",
  "numerator_id": "abc-123-def",
  "table_aggregation_type": "AVG"
}

Rate.RateAggregationType

Name Number Description
AVG 0
MIN 1
MAX 2