exitCustomEvents property

List<CreativeCustomEvent>? exitCustomEvents
getter/setter pair

List of exit events configured for the creative.

For DISPLAY and DISPLAY_IMAGE_GALLERY creatives, these are read-only and auto-generated from clickTags, For DISPLAY, an event is also created from the backupImageReportingLabel. Applicable to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID. Applicable to DISPLAY when the primary asset type is not HTML_IMAGE.

Implementation

core.List<CreativeCustomEvent>? exitCustomEvents;