This class was deprecated.
This class has been deprecated in favor of a richer set of APIs on all the
HitBuilder classes. With the new approach, simply use addProduct, addImpression, addPromo and
setAction to add ecommerce data to any of the hits.
Item hit builder allows you to send item level sales data to Google Analytics. Transaction Id, Item Name, SKU price and quantity are required for meaningful reports on item data.
Public Constructor Summary
Public Method Summary
| HitBuilders.ItemBuilder |
setCategory(String category)
|
| HitBuilders.ItemBuilder |
setCurrencyCode(String currencyCode)
|
| HitBuilders.ItemBuilder | |
| HitBuilders.ItemBuilder |
setPrice(double price)
|
| HitBuilders.ItemBuilder |
setQuantity(long quantity)
|
| HitBuilders.ItemBuilder | |
| HitBuilders.ItemBuilder |
setTransactionId(String transactionid)
|
