GoodAnalytics.Api.Schemas.BreakdownRow (GoodAnalytics v0.1.1)

Copy Markdown View Source

One dimension bucket with its metric values.

Only the requested metrics are populated; session-grain rates (bounce_rate/avg_duration/engaged_rate) are floats and may be null.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GoodAnalytics.Api.Schemas.BreakdownRow{
  avg_duration: term(),
  bounce_rate: term(),
  engaged_rate: term(),
  events: term(),
  pageviews: term(),
  sessions: term(),
  users: term(),
  value: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.