Modal Viewed Event
To report an event when a visitor views a modal prompt.
Function Interface
events.modalViewed(eventParameter:ModalViewedEventParameter)
ModalViewedEventParameter
| Parameter | Type | Required | Description |
|---|---|---|---|
| modalName | string | ✔ | The name or identifier of the modal being viewed. |
Example
preparing...