{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/schemas/3.0.1/enums/vast-tracking-event.json",
  "title": "VAST Tracking Event",
  "description": "Tracking events for video ads. Includes IAB VAST 4.2 TrackingEvents, plus flattened representations of Impression, Error, VideoClicks, and ViewableImpression elements. fullscreen/exitFullscreen retained for VAST 2.x/3.x compatibility. measurableImpression is an AdCP extension for MRC measurability signals.",
  "type": "string",
  "enum": [
    "impression",
    "creativeView",
    "loaded",
    "start",
    "firstQuartile",
    "midpoint",
    "thirdQuartile",
    "complete",
    "mute",
    "unmute",
    "pause",
    "resume",
    "rewind",
    "skip",
    "playerExpand",
    "playerCollapse",
    "fullscreen",
    "exitFullscreen",
    "progress",
    "notUsed",
    "otherAdInteraction",
    "interactiveStart",
    "clickTracking",
    "customClick",
    "close",
    "closeLinear",
    "error",
    "viewable",
    "notViewable",
    "viewUndetermined",
    "measurableImpression",
    "viewableImpression"
  ]
}
