Skip to main content

Daily Reports

Authorization

info

This is available for Enterprise contracts and needs to be enabled for you, once. Please reach out to our support team, your sales contact, or via our slack channel if you want this enabled.

Report Schema - type = first_exposures

Column NameDescription
company_id
unit_idRefers to the unit identifier used in the experiment
exposure_typeStatsig Product used: "check_gate" for Feature Gates, and "get_experiment" for Experiments
nameThe name of the gate/experiment
rulerule id for both gates; 'experiment' for experiments
rule_namerule name for gates; 'experiment' for experiments
experiment_groupThe group the user was assigned to
first_exposure_utcThe UTC timestamp when the user was first assigned to the experiment
first_exposure_pst_dateThe date in PST when the user was first assigned to the experiment
as_of_pst_dateThe date this data was generated
percentGroup's rollout percent. This is the rule-level pass-rate, or the experiment's group size
rolloutRollout version number
user_dimensionsJSON-formatted key-value pairs describing the user's attributes at the time of first exposure

Report Schema - type = pulse_daily

Column NameDescription
company_idSTRING, the id of the company
nameSTRING, the name of the gate/experiment
rulerule id for both gates; 'experiment' for experiments
rule_namerule name for gates; 'experiment' for experiments
experiment_groupSTRING, the group the user was assigned to
pst_dateDATE, the 24hr window the the data refers to. All dates are anchored from 12:00a -> 11:59p PST.
metric_typeSTRING, the type of the metric, e.g. ratio
metric_nameSTRING, the name of the metric
metric_dimensionSTRING, the name of the metric dimension. '!statsig_topline' is the overall metric with no slicing
unitsBIGINT, the number of users included in this metric
participating_unitsBIGINT, the number of users participated in this metric
meanDOUBLE, the average value of this metric across units (or participating units when applicable)
totalDOUBLE, the sum of this metric across units
stddevDOUBLE, the standard deviation of this metric across units
stderrDOUBLE, the standard error of this metric across units
varpopDOUBLE, the varpop of this metric
  • New columns may be added in the future.

Please note that the previous get_daily_reports endpoint has been deprecated. If you were using this endpoint, please migrate to the new version. However, you can find old docs here