Promotion Engaged Event
To report an event when a customer engages with a promotional event.
Function Interface
events.promotionEngaged(eventParameter:PromotionEngagedEventParameter)
PromotionEngagedEventParameter
| Parameter | Type | Required | Description |
|---|---|---|---|
| promotionProperty | PromotionProperty | ✔ | The property group of promotion. |
| engageMethod | string | ✔ | The method used by the customer to engage with the promotion (e.g., click, view). |
PromotionProperty
| Parameter | Type | Required | Description |
|---|---|---|---|
| promotionAssetName | string | ✔ | The name of the promotional creative. |
| promotionId | string | ✔ | The ID of the promotion associated with the event. |
| promotionSceneName | string | ✔ | The name of the promotion associated with the event. |
| appName | string | ✔ | The app name where the promotion is created. |
Example
preparing...