google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.EcommerceData View Source

E-commerce details associated with the user activity.

Attributes

  • actionType (String.t): Action associated with this e-commerce action. Defaults to nil.
  • ecommerceType (String.t): The type of this e-commerce activity. Defaults to nil.
  • products (list(GoogleApi.AnalyticsReporting.V4.Model.ProductData.t)): Details of the products in this transaction. Defaults to nil.
  • transaction (GoogleApi.AnalyticsReporting.V4.Model.TransactionData.t): Transaction details of this e-commerce action. Defaults to nil.

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.EcommerceData{
  actionType: String.t(),
  ecommerceType: String.t(),
  products: [GoogleApi.AnalyticsReporting.V4.Model.ProductData.t()],
  transaction: GoogleApi.AnalyticsReporting.V4.Model.TransactionData.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.