FoPost.Analytics.Demographics (FoPost v0.1.0)

Copy Markdown View Source

An audience breakdown.

:dimensions maps "age", "gender", "country", and "city" onto lists of FoPost.Analytics.Bucket. :unsupported_accounts names the accounts whose platform does not report demographics at all.

Summary

Types

t()

@type t() :: %FoPost.Analytics.Demographics{
  audience: term(),
  contributing_accounts: term(),
  dimensions: term(),
  raw: term(),
  unsupported_accounts: term()
}