google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.TransactionData View Source

Represents details collected when the visitor performs a transaction on the page.

Attributes

  • transactionId (type: String.t, default: nil) - The transaction ID, supplied by the e-commerce tracking method, for the purchase in the shopping cart.
  • transactionRevenue (type: float(), default: nil) - The total sale revenue (excluding shipping and tax) of the transaction.
  • transactionShipping (type: float(), default: nil) - Total cost of shipping.
  • transactionTax (type: float(), default: nil) - Total tax for the transaction.

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.TransactionData{
  transactionId: String.t(),
  transactionRevenue: float(),
  transactionShipping: float(),
  transactionTax: float()
}

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.