| Class | Description |
|---|---|
| AddItemToCart |
Use
AddItemToCart to record when a user adds an item to their shopping cart or list. |
| CreateAccount |
Use
CreateAccount to capture account creation and user details. |
| CreateOrder |
Use $create_order to record when a user submits an order for products or services they intend to purchase.
|
| Event | |
| LinkSessionToUser |
Use
LinkSessionToUser to associate data from a specific session to a user. |
| Login |
Use
Login to record when a user attempts to log in. |
| Logout |
Use
Logout to record when a user logs out. |
| RemoveItemFromCart |
Use
RemoveItemFromCart to record when a user removes an item from their shopping cart or list. |
| SendMessage | |
| SubmitReview |
Use
SubmitReview to record a user-submitted review of a product or
other users. |
| Transaction |
Use
Transaction to record attempts to exchange money, credit or other tokens of value. |
| UpdateAccount |
Use
UpdateAccount to record changes to the user's account information. |
Copyright © 2014. All rights reserved.