| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
ProductData |
ProductData.clone() |
ProductData |
ProductData.set(String fieldName,
Object value) |
ProductData |
ProductData.setItemRevenue(Double itemRevenue)
The total revenue from purchased product items.
|
ProductData |
ProductData.setProductName(String productName)
The product name, supplied by the e-commerce tracking application, for the purchased items.
|
ProductData |
ProductData.setProductQuantity(Long productQuantity)
Total number of this product units in the transaction.
|
ProductData |
ProductData.setProductSku(String productSku)
Unique code that represents the product.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductData> |
EcommerceData.getProducts()
Details of the products in this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
EcommerceData |
EcommerceData.setProducts(List<ProductData> products)
Details of the products in this transaction.
|
Copyright © 2011–2021 Google. All rights reserved.