google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession View Source

This represents a user session performed on a specific device at a certain time over a period of time.

Attributes

  • activities (type: list(GoogleApi.AnalyticsReporting.V4.Model.Activity.t), default: nil) - Represents a detailed view into each of the activity in this session.
  • dataSource (type: String.t, default: nil) - The data source of a hit. By default, hits sent from analytics.js are reported as "web" and hits sent from the mobile SDKs are reported as "app". These values can be overridden in the Measurement Protocol.
  • deviceCategory (type: String.t, default: nil) - The type of device used: "mobile", "tablet" etc.
  • platform (type: String.t, default: nil) - Platform on which the activity happened: "android", "ios" etc.
  • sessionDate (type: String.t, default: nil) - Date of this session in ISO-8601 format.
  • sessionId (type: String.t, default: nil) - Unique ID of the session.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.UserActivitySession{
  activities: [GoogleApi.AnalyticsReporting.V4.Model.Activity.t()],
  dataSource: String.t(),
  deviceCategory: String.t(),
  platform: String.t(),
  sessionDate: String.t(),
  sessionId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.