google_api_analytics_reporting v0.13.0 GoogleApi.AnalyticsReporting.V4.Model.EventData 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

Link to this type

t()

View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.EventData{
  eventAction: String.t(),
  eventCategory: String.t(),
  eventCount: String.t(),
  eventLabel: String.t(),
  eventValue: 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.