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
アカウント管理者のYahoo! JAPANビジネスIDです。
MCCアカウントの場合、このフィールドは返却されず、リクエストの際も無視されます。
テストアカウントの場合、このフィールドは更新できません。
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.

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

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