Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
TransactionData |
TransactionData.clone() |
TransactionData |
EcommerceData.getTransaction()
Transaction details of this e-commerce action.
|
TransactionData |
TransactionData.set(String fieldName,
Object value) |
TransactionData |
TransactionData.setTransactionId(String transactionId)
The transaction ID, supplied by the e-commerce tracking method, for the purchase in the
shopping cart.
|
TransactionData |
TransactionData.setTransactionRevenue(Double transactionRevenue)
The total sale revenue (excluding shipping and tax) of the transaction.
|
TransactionData |
TransactionData.setTransactionShipping(Double transactionShipping)
Total cost of shipping.
|
TransactionData |
TransactionData.setTransactionTax(Double transactionTax)
Total tax for the transaction.
|
Modifier and Type | Method and Description |
---|---|
EcommerceData |
EcommerceData.setTransaction(TransactionData transaction)
Transaction details of this e-commerce action.
|
Copyright © 2011–2022 Google. All rights reserved.