Interface Account

Accountオブジェクトは、アカウントを表します。
Account object describes the account information.

Hierarchy

  • Account

Properties

accountId?: null | number
アカウントIDです。
SET時、このフィールドは必須となります。
Account ID.
This field is required in SET operation.

Memberof

Account

accountName?: null | string
アカウント名です。
SET時、このフィールドは省略可能となります。
Account name.
This field is optional in SET operation.

Memberof

Account

accountStatus?: null | search.AccountServiceStatus

Memberof

Account

accountType?: null | search.AccountServiceType

Memberof

Account

autoTaggingEnabled?: null | search.AccountServiceAutoTaggingEnabled

Memberof

Account

contactBizId?: null | string
アカウント管理者のビジネスIDです。
MCCアカウントの場合、このフィールドは返却されず、リクエストの際も無視されます。
テストアカウントの場合、このフィールドは更新できません。
SET時に現在設定されている連絡先ビジネスIDとは別のビジネスIDを指定する場合には、以下の条件を満たす必要があります。
1. ベースアカウントがRootMCCアカウントであること。
2. 指定する連絡先ビジネスIDが、1のRootMCCアカウントと操作対象の広告アカウントに対する操作権限を保有していること。
これらの条件を満たさない場合、エラーコード120020が返却されます。
Contact business ID.
If isManagerAccount is "TRUE", this field will not be returned and will be ignored on request.
If isTestAccount is "TRUE", this field cannot be updated.
When specifying a business ID different from the currently set contact business ID in SET operation, all of the following conditions must be met.
1. The base account must be a Root MCC account.
2. The specified contact business ID must have operation permissions for both the Root MCC account in condition 1 and the target ad account.
If these conditions are not met, error code 120020 will be returned.

Memberof

Account

deliveryStatus?: null | search.AccountServiceDeliveryStatus

Memberof

Account

endDate?: null | string
掲載終了日です。
SET時、このフィールドは無視されます。
「yyyyMMdd」形式で表示されます。
End date of ad serving.
This field will be ignored in SET operation.
It is displayed in 'yyyyMMdd' format.

Memberof

Account

isCancellationPending?: null | search.AccountServiceIsCancellationPending

Memberof

Account

isMccAccount?: null | search.AccountServiceIsMccAccount

Memberof

Account

isTestAccount?: null | search.AccountServiceIsTestAccount

Memberof

Account

startDate?: null | string
掲載開始日です。
「yyyyMMdd」形式で表示されます。
SET時、このフィールドは無視されます。
Start date of ad serving.
This field will be ignored in SET operation.
It is displayed in 'yyyyMMdd' format.

Memberof

Account