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

GoogleAdsSearchads360V0Resources__Customer

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

A customer.

interface GoogleAdsSearchads360V0Resources__Customer {
readonly accountStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "PAUSED"
| "SUSPENDED"
| "REMOVED"
| "DRAFT";
readonly accountType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "BAIDU"
| "ENGINE_TRACK"
| "FACEBOOK"
| "FACEBOOK_GATEWAY"
| "GOOGLE_ADS"
| "MICROSOFT"
| "SEARCH_ADS_360"
| "YAHOO_JAPAN";
autoTaggingEnabled?: boolean;
readonly creationTime?: string;
currencyCode?: string;
descriptiveName?: string;
readonly doubleClickCampaignManagerSetting?: GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting;
readonly engineId?: string;
finalUrlSuffix?: string;
readonly id?: bigint;
readonly lastModifiedTime?: string;
readonly manager?: boolean;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "CANCELED"
| "SUSPENDED"
| "CLOSED";
timeZone?: string;
trackingUrlTemplate?: string;
}

§Properties

§
readonly accountStatus?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "PAUSED" | "SUSPENDED" | "REMOVED" | "DRAFT"
[src]

Output only. Account status, for example, Enabled, Paused, Removed, etc.

§
readonly accountType?: "UNSPECIFIED" | "UNKNOWN" | "BAIDU" | "ENGINE_TRACK" | "FACEBOOK" | "FACEBOOK_GATEWAY" | "GOOGLE_ADS" | "MICROSOFT" | "SEARCH_ADS_360" | "YAHOO_JAPAN"
[src]

Output only. Engine account type, for example, Google Ads, Microsoft Advertising, Yahoo Japan, Baidu, Facebook, Engine Track, etc.

§
autoTaggingEnabled?: boolean
[src]

Whether auto-tagging is enabled for the customer.

§

Output only. Conversion tracking setting for a customer.

§
readonly creationTime?: string
[src]

Output only. The timestamp when this customer was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.

§
currencyCode?: string
[src]

Immutable. The currency in which the account operates. A subset of the currency codes from the ISO 4217 standard is supported.

§
descriptiveName?: string
[src]

Optional, non-unique descriptive name of the customer.

§

Output only. DoubleClick Campaign Manager (DCM) setting for a manager customer.

§
readonly engineId?: string
[src]

Output only. ID of the account in the external engine account.

§
finalUrlSuffix?: string
[src]

The URL template for appending params to the final URL.

§
readonly id?: bigint
[src]

Output only. The ID of the customer.

§
readonly lastModifiedTime?: string
[src]

Output only. The datetime when this customer was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.

§
readonly manager?: boolean
[src]

Output only. Whether the customer is a manager.

§
resourceName?: string
[src]

Immutable. The resource name of the customer. Customer resource names have the form: customers/{customer_id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "CANCELED" | "SUSPENDED" | "CLOSED"
[src]

Output only. The status of the customer.

§
timeZone?: string
[src]

Immutable. The local timezone ID of the customer.

§
trackingUrlTemplate?: string
[src]

The URL template for constructing a tracking URL out of parameters.