Jump to top

AdEventType

interface

Common event types for ads.

Properties

CLICKED

</>

The user clicked the advert.

CLICKED: "clicked";

CLOSED

</>

The user closed the ad and has returned back to your application.

CLOSED: "closed";

ERROR

</>

The ad has thrown an error. See the error parameter the listener callback for more information.

ERROR: "error";

LEFT_APPLICATION

</>

The user has left your application (e.g. following the ad).

LEFT_APPLICATION: "left_application";

LOADED

</>

When an ad has loaded. At this point, the ad is ready to be shown to the user.

LOADED: "loaded";

OPENED

</>

The ad opened and is currently visible to the user. This event is fired after the show() method has been called.

OPENED: "opened";