AdGroupAd
import type { AdGroupAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A single ad associated with an ad group.
interface AdGroupAd {
adGroupAdId?: bigint;
adGroupId?: bigint;
adUrls?: AdUrl[];
advertiserId?: bigint;
audioAd?: AudioAd;
bumperAd?: BumperAd;
displayName?: string;
displayVideoSourceAd?: DisplayVideoSourceAd;
entityStatus?:
| "ENTITY_STATUS_UNSPECIFIED"
| "ENTITY_STATUS_ACTIVE"
| "ENTITY_STATUS_ARCHIVED"
| "ENTITY_STATUS_DRAFT"
| "ENTITY_STATUS_PAUSED"
| "ENTITY_STATUS_SCHEDULED_FOR_DELETION";
inStreamAd?: InStreamAd;
mastheadAd?: MastheadAd;
name?: string;
nonSkippableAd?: NonSkippableAd;
videoDiscoverAd?: VideoDiscoveryAd;
videoPerformanceAd?: VideoPerformanceAd;
}§Properties
§
Details of a non-skippable short video ad, equal to or less than 6 seconds, used for reach.
§
displayName?: string
[src]The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes.
§
displayVideoSourceAd?: DisplayVideoSourceAd
[src]Details of an ad sourced from a Display & Video 360 creative.
§
entityStatus?: "ENTITY_STATUS_UNSPECIFIED" | "ENTITY_STATUS_ACTIVE" | "ENTITY_STATUS_ARCHIVED" | "ENTITY_STATUS_DRAFT" | "ENTITY_STATUS_PAUSED" | "ENTITY_STATUS_SCHEDULED_FOR_DELETION"
[src]The entity status of the ad.
§
inStreamAd?: InStreamAd
[src]Details of an in-stream ad skippable after 5 seconds, used for brand awareness or reach marketing objectives.
§
mastheadAd?: MastheadAd
[src]Details of an ad served on the YouTube Home feed.
§
nonSkippableAd?: NonSkippableAd
[src]Details of a non-skippable short in-stream video ad, between 6 and 15 seconds, used for reach marketing objectives.
§
videoDiscoverAd?: VideoDiscoveryAd
[src]Details of an ad promoting a video that shows in places of discovery.
§
videoPerformanceAd?: VideoPerformanceAd
[src]Details of an ad used in a video action campaign to drive actions to the business, service or product.