Class CustomEvent
java.lang.Object
com.loop54.model.request.parameters.Event
com.loop54.model.request.parameters.CustomEvent
Event for when a user has purchased a product.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomEvent
- Parameters:
type- Custom type string for the event. For example "Facebook_Like" or another interaction from the user.entity- The entity that the user has interacted with.
-