google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.EcommerceData View Source
E-commerce details associated with the user activity.
Attributes
actionType
(type:String.t
, default:nil
) - Action associated with this e-commerce action.ecommerceType
(type:String.t
, default:nil
) - The type of this e-commerce activity.products
(type:list(GoogleApi.AnalyticsReporting.V4.Model.ProductData.t)
, default:nil
) - Details of the products in this transaction.transaction
(type:GoogleApi.AnalyticsReporting.V4.Model.TransactionData.t
, default:nil
) - Transaction details of this e-commerce action.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.