google_api_analytics_reporting v0.2.0 GoogleApi.AnalyticsReporting.V4.Model.EventData View Source

Represents all the details pertaining to an event.

Attributes

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

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: any(),
  eventCategory: any(),
  eventCount: any(),
  eventLabel: any(),
  eventValue: any()
}

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.