public RepeatedField<Event> ActivityEvents { get; }
The list of progress tracking events for the ad break. These can be of
the following IAB types: MUTE, UNMUTE, PAUSE, CLICK,
CLICK_THROUGH, REWIND, RESUME, ERROR, FULLSCREEN,
EXIT_FULLSCREEN, EXPAND, COLLAPSE, ACCEPT_INVITATION_LINEAR,
CLOSE_LINEAR, SKIP.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The `VodSessionAd` class in the Video Stitcher v1 API represents metadata for an inserted ad in a VOD session."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for advanced object manipulation and comparison."],["It includes properties for tracking ad activity events like `MUTE`, `PAUSE`, and `CLICK`, and can have `CompanionAds` metadata associated with it."],["The `VodSessionAd` class contains information about the ad's `Duration`, which is stored as a `Duration` object type."],["There are seven versions available ranging from version 1.0.0 to 3.3.0, with version 3.3.0 being the latest."]]],[]]