GoogleApi.AnalyticsReporting.V4.Model.EventData (google_api_analytics_reporting v0.16.0) View Source

Represents all the details pertaining to an event.

Attributes

  • eventAction (type: String.t, default: nil) - Type of interaction with the object. Eg: 'play'.
  • eventCategory (type: String.t, default: nil) - The object on the page that was interacted with. Eg: 'Video'.
  • eventCount (type: String.t, default: nil) - Number of such events in this activity.
  • eventLabel (type: String.t, default: nil) - Label attached with the event.
  • eventValue (type: String.t, default: nil) - Numeric value associated with the event.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AnalyticsReporting.V4.Model.EventData{
  eventAction: String.t() | nil,
  eventCategory: String.t() | nil,
  eventCount: String.t() | nil,
  eventLabel: String.t() | nil,
  eventValue: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.