Skip to main content

VAST custom tracking URLs

Definition

The Wrapper Ad may include any number of Tracking URLs to allow campaigns to be served from an InLine response but tracked separately from the Impression. It may also include Tracking elements for separately tracking Linear or NonLinear views or events. The server providing the Wrapper Ad response may not know exactly which creative elements are to be delivered downline in InLine ads; in this case the Wrapper should include placeholders for the maximum set of Creatives that could be played within the Video Player.

Custom Tracking URLs has 2 parameters:

  • event The name of the event to track. The creativeView should always be requested when present.
    • Same event can be added multiple times, but each should have unique URI.
  • url URI to track various events during playback.
    • Same URI can be added multiple times, but each should have unique event.
    • URL should have only https protocol.

Example

<Tracking id="custom_1" event="creativeView"><![CDATA[https://mytrackingsolution.com/vregister.php?a=vview&tracking_event=creativeView&idzone=22222&data=abcd]]></Tracking>
EventExplanation
creativeViewTriggered when the creative is displayed.
startTriggered when the Linear ad starts playing.
midpointTriggered when the Linear ad reaches the middle point.
firstQuartileTriggered when the Linear ad reaches the first quartile.
thirdQuartileTriggered when the Linear ad reaches the third quartile.
completeTriggered when the Linear ad reaches the end point.
muteTriggered when the Linear ad is muted.
unmuteTriggered when the Linear ad is unmuted.
pauseTriggered when the Linear ad is paused.
rewindTriggered when the Linear ad is rewinded.
resumeTriggered when the Linear ad is resumed.
fullscreenTriggered when the Linear ad is in fullscreen.
expandTriggered when the Linear ad is expanded.
collapseTriggered when the Linear ad is collapsed.
acceptInvitationTriggered when the Linear ad is accepted.
closeTriggered when the Linear ad is closed.