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

GoogleAdsSearchads360V0Resources__Ad

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

An ad.

interface GoogleAdsSearchads360V0Resources__Ad {
displayUrl?: string;
finalUrls?: string[];
readonly id?: bigint;
name?: string;
resourceName?: string;
readonly type?:
| "UNSPECIFIED"
| "UNKNOWN"
| "TEXT_AD"
| "EXPANDED_TEXT_AD"
| "CALL_ONLY_AD"
| "EXPANDED_DYNAMIC_SEARCH_AD"
| "HOTEL_AD"
| "SHOPPING_SMART_AD"
| "SHOPPING_PRODUCT_AD"
| "VIDEO_AD"
| "GMAIL_AD"
| "IMAGE_AD"
| "RESPONSIVE_SEARCH_AD"
| "LEGACY_RESPONSIVE_DISPLAY_AD"
| "APP_AD"
| "LEGACY_APP_INSTALL_AD"
| "RESPONSIVE_DISPLAY_AD"
| "LOCAL_AD"
| "HTML5_UPLOAD_AD"
| "DYNAMIC_HTML5_AD"
| "APP_ENGAGEMENT_AD"
| "SHOPPING_COMPARISON_LISTING_AD"
| "VIDEO_BUMPER_AD"
| "VIDEO_NON_SKIPPABLE_IN_STREAM_AD"
| "VIDEO_OUTSTREAM_AD"
| "VIDEO_TRUEVIEW_DISCOVERY_AD"
| "VIDEO_TRUEVIEW_IN_STREAM_AD"
| "VIDEO_RESPONSIVE_AD"
| "SMART_CAMPAIGN_AD"
| "APP_PRE_REGISTRATION_AD"
| "DISCOVERY_MULTI_ASSET_AD"
| "DISCOVERY_CAROUSEL_AD"
| "TRAVEL_AD"
| "DISCOVERY_VIDEO_RESPONSIVE_AD";
}

§Properties

§
displayUrl?: string
[src]

The URL that appears in the ad description for some ad formats.

§

Immutable. Details pertaining to an expanded dynamic search ad.

§

Immutable. Details pertaining to an expanded text ad.

§
finalUrls?: string[]
[src]

The list of possible final URLs after all cross-domain redirects for the ad.

§
readonly id?: bigint
[src]

Output only. The ID of the ad.

§
name?: string
[src]

Immutable. The name of the ad. This is only used to be able to identify the ad. It does not need to be unique and does not affect the served ad. The name field is currently only supported for DisplayUploadAd, ImageAd, ShoppingComparisonListingAd and VideoAd.

§

Immutable. Details pertaining to a product ad.

§
resourceName?: string
[src]

Immutable. The resource name of the ad. Ad resource names have the form: customers/{customer_id}/ads/{ad_id}

§

Immutable. Details pertaining to a responsive search ad.

§

Immutable. Details pertaining to a text ad.

§
readonly type?: "UNSPECIFIED" | "UNKNOWN" | "TEXT_AD" | "EXPANDED_TEXT_AD" | "CALL_ONLY_AD" | "EXPANDED_DYNAMIC_SEARCH_AD" | "HOTEL_AD" | "SHOPPING_SMART_AD" | "SHOPPING_PRODUCT_AD" | "VIDEO_AD" | "GMAIL_AD" | "IMAGE_AD" | "RESPONSIVE_SEARCH_AD" | "LEGACY_RESPONSIVE_DISPLAY_AD" | "APP_AD" | "LEGACY_APP_INSTALL_AD" | "RESPONSIVE_DISPLAY_AD" | "LOCAL_AD" | "HTML5_UPLOAD_AD" | "DYNAMIC_HTML5_AD" | "APP_ENGAGEMENT_AD" | "SHOPPING_COMPARISON_LISTING_AD" | "VIDEO_BUMPER_AD" | "VIDEO_NON_SKIPPABLE_IN_STREAM_AD" | "VIDEO_OUTSTREAM_AD" | "VIDEO_TRUEVIEW_DISCOVERY_AD" | "VIDEO_TRUEVIEW_IN_STREAM_AD" | "VIDEO_RESPONSIVE_AD" | "SMART_CAMPAIGN_AD" | "APP_PRE_REGISTRATION_AD" | "DISCOVERY_MULTI_ASSET_AD" | "DISCOVERY_CAROUSEL_AD" | "TRAVEL_AD" | "DISCOVERY_VIDEO_RESPONSIVE_AD"
[src]

Output only. The type of ad.