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

ContentThemeTargetingOptionDetails

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

Represents a targetable content theme. This will be populated in the content_theme_details field of the TargetingOption when targeting_type is TARGETING_TYPE_CONTENT_THEME_EXCLUSION.

interface ContentThemeTargetingOptionDetails {
readonly contentTheme?:
| "CONTENT_THEME_UNSPECIFIED"
| "CONTENT_THEME_FIGHTING_VIDEO_GAMES"
| "CONTENT_THEME_MATURE_GAMES"
| "CONTENT_THEME_NOT_YET_DETERMINED_HEALTH_SOURCES"
| "CONTENT_THEME_NOT_YET_DETERMINED_NEWS_SOURCES"
| "CONTENT_THEME_POLITICS"
| "CONTENT_THEME_RECENT_NEWS"
| "CONTENT_THEME_RELIGION"
| "CONTENT_THEME_UNPLEASANT_HEALTH_CONTENT"
| "CONTENT_THEME_UNPLEASANT_NEWS";
}

§Properties

§
readonly contentTheme?: "CONTENT_THEME_UNSPECIFIED" | "CONTENT_THEME_FIGHTING_VIDEO_GAMES" | "CONTENT_THEME_MATURE_GAMES" | "CONTENT_THEME_NOT_YET_DETERMINED_HEALTH_SOURCES" | "CONTENT_THEME_NOT_YET_DETERMINED_NEWS_SOURCES" | "CONTENT_THEME_POLITICS" | "CONTENT_THEME_RECENT_NEWS" | "CONTENT_THEME_RELIGION" | "CONTENT_THEME_UNPLEASANT_HEALTH_CONTENT" | "CONTENT_THEME_UNPLEASANT_NEWS"
[src]

Output only. An enum for the DV360 content theme content classifier.