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.
Class Overview
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.
Summary
[Expand]
Inherited Methods |
From class
com.google.android.gms.analytics.HitBuilders.HitBuilder
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
HitBuilders.ItemBuilder
()
Public Methods