Class CustomEvent

java.lang.Object
com.loop54.model.request.parameters.Event
com.loop54.model.request.parameters.CustomEvent

public class CustomEvent extends Event
Event for when a user has purchased a product.
  • Constructor Details

    • CustomEvent

      public CustomEvent(String type, Entity entity)
      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.