To report an event when a visitor clicks a link that directs them away from the current domain.

Function Interface

events.clicked(eventParameter:ClickedEventParameter)

ClickedEventParameter

ParameterTypeRequiredDescription
linkUrlstringThe full URL for an outbound link or file download.
labelstringThe label of the button.

Example

preparing...