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

AdGroup

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

A single ad group associated with a line item.

interface AdGroup {
adGroupFormat?:
| "AD_GROUP_FORMAT_UNSPECIFIED"
| "AD_GROUP_FORMAT_IN_STREAM"
| "AD_GROUP_FORMAT_VIDEO_DISCOVERY"
| "AD_GROUP_FORMAT_BUMPER"
| "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM"
| "AD_GROUP_FORMAT_AUDIO"
| "AD_GROUP_FORMAT_RESPONSIVE"
| "AD_GROUP_FORMAT_REACH"
| "AD_GROUP_FORMAT_MASTHEAD";
adGroupId?: bigint;
advertiserId?: bigint;
bidStrategy?: BiddingStrategy;
displayName?: string;
entityStatus?:
| "ENTITY_STATUS_UNSPECIFIED"
| "ENTITY_STATUS_ACTIVE"
| "ENTITY_STATUS_ARCHIVED"
| "ENTITY_STATUS_DRAFT"
| "ENTITY_STATUS_PAUSED"
| "ENTITY_STATUS_SCHEDULED_FOR_DELETION";
lineItemId?: bigint;
name?: string;
productFeedData?: ProductFeedData;
targetingExpansion?: TargetingExpansionConfig;
}

§Properties

§
adGroupFormat?: "AD_GROUP_FORMAT_UNSPECIFIED" | "AD_GROUP_FORMAT_IN_STREAM" | "AD_GROUP_FORMAT_VIDEO_DISCOVERY" | "AD_GROUP_FORMAT_BUMPER" | "AD_GROUP_FORMAT_NON_SKIPPABLE_IN_STREAM" | "AD_GROUP_FORMAT_AUDIO" | "AD_GROUP_FORMAT_RESPONSIVE" | "AD_GROUP_FORMAT_REACH" | "AD_GROUP_FORMAT_MASTHEAD"
[src]

The format of the ads in the ad group.

§
adGroupId?: bigint
[src]

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

§
advertiserId?: bigint
[src]

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

§
bidStrategy?: BiddingStrategy
[src]

The bidding strategy used by the ad group. Only the youtubeAndPartnersBid field can be used in the bidding strategy.

§
displayName?: string
[src]

The display name of the ad group. Must be UTF-8 encoded with a maximum size of 255 bytes.

§
entityStatus?: "ENTITY_STATUS_UNSPECIFIED" | "ENTITY_STATUS_ACTIVE" | "ENTITY_STATUS_ARCHIVED" | "ENTITY_STATUS_DRAFT" | "ENTITY_STATUS_PAUSED" | "ENTITY_STATUS_SCHEDULED_FOR_DELETION"
[src]

Controls whether or not the ad group can spend its budget and bid on inventory. If the ad group's parent line item is not active, the ad group can't spend its budget even if its own status is ENTITY_STATUS_ACTIVE.

§
lineItemId?: bigint
[src]

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

§
name?: string
[src]

The resource name of the ad group.

§
productFeedData?: ProductFeedData
[src]

The settings of the product feed in this ad group.

§
targetingExpansion?: TargetingExpansionConfig
[src]

The optimized targeting settings of the ad group.