FoPost.Analytics.Bucket (FoPost v0.1.0)

Copy Markdown View Source

One slice of an audience: a value and its share of the whole.

Summary

Types

t()

@type t() :: %FoPost.Analytics.Bucket{
  key: term(),
  raw: term(),
  share: term(),
  value: term()
}