Custom event
The event data object for a custom event must include all the required attributes for event data objects. No further attributes are required.
You can also add custom attributes of your choice.
After you create this event data object, you can optionally extend this event using the extension data object. Then, you can send the event using the Engage.event()
function.
RequestResponse
const eventData = {
channel: "WEB",
currency: "EUR",
pointOfSale: "myretailsite/ireland",
language: "EN",
page: "home"
}