Class ProductData
Details of the products in an e-commerce transaction.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ProductData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemRevenue
The total revenue from purchased product items.
Declaration
[JsonProperty("itemRevenue")]
public virtual double? ItemRevenue { get; set; }
Property Value
Type | Description |
---|---|
double? |
ProductName
The product name, supplied by the e-commerce tracking application, for the purchased items.
Declaration
[JsonProperty("productName")]
public virtual string ProductName { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductQuantity
Total number of this product units in the transaction.
Declaration
[JsonProperty("productQuantity")]
public virtual long? ProductQuantity { get; set; }
Property Value
Type | Description |
---|---|
long? |
ProductSku
Unique code that represents the product.
Declaration
[JsonProperty("productSku")]
public virtual string ProductSku { get; set; }
Property Value
Type | Description |
---|---|
string |