Show / Hide Table of Contents

Class TransactionData

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

Inheritance
object
TransactionData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class TransactionData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TransactionId

The transaction ID, supplied by the e-commerce tracking method, for the purchase in the shopping cart.

Declaration
[JsonProperty("transactionId")]
public virtual string TransactionId { get; set; }
Property Value
Type Description
string

TransactionRevenue

The total sale revenue (excluding shipping and tax) of the transaction.

Declaration
[JsonProperty("transactionRevenue")]
public virtual double? TransactionRevenue { get; set; }
Property Value
Type Description
double?

TransactionShipping

Total cost of shipping.

Declaration
[JsonProperty("transactionShipping")]
public virtual double? TransactionShipping { get; set; }
Property Value
Type Description
double?

TransactionTax

Total tax for the transaction.

Declaration
[JsonProperty("transactionTax")]
public virtual double? TransactionTax { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX