type property

String? type
getter/setter pair

The type of interaction needs to be tracked by the tracking URL Possible string values are:

  • "THIRD_PARTY_URL_TYPE_UNSPECIFIED" : The type of third-party URL is unspecified or is unknown in this version.
  • "THIRD_PARTY_URL_TYPE_IMPRESSION" : Used to count impressions of the creative after the audio or video buffering is complete.
  • "THIRD_PARTY_URL_TYPE_CLICK_TRACKING" : Used to track user clicks on the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_START" : Used to track the number of times a user starts the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_FIRST_QUARTILE" : Used to track the number of times the audio or video plays to 25% of its length.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_MIDPOINT" : Used to track the number of times the audio or video plays to 50% of its length.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_THIRD_QUARTILE" : Used to track the number of times the audio or video plays to 75% of its length.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_COMPLETE" : Used to track the number of times the audio or video plays to the end.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_MUTE" : Used to track the number of times a user mutes the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_PAUSE" : Used to track the number of times a user pauses the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_REWIND" : Used to track the number of times a user replays the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_FULLSCREEN" : Used to track the number of times a user expands the player to full-screen size.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_STOP" : Used to track the number of times a user stops the audio or video.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_CUSTOM" : Used to track the number of times a user performs a custom click, such as clicking on a video hot spot.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_SKIP" : Used to track the number of times the audio or video was skipped.
  • "THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_PROGRESS" : Used to track the number of times the audio or video plays to an offset determined by the progress_offset.

Implementation

core.String? type;