AI-generated Key Takeaways
- 
          ConversionEventrepresents all possible tracking event types, although not all events are supported by every kind of creative.
- 
          The namespace for ConversionEventishttps://www.google.com/apis/ads/publisher/v202502.
- 
          Various enumeration values like CREATIVE_VIEW,START,FIRST_QUARTILE,MIDPOINT,THIRD_QUARTILE,COMPLETE,MUTE,PAUSE,SKIPPED,FULLSCREEN, andCLICK_TRACKINGcorrespond to specific tracking events.
- 
          Some events, such as SKIP_SHOWN,ENGAGED_VIEW, andSKIPPED, do not correspond to VAST elements and are implemented using extensions.
All possible tracking event types. Not all events are supported by every kind of creative.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. |