timerEvents property

List<TimerEvent>? timerEvents
getter/setter pair

Timer custom events for a rich media creative.

Timers track the time during which a user views and interacts with a specified part of a rich media creative. A creative can have multiple timer events, each timed independently. Leave it empty or unset for creatives containing image assets only.

Implementation

core.List<TimerEvent>? timerEvents;