TransactionItemHit Properties |
The TransactionItemHit type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Specifies the category that the item belongs to.
Param iv (YES, iv!)
Optional
| |
| ClientID |
Gets/Sets the client identifier, typically the UserGUID value.
(Inherited from MeasurementProtocolPayload.) | |
| Code |
Specifies the SKU or item code.
Param: ic
Optional
| |
| ID |
A unique identifier for the transaction. This value should be the same for both the Transaction hit and Items hits associated to the particular transaction.
Param: ti
Required
500 bytes max
| |
| Name |
Specifies the item name.
Param: in
Required
| |
| Price |
Specifies the price for a single item / unit.
Param: ip
Optional
| |
| Quantity |
Specifies the number of items purchased.
Param: iq
Optional
|