Accountオブジェクトは、アカウント情報を示します。
Account objects serve 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 | display.AccountServiceStatus

Memberof

Account

accountType?: null | display.AccountServiceType

Memberof

Account

autoTaggingEnabled?: null | display.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 | display.AccountServiceDeliveryStatus

Memberof

Account

endDate?: null | string
掲載終了日です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
End date of ad serving.
Although this field will be returned in the response, it will be ignored on input.

Memberof

Account

isCancellationPending?: null | display.AccountServiceIsCancellationPending

Memberof

Account

isMccAccount?: null | display.AccountServiceIsMccAccount

Memberof

Account

isTestAccount?: null | display.AccountServiceIsTestAccount

Memberof

Account

optimizationScore?: null | number
最適化スコアです。
最適化スコアは、0.0から1.0の範囲の値を返却します。
アカウントの最適化スコアが計算不可の場合、最適化スコアは返却されません。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Optimization score.
Optimization score returns a value ranging from 0.0 to 1.0.
If the optimization score an account has is not computable, the optimization score will not be returned. Although this field will be returned in the response, it will be ignored on input.

Memberof

Account

startDate?: null | string
掲載開始日です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Start date of ad serving.
Although this field will be returned in the response, it will be ignored on input.

Memberof

Account