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

GoogleAdsSearchads360V0Resources__Asset

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

Asset is a part of an ad which can be shared across multiple ads. It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. Assets are immutable and cannot be removed. To stop an asset from serving, remove the asset from the entity that is using it.

interface GoogleAdsSearchads360V0Resources__Asset {
readonly creationTime?: string;
readonly engineStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "SERVING"
| "SERVING_LIMITED"
| "DISAPPROVED"
| "DISABLED"
| "REMOVED";
finalUrls?: string[];
readonly id?: bigint;
readonly lastModifiedTime?: string;
name?: string;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "REMOVED"
| "ARCHIVED"
| "PENDING_SYSTEM_GENERATED";
trackingUrlTemplate?: string;
readonly type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "YOUTUBE_VIDEO"
| "MEDIA_BUNDLE"
| "IMAGE"
| "TEXT"
| "LEAD_FORM"
| "BOOK_ON_GOOGLE"
| "PROMOTION"
| "CALLOUT"
| "STRUCTURED_SNIPPET"
| "SITELINK"
| "PAGE_FEED"
| "DYNAMIC_EDUCATION"
| "MOBILE_APP"
| "HOTEL_CALLOUT"
| "CALL"
| "PRICE"
| "CALL_TO_ACTION"
| "DYNAMIC_REAL_ESTATE"
| "DYNAMIC_CUSTOM"
| "DYNAMIC_HOTELS_AND_RENTALS"
| "DYNAMIC_FLIGHTS"
| "DISCOVERY_CAROUSEL_CARD"
| "DYNAMIC_TRAVEL"
| "DYNAMIC_LOCAL"
| "DYNAMIC_JOBS"
| "LOCATION"
| "HOTEL_PROPERTY";
}

§Properties

§

Output only. A unified call asset.

§

Output only. A unified callout asset.

§

Immutable. A call to action asset.

§
readonly creationTime?: string
[src]

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

§
readonly engineStatus?: "UNSPECIFIED" | "UNKNOWN" | "SERVING" | "SERVING_LIMITED" | "DISAPPROVED" | "DISABLED" | "REMOVED"
[src]

Output only. The Engine Status for an asset.

§
finalUrls?: string[]
[src]

A list of possible final URLs after all cross domain redirects.

§
readonly id?: bigint
[src]

Output only. The ID of the asset.

§

Output only. An image asset.

§
readonly lastModifiedTime?: string
[src]

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

§

Output only. A unified location asset.

§

A mobile app asset.

§
name?: string
[src]

Optional name of the asset.

§

Output only. A unified page feed asset.

§
resourceName?: string
[src]

Immutable. The resource name of the asset. Asset resource names have the form: customers/{customer_id}/assets/{asset_id}

§

Output only. A unified sitelink asset.

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "REMOVED" | "ARCHIVED" | "PENDING_SYSTEM_GENERATED"
[src]

Output only. The status of the asset.

§

Output only. A text asset.

§
trackingUrlTemplate?: string
[src]

URL template for constructing a tracking URL.

§
readonly type?: "UNSPECIFIED" | "UNKNOWN" | "YOUTUBE_VIDEO" | "MEDIA_BUNDLE" | "IMAGE" | "TEXT" | "LEAD_FORM" | "BOOK_ON_GOOGLE" | "PROMOTION" | "CALLOUT" | "STRUCTURED_SNIPPET" | "SITELINK" | "PAGE_FEED" | "DYNAMIC_EDUCATION" | "MOBILE_APP" | "HOTEL_CALLOUT" | "CALL" | "PRICE" | "CALL_TO_ACTION" | "DYNAMIC_REAL_ESTATE" | "DYNAMIC_CUSTOM" | "DYNAMIC_HOTELS_AND_RENTALS" | "DYNAMIC_FLIGHTS" | "DISCOVERY_CAROUSEL_CARD" | "DYNAMIC_TRAVEL" | "DYNAMIC_LOCAL" | "DYNAMIC_JOBS" | "LOCATION" | "HOTEL_PROPERTY"
[src]

Output only. Type of the asset.

§

Immutable. A YouTube video asset.