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

AdGroupAd

import type { AdGroupAd } from "https://googleapis.deno.dev/v1/displayvideo:v3.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

§
adGroupAdId?: bigint
[src]

The unique ID of the ad. Assigned by the system.

§
adGroupId?: bigint
[src]

The unique ID of the ad group that the ad belongs to.

§
adUrls?: AdUrl[]
[src]

List of URLs used by the ad.

§
advertiserId?: bigint
[src]

The unique ID of the advertiser the ad belongs to.

§
audioAd?: AudioAd
[src]

Details of an audio ad used for reach marketing objectives.

§
bumperAd?: BumperAd
[src]

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.

§
name?: string
[src]

The resource name of the ad.

§
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.