On this page

Participating Units

Understand how Statsig Warehouse Native counts participating units, including exposure rules and how to interpret unit counts in experiment results.

Definition

In Statsig, Participating Units (sometimes referred to as participating users) are a subset of an experiment's total exposed unit count relevant to a particular metric. They count units with a non-zero denominator value for metric types that require a numerator and denominator. These units are used in statistical calculations for ratio-based metrics.

Participating units diagram showing subset of total exposed users

Statsig computes ratio metrics only for users with a non-zero denominator value. For example, a user must trigger the denominator event on a given day to be included in the daily ratio. Statsig excludes users who don't trigger the denominator event during an experiment from the test vs. control comparison of a ratio metric.

Example

An example of this type of metric for an e-commerce company could be "Total Items Purchased per Order", measuring the average basket size. The numerator would be defined as the count of total items bought, and the denominator would be the total number of orders submitted. If an experiment were run on the checkout flow, only users who actually had at least one Order event would be included in the "Total Items Purchased per Order" ratio metric.

Was this helpful?