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

GoogleAdsSearchads360V0Common__UnifiedCallAsset

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

A unified call asset.

interface GoogleAdsSearchads360V0Common__UnifiedCallAsset {
callConversionAction?: string;
readonly callConversionReportingState?:
| "UNSPECIFIED"
| "UNKNOWN"
| "DISABLED"
| "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION"
| "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION";
callOnly?: boolean;
callTrackingEnabled?: boolean;
countryCode?: string;
endDate?: string;
phoneNumber?: string;
startDate?: string;
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.

§
callConversionAction?: string
[src]

The conversion action to attribute a call conversion to. If not set, the default conversion action is used. This field only has effect if call_conversion_reporting_state is set to USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.

§
readonly callConversionReportingState?: "UNSPECIFIED" | "UNKNOWN" | "DISABLED" | "USE_ACCOUNT_LEVEL_CALL_CONVERSION_ACTION" | "USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION"
[src]

Output only. Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion.

§
callOnly?: boolean
[src]

Whether the call only shows the phone number without a link to the website. Applies to Microsoft Ads.

§
callTrackingEnabled?: boolean
[src]

Whether the call should be enabled on call tracking. Applies to Microsoft Ads.

§
countryCode?: string
[src]

Two-letter country code of the phone number. Examples: 'US', 'us'.

§
endDate?: string
[src]

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

§
phoneNumber?: string
[src]

The advertiser's raw phone number. Examples: '1234567890', '(123)456-7890'

§
startDate?: string
[src]

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

§
useSearcherTimeZone?: boolean
[src]

Whether to show the call extension in search user's time zone. Applies to Microsoft Ads.