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

GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo

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

A Search Ads 360 text ad.

interface GoogleAdsSearchads360V0Common__SearchAds360TextAdInfo {
adTrackingId?: bigint;
description1?: string;
description2?: string;
displayMobileUrl?: string;
displayUrl?: string;
headline?: 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.

§
displayMobileUrl?: string
[src]

The displayed mobile URL of the ad.

§
displayUrl?: string
[src]

The displayed URL of the ad.

§
headline?: string
[src]

The headline of the ad.