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

GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo

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

A Search Ads 360 expanded text ad.

interface GoogleAdsSearchads360V0Common__SearchAds360ExpandedTextAdInfo {
adTrackingId?: bigint;
description1?: string;
description2?: string;
headline?: string;
headline2?: string;
headline3?: string;
path1?: string;
path2?: 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.

§
headline?: string
[src]

The headline of the ad.

§
headline2?: string
[src]

The second headline of the ad.

§
headline3?: string
[src]

The third headline of the ad.

§
path1?: string
[src]

Text appended to the auto-generated visible URL with a delimiter.

§
path2?: string
[src]

Text appended to path1 with a delimiter.