Emitted when an ad was clicked.

interface AdClickedEvent {
    clickThroughUrl?: string;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

Properties

clickThroughUrl?: string

The click through url of the ad.

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.