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

GoogleAdsSearchads360V0Resources__AdGroup

import type { GoogleAdsSearchads360V0Resources__AdGroup } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

An ad group.

interface GoogleAdsSearchads360V0Resources__AdGroup {
adRotationMode?:
| "UNSPECIFIED"
| "UNKNOWN"
| "OPTIMIZE"
| "ROTATE_FOREVER";
cpcBidMicros?: bigint;
readonly creationTime?: string;
readonly endDate?: string;
readonly engineId?: string;
readonly engineStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "AD_GROUP_ELIGIBLE"
| "AD_GROUP_EXPIRED"
| "AD_GROUP_REMOVED"
| "AD_GROUP_DRAFT"
| "AD_GROUP_PAUSED"
| "AD_GROUP_SERVING"
| "AD_GROUP_SUBMITTED"
| "CAMPAIGN_PAUSED"
| "ACCOUNT_PAUSED";
readonly id?: bigint;
readonly labels?: string[];
readonly languageCode?: string;
readonly lastModifiedTime?: string;
name?: string;
resourceName?: string;
readonly startDate?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "PAUSED"
| "REMOVED";
type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "SEARCH_STANDARD"
| "DISPLAY_STANDARD"
| "SHOPPING_PRODUCT_ADS"
| "SHOPPING_SHOWCASE_ADS"
| "HOTEL_ADS"
| "SHOPPING_SMART_ADS"
| "VIDEO_BUMPER"
| "VIDEO_TRUE_VIEW_IN_STREAM"
| "VIDEO_TRUE_VIEW_IN_DISPLAY"
| "VIDEO_NON_SKIPPABLE_IN_STREAM"
| "VIDEO_OUTSTREAM"
| "SEARCH_DYNAMIC_ADS"
| "SHOPPING_COMPARISON_LISTING_ADS"
| "PROMOTED_HOTEL_ADS"
| "VIDEO_RESPONSIVE"
| "VIDEO_EFFICIENT_REACH"
| "SMART_CAMPAIGN_ADS"
| "TRAVEL_ADS";
}

§Properties

§
adRotationMode?: "UNSPECIFIED" | "UNKNOWN" | "OPTIMIZE" | "ROTATE_FOREVER"
[src]

The ad rotation mode of the ad group.

§
cpcBidMicros?: bigint
[src]

The maximum CPC (cost-per-click) bid.

§
readonly creationTime?: string
[src]

Output only. The timestamp when this ad_group was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.

§
readonly endDate?: string
[src]

Output only. Date when the ad group ends serving ads. By default, the ad group ends on the ad group's end date. If this field is set, then the ad group ends at the end of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14

§
readonly engineId?: string
[src]

Output only. ID of the ad group in the external engine account. This field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use "ad_group.id" instead.

§
readonly engineStatus?: "UNSPECIFIED" | "UNKNOWN" | "AD_GROUP_ELIGIBLE" | "AD_GROUP_EXPIRED" | "AD_GROUP_REMOVED" | "AD_GROUP_DRAFT" | "AD_GROUP_PAUSED" | "AD_GROUP_SERVING" | "AD_GROUP_SUBMITTED" | "CAMPAIGN_PAUSED" | "ACCOUNT_PAUSED"
[src]

Output only. The Engine Status for ad group.

§
readonly id?: bigint
[src]

Output only. The ID of the ad group.

§
readonly labels?: string[]
[src]

Output only. The resource names of labels attached to this ad group.

§
readonly languageCode?: string
[src]

Output only. The language of the ads and keywords in an ad group. This field is only available for Microsoft Advertising accounts. More details: https://docs.microsoft.com/en-us/advertising/guides/ad-languages?view=bingads-13#adlanguage

§
readonly lastModifiedTime?: string
[src]

Output only. The datetime when this ad group was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.

§
name?: string
[src]

The name of the ad group. This field is required and should not be empty when creating new ad groups. It must contain fewer than 255 UTF-8 full-width characters. It must not contain any null (code point 0x0), NL line feed (code point 0xA) or carriage return (code point 0xD) characters.

§
resourceName?: string
[src]

Immutable. The resource name of the ad group. Ad group resource names have the form: customers/{customer_id}/adGroups/{ad_group_id}

§
readonly startDate?: string
[src]

Output only. Date when this ad group starts serving ads. By default, the ad group starts now or the ad group's start date, whichever is later. If this field is set, then the ad group starts at the beginning of the specified date in the customer's time zone. This field is only available for Microsoft Advertising and Facebook gateway accounts. Format: YYYY-MM-DD Example: 2019-03-14

§
status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "PAUSED" | "REMOVED"
[src]

The status of the ad group.

§

Setting for targeting related features.

§
type?: "UNSPECIFIED" | "UNKNOWN" | "SEARCH_STANDARD" | "DISPLAY_STANDARD" | "SHOPPING_PRODUCT_ADS" | "SHOPPING_SHOWCASE_ADS" | "HOTEL_ADS" | "SHOPPING_SMART_ADS" | "VIDEO_BUMPER" | "VIDEO_TRUE_VIEW_IN_STREAM" | "VIDEO_TRUE_VIEW_IN_DISPLAY" | "VIDEO_NON_SKIPPABLE_IN_STREAM" | "VIDEO_OUTSTREAM" | "SEARCH_DYNAMIC_ADS" | "SHOPPING_COMPARISON_LISTING_ADS" | "PROMOTED_HOTEL_ADS" | "VIDEO_RESPONSIVE" | "VIDEO_EFFICIENT_REACH" | "SMART_CAMPAIGN_ADS" | "TRAVEL_ADS"
[src]

Immutable. The type of the ad group.