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 accountLevel?:
| "UNSPECIFIED"
| "UNKNOWN"
| "CLIENT_ACCOUNT_FACEBOOK"
| "CLIENT_ACCOUNT_GOOGLE_ADS"
| "CLIENT_ACCOUNT_MICROSOFT"
| "CLIENT_ACCOUNT_YAHOO_JAPAN"
| "CLIENT_ACCOUNT_ENGINE_TRACK"
| "MANAGER"
| "SUB_MANAGER"
| "ASSOCIATE_MANAGER";
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";
readonly associateManagerDescriptiveName?: string;
readonly associateManagerId?: bigint;
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;
readonly managerDescriptiveName?: string;
readonly managerId?: bigint;
resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "CANCELED"
| "SUSPENDED"
| "CLOSED";
readonly subManagerDescriptiveName?: string;
readonly subManagerId?: bigint;
timeZone?: string;
trackingUrlTemplate?: string;
}

§Properties

§
readonly accountLevel?: "UNSPECIFIED" | "UNKNOWN" | "CLIENT_ACCOUNT_FACEBOOK" | "CLIENT_ACCOUNT_GOOGLE_ADS" | "CLIENT_ACCOUNT_MICROSOFT" | "CLIENT_ACCOUNT_YAHOO_JAPAN" | "CLIENT_ACCOUNT_ENGINE_TRACK" | "MANAGER" | "SUB_MANAGER" | "ASSOCIATE_MANAGER"
[src]

Output only. The account level of the customer: Manager, Sub-manager, Associate manager, Service account.

§
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.

§
readonly associateManagerDescriptiveName?: string
[src]

Output only. The descriptive name of the associate manager.

§
readonly associateManagerId?: bigint
[src]

Output only. The customer ID of the associate manager. A 0 value indicates that the customer has no SA360 associate manager.

§
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.

§
readonly managerDescriptiveName?: string
[src]

Output only. The descriptive name of the manager.

§
readonly managerId?: bigint
[src]

Output only. The customer ID of the manager. A 0 value indicates that the customer has no SA360 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.

§
readonly subManagerDescriptiveName?: string
[src]

Output only. The descriptive name of the sub manager.

§
readonly subManagerId?: bigint
[src]

Output only. The customer ID of the sub manager. A 0 value indicates that the customer has no sub SA360 manager.

§
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.