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

UniversalAdId

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

A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.

interface UniversalAdId {
registry?:
| "OTHER"
| "AD_ID_OFFICIAL"
| "CLEARCAST"
| "DCM"
| "ARPP";
value?: string;
}

§Properties

§
registry?: "OTHER" | "AD_ID_OFFICIAL" | "CLEARCAST" | "DCM" | "ARPP"
[src]

Registry used for the Ad ID value.

§
value?: string
[src]

ID value for this creative. Only alphanumeric characters and the following symbols are valid: "_/-". Maximum length is 64 characters. Read only when registry is DCM.