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

GoogleAdsSearchads360V0Resources__AdGroupAd

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

An ad group ad.

interface GoogleAdsSearchads360V0Resources__AdGroupAd {
readonly creationTime?: string;
readonly engineId?: string;
readonly engineStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "AD_GROUP_AD_ELIGIBLE"
| "AD_GROUP_AD_INAPPROPRIATE_FOR_CAMPAIGN"
| "AD_GROUP_AD_MOBILE_URL_UNDER_REVIEW"
| "AD_GROUP_AD_PARTIALLY_INVALID"
| "AD_GROUP_AD_TO_BE_ACTIVATED"
| "AD_GROUP_AD_NOT_REVIEWED"
| "AD_GROUP_AD_ON_HOLD"
| "AD_GROUP_AD_PAUSED"
| "AD_GROUP_AD_REMOVED"
| "AD_GROUP_AD_PENDING_REVIEW"
| "AD_GROUP_AD_UNDER_REVIEW"
| "AD_GROUP_AD_APPROVED"
| "AD_GROUP_AD_DISAPPROVED"
| "AD_GROUP_AD_SERVING"
| "AD_GROUP_AD_ACCOUNT_PAUSED"
| "AD_GROUP_AD_CAMPAIGN_PAUSED"
| "AD_GROUP_AD_AD_GROUP_PAUSED";
readonly labels?: string[];
readonly lastModifiedTime?: string;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "PAUSED"
| "REMOVED";
}

§Properties

§
readonly creationTime?: string
[src]

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

§
readonly engineId?: string
[src]

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

§
readonly engineStatus?: "UNSPECIFIED" | "UNKNOWN" | "AD_GROUP_AD_ELIGIBLE" | "AD_GROUP_AD_INAPPROPRIATE_FOR_CAMPAIGN" | "AD_GROUP_AD_MOBILE_URL_UNDER_REVIEW" | "AD_GROUP_AD_PARTIALLY_INVALID" | "AD_GROUP_AD_TO_BE_ACTIVATED" | "AD_GROUP_AD_NOT_REVIEWED" | "AD_GROUP_AD_ON_HOLD" | "AD_GROUP_AD_PAUSED" | "AD_GROUP_AD_REMOVED" | "AD_GROUP_AD_PENDING_REVIEW" | "AD_GROUP_AD_UNDER_REVIEW" | "AD_GROUP_AD_APPROVED" | "AD_GROUP_AD_DISAPPROVED" | "AD_GROUP_AD_SERVING" | "AD_GROUP_AD_ACCOUNT_PAUSED" | "AD_GROUP_AD_CAMPAIGN_PAUSED" | "AD_GROUP_AD_AD_GROUP_PAUSED"
[src]

Output only. Additional status of the ad in the external engine account. Possible statuses (depending on the type of external account) include active, eligible, pending review, etc.

§
readonly labels?: string[]
[src]

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

§
readonly lastModifiedTime?: string
[src]

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

§
resourceName?: string
[src]

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

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

The status of the ad.