Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.36 KB

CustomerActivity.md

File metadata and controls

17 lines (11 loc) · 1.36 KB

CustomerActivity

This is an object representing customer activity. This is a general object which presents moments from customers' activity. There are all types of different events that customers perform during their journey once they participate in Promotions. Events describe moments when customers redeem coupons and earn points or rewards. The list of all types of activities is listed below. The details describing the activity are collected in a property named data. In this object, software integrators will find all further information explaining the event context.

Properties

Name Type Description Notes
id str Unique event ID, assigned by Voucherify. [optional]
type str Event type. [optional]
data object Contains details about the event. The objects that are returned in the data attribute differ based on the context of the event type. [optional]
created_at datetime Timestamp representing the date and time when the customer activity occurred in ISO 8601 format. [optional]
group_id str Unique identifier of the request that caused the event. [optional]

[Back to Model list] [Back to API list] [Back to README]