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

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

Attributes

  • transactionId (String.t): The transaction ID, supplied by the e-commerce tracking method, for the purchase in the shopping cart. Defaults to: null.
  • transactionRevenue (float()): The total sale revenue (excluding shipping and tax) of the transaction. Defaults to: null.
  • transactionShipping (float()): Total cost of shipping. Defaults to: null.
  • transactionTax (float()): Total tax for the transaction. 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.TransactionData{
  transactionId: any(),
  transactionRevenue: any(),
  transactionShipping: any(),
  transactionTax: 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.