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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.