Show / Hide Table of Contents

Class EcommerceData

E-commerce details associated with the user activity.

Inheritance
object
EcommerceData
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 EcommerceData : IDirectResponseSchema

Properties

ActionType

Action associated with this e-commerce action.

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

ETag

The ETag of the item.

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

EcommerceType

The type of this e-commerce activity.

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

Products

Details of the products in this transaction.

Declaration
[JsonProperty("products")]
public virtual IList<ProductData> Products { get; set; }
Property Value
Type Description
IList<ProductData>

Transaction

Transaction details of this e-commerce action.

Declaration
[JsonProperty("transaction")]
public virtual TransactionData Transaction { get; set; }
Property Value
Type Description
TransactionData

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX