View Source GrowthBook.Filter (GrowthBook v0.3.0)

Object used for mutual exclusion and filtering users out of experiments based on random hashes. Has the following properties:

Link to this section Summary

Types

t()

Filter

Link to this section Types

Specs

t() :: %GrowthBook.Filter{
  attribute: String.t(),
  hash_version: integer(),
  ranges: [GrowthBook.BucketRange.t()],
  seed: String.t()
}

Filter

A Filter has the follwing properties:

Link to this section Functions