AI-generated Key Takeaways
- 
          ConversionEvent lists all possible tracking event types, though not all are supported by every creative. 
- 
          Event types like CREATIVE_VIEW,START, andCOMPLETEcorrespond directly to standard tracking events.
- 
          Some events, such as SKIP_SHOWNandENGAGED_VIEW, are implemented using extensions rather than corresponding to VAST elements.
- 
          The list includes various video interaction events like MUTE,PAUSE,SKIPPED, andFULLSCREEN.
- 
          Events for clicks, surveys, and impressions ( CLICK_TRACKING,SURVEY,MEASURABLE_IMPRESSION) are also included.
All possible tracking event types. Not all events are supported by every kind of creative.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description | 
|---|---|
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. | 
| CREATIVE_VIEW | Corresponds to the creativeViewtracking event. | 
| START | Corresponds to the starttracking event. | 
| SKIP_SHOWN | An event that is fired when a video skip button is shown, usually after 5 seconds of viewing the video. This event does not correspond to any VAST element and is implemented using an extension. | 
| FIRST_QUARTILE | Corresponds to the firstQuartiletracking event. | 
| MIDPOINT | Corresponds to the midpointtracking event. | 
| THIRD_QUARTILE | Corresponds to the thirdQuartiletracking event. | 
| ENGAGED_VIEW | An event that is fired after 30 seconds of viewing the video or when the video finished (if the video duration is less than 30 seconds). This event does not correspond to any VAST element and is implemented using an extension. | 
| COMPLETE | Corresponds to the completetracking event. | 
| MUTE | Corresponds to the mutetracking event. | 
| UNMUTE | Corresponds to the unmutetracking event. | 
| PAUSE | Corresponds to the pausetracking event. | 
| REWIND | Corresponds to the rewindtracking event. | 
| RESUME | Corresponds to the resumetracking event. | 
| SKIPPED | An event that is fired when a video was skipped. This event does not correspond to any VAST element and is implemented using an extension. | 
| FULLSCREEN | Corresponds to the fullscreentracking event. | 
| EXPAND | Corresponds to the expandtracking event. | 
| COLLAPSE | Corresponds to the collapsetracking event. | 
| ACCEPT_INVITATION | Corresponds to the acceptInvitationtracking event. | 
| CLOSE | Corresponds to the closetracking event. | 
| CLICK_TRACKING | Corresponds to the Linear.VideoClicks.ClickTrackingnode. | 
| SURVEY | Corresponds to the InLine.Surveynode. | 
| CUSTOM_CLICK | Corresponds to the Linear.VideoClicks.CustomClicknode. | 
| MEASURABLE_IMPRESSION | Corresponds to the measurableImpressiontracking event. | 
| VIEWABLE_IMPRESSION | Corresponds to the viewableImpressiontracking event. | 
| VIDEO_ABANDON | Corresponds to the abandontracking event. | 
| FULLY_VIEWABLE_AUDIBLE_HALF_DURATION_IMPRESSION | Corresponds to the fullyViewableAudibleHalfDurationImpressiontracking event. |