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

GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset

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

A unified sitelink asset.

interface GoogleAdsSearchads360V0Common__UnifiedSitelinkAsset {
description1?: string;
description2?: string;
endDate?: string;
linkText?: string;
mobilePreferred?: boolean;
startDate?: string;
trackingId?: bigint;
useSearcherTimeZone?: boolean;
}

§Properties

§

List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.

§
description1?: string
[src]

First line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description2 must also be set.

§
description2?: string
[src]

Second line of the description for the sitelink. If set, the length should be between 1 and 35, inclusive, and description1 must also be set.

§
endDate?: string
[src]

Last date of when this asset is effective and still serving, in yyyy-MM-dd format.

§
linkText?: string
[src]

URL display text for the sitelink. The length of this string should be between 1 and 25, inclusive.

§
mobilePreferred?: boolean
[src]

Whether the preference is for the sitelink asset to be displayed on mobile devices. Applies to Microsoft Ads.

§
startDate?: string
[src]

Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

§
trackingId?: bigint
[src]

ID used for tracking clicks for the sitelink asset. This is a Yahoo! Japan only field.

§
useSearcherTimeZone?: boolean
[src]

Whether to show the sitelink asset in search user's time zone. Applies to Microsoft Ads.