DemandGenImageAd
import type { DemandGenImageAd } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Details for a Demand Gen image ad.
interface DemandGenImageAd {
businessName?: string;
callToAction?: string;
customParameters?: {};
[key: string]: string;
descriptions?: string[];
finalMobileUrl?: string;
finalUrl?: string;
finalUrlSuffix?: string;
headlines?: string[];
logoImages?: ImageAsset[];
marketingImages?: ImageAsset[];
portraitMarketingImages?: ImageAsset[];
squareMarketingImages?: ImageAsset[];
readonly trackingUrl?: string;
userSpecifiedTrackingUrl?: string;
}§Properties
§
customParameters?: {}
[src][key: string]: string;
Optional. The custom parameters to pass custom values to tracking URL template.
§
finalMobileUrl?: string
[src]Optional. The URL address of the webpage that people reach after they click the ad on a mobile device.
§
finalUrl?: string
[src]Required. The URL address of the webpage that people reach after they click the ad.
§
logoImages?: ImageAsset[]
[src]The list of logo images shown on the ad.
§
marketingImages?: ImageAsset[]
[src]The list of marketing images shown on the ad.
§
portraitMarketingImages?: ImageAsset[]
[src]The list of portrait marketing images shown on the ad.
§
squareMarketingImages?: ImageAsset[]
[src]The list of square marketing images shown on the ad.