UniversalAdId
import type { UniversalAdId } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A creative identifier provided by a registry that is unique across all platforms. This is part of the VAST 4.0 standard.
interface UniversalAdId {
id?: string;
registry?:
} | "UNIVERSAL_AD_REGISTRY_UNSPECIFIED"
| "UNIVERSAL_AD_REGISTRY_OTHER"
| "UNIVERSAL_AD_REGISTRY_AD_ID"
| "UNIVERSAL_AD_REGISTRY_CLEARCAST"
| "UNIVERSAL_AD_REGISTRY_DV360"
| "UNIVERSAL_AD_REGISTRY_CM";