AI-generated Key Takeaways
-
The
HitBuilders.ItemBuilderclass is deprecated. -
The recommended approach is to use the
addProduct,addImpression,addPromo, andsetActionmethods on otherHitBuilderclasses for e-commerce data. -
ItemBuilderallows sending item-level sales data with required information such as Transaction Id, Item Name, SKU, price, and quantity. -
The class provides methods to set category, currency code, name, price, quantity, SKU, and transaction ID for an item hit.
This class is 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)
|