exitEvents property

List<ExitEvent>? exitEvents
getter/setter pair

Exit events for this creative.

An exit (also known as a click tag) is any area in your creative that someone can click or tap to open an advertiser's landing page. Every creative must include at least one exit. You can add an exit to your creative in any of the following ways: * Use Google Web Designer's tap area. * Define a JavaScript variable called "clickTag". * Use the Enabler (Enabler.exit()) to track exits in rich media formats.

Required.

Implementation

core.List<ExitEvent>? exitEvents;