Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ThirdPartyTrackingUrl

import type { ThirdPartyTrackingUrl } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Third-party Tracking URL.

interface ThirdPartyTrackingUrl {
thirdPartyUrlType?:
| "IMPRESSION"
| "CLICK_TRACKING"
| "VIDEO_START"
| "VIDEO_FIRST_QUARTILE"
| "VIDEO_MIDPOINT"
| "VIDEO_THIRD_QUARTILE"
| "VIDEO_COMPLETE"
| "VIDEO_MUTE"
| "VIDEO_PAUSE"
| "VIDEO_REWIND"
| "VIDEO_FULLSCREEN"
| "VIDEO_STOP"
| "VIDEO_CUSTOM"
| "SURVEY"
| "RICH_MEDIA_IMPRESSION"
| "RICH_MEDIA_RM_IMPRESSION"
| "RICH_MEDIA_BACKUP_IMPRESSION"
| "VIDEO_SKIP"
| "VIDEO_PROGRESS";
url?: string;
}

§Properties

§
thirdPartyUrlType?: "IMPRESSION" | "CLICK_TRACKING" | "VIDEO_START" | "VIDEO_FIRST_QUARTILE" | "VIDEO_MIDPOINT" | "VIDEO_THIRD_QUARTILE" | "VIDEO_COMPLETE" | "VIDEO_MUTE" | "VIDEO_PAUSE" | "VIDEO_REWIND" | "VIDEO_FULLSCREEN" | "VIDEO_STOP" | "VIDEO_CUSTOM" | "SURVEY" | "RICH_MEDIA_IMPRESSION" | "RICH_MEDIA_RM_IMPRESSION" | "RICH_MEDIA_BACKUP_IMPRESSION" | "VIDEO_SKIP" | "VIDEO_PROGRESS"
[src]

Third-party URL type for in-stream video and in-stream audio creatives.

§
url?: string
[src]

URL for the specified third-party URL type.