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

GoogleAdsSearchads360V0Common__SearchAds360ExpandedDynamicSearchAdInfo

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

An expanded dynamic search ad.

interface GoogleAdsSearchads360V0Common__SearchAds360ExpandedDynamicSearchAdInfo {
adTrackingId?: bigint;
description1?: string;
description2?: string;
}

§Properties

§
adTrackingId?: bigint
[src]

The tracking id of the ad.

§
description1?: string
[src]

The first line of the ad's description.

§
description2?: string
[src]

The second line of the ad's description.