| Package | Description |
|---|---|
| com.mcac0006.siftscience | |
| com.mcac0006.siftscience.event.domain |
| Modifier and Type | Method and Description |
|---|---|
static SiftScienceResponse |
SiftScienceHelper.send(Event event)
Sends an event ($transaction, $create_account, etc ...) to Sift Science.
|
static String |
SiftScienceHelper.serialize(Event event)
Serializes an event as a JSON envelope, ready to be sent to Sift Science.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddItemToCart
Use
AddItemToCart to record when a user adds an item to their shopping cart or list. |
class |
CreateAccount
Use
CreateAccount to capture account creation and user details. |
class |
CreateOrder
Use $create_order to record when a user submits an order for products or services they intend to purchase.
|
class |
LinkSessionToUser
Use
LinkSessionToUser to associate data from a specific session to a user. |
class |
Login
Use
Login to record when a user attempts to log in. |
class |
Logout
Use
Logout to record when a user logs out. |
class |
RemoveItemFromCart
Use
RemoveItemFromCart to record when a user removes an item from their shopping cart or list. |
class |
SendMessage |
class |
SubmitReview
Use
SubmitReview to record a user-submitted review of a product or
other users. |
class |
Transaction
Use
Transaction to record attempts to exchange money, credit or other tokens of value. |
class |
UpdateAccount
Use
UpdateAccount to record changes to the user's account information. |
Copyright © 2014. All rights reserved.