Class EcommerceData
E-commerce details associated with the user activity.
Implements
Inherited Members
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 |