Event Collection
Custom Events
Event Collection for Custom Events You can send custom events using the sendDeviceEvent function. Events are stored in a Big Data table in your D·engage account, which must be linked to the master_device table. If you provide a contact_key for the ...
Ecommerce Events
If your D·engage account is an eCommerce account, you should use standard eCommerce events in the SDK. If you need some custom events or your account is not a standart ecommerce account, you should use custom event functions. Events for Ecommerce ...
Page View Events
Page view events are recorded in the page_view_events table. If you add new columns to this table, you can include them when sending event data. JavaScript // page_type can have these values // home / category / product / cart / checkout / promotion ...
Event Collection
Event Collection In Web SDK In order to collect website events and use that data to create behavioural segments in D·engage you have to determine the type of events and data that needs to collect. Web SDK provides some functions to collect page view ...