counterEvents property

List<CounterEvent>? counterEvents
getter/setter pair

Counter events for a rich media creative.

Counters track the number of times that a user interacts with any part of a rich media creative in a specified way (mouse-overs, mouse-outs, clicks, taps, data loading, keyboard entries, etc.). Any event that can be captured in the creative can be recorded as a counter. Leave it empty or unset for creatives containing image assets only.

Implementation

core.List<CounterEvent>? counterEvents;