Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
EcommerceData |
EcommerceData.clone() |
EcommerceData |
Activity.getEcommerce()
This will be set if `activity_type` equals `ECOMMERCE`.
|
EcommerceData |
EcommerceData.set(String fieldName,
Object value) |
EcommerceData |
EcommerceData.setActionType(String actionType)
Action associated with this e-commerce action.
|
EcommerceData |
EcommerceData.setEcommerceType(String ecommerceType)
The type of this e-commerce activity.
|
EcommerceData |
EcommerceData.setProducts(List<ProductData> products)
Details of the products in this transaction.
|
EcommerceData |
EcommerceData.setTransaction(TransactionData transaction)
Transaction details of this e-commerce action.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.setEcommerce(EcommerceData ecommerce)
This will be set if `activity_type` equals `ECOMMERCE`.
|
Copyright © 2011–2022 Google. All rights reserved.