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

Consent

import type { Consent } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

User consent status.

interface Consent {
adPersonalization?: "CONSENT_STATUS_UNSPECIFIED" | "CONSENT_STATUS_GRANTED" | "CONSENT_STATUS_DENIED";
adUserData?: "CONSENT_STATUS_UNSPECIFIED" | "CONSENT_STATUS_GRANTED" | "CONSENT_STATUS_DENIED";
}

§Properties

§
adPersonalization?: "CONSENT_STATUS_UNSPECIFIED" | "CONSENT_STATUS_GRANTED" | "CONSENT_STATUS_DENIED"
[src]

Represents consent for ad personalization.

§
adUserData?: "CONSENT_STATUS_UNSPECIFIED" | "CONSENT_STATUS_GRANTED" | "CONSENT_STATUS_DENIED"
[src]

Represents consent for ad user data.