To report an event when a visitor views a modal prompt.

Function Interface

events.modalViewed(eventParameter:ModalViewedEventParameter)

ModalViewedEventParameter

ParameterTypeRequiredDescription
modalNamestringThe name or identifier of the modal being viewed.

Example

preparing...