Clicked Event
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
| Parameter | Type | Required | Description |
|---|---|---|---|
| linkUrl | string | ✔ | The full URL for an outbound link or file download. |
| label | string | ✔ | The label of the button. |
Example
preparing...