Interface AccountCustomizer

AccountCustomizerオブジェクトは、アカウントとカスタマイザー属性間の設定情報を格納します。
AccountCustomizer object contains the configuration information between the account and the customizer attribute.

Hierarchy

  • AccountCustomizer

Properties

accountId?: null | number
アカウントIDです。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Account ID.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AccountCustomizer

Memberof

AccountCustomizer

customizerAttributeId?: null | number
カスタマイザー属性IDです。
ADDおよびREMOVE時、このフィールドは必須となります。
CustomizerAttribute ID.
This field is required in ADD and REMOVE operation.

Memberof

AccountCustomizer

disapprovalReasonCodes?: null | string[]
審査否認理由です。
このフィールドは、レスポンスの際に返却されますが、リクエストの際には無視されます。
Reject reason on editorial review.
Although this field will be returned in the response, it will be ignored on input.

Memberof

AccountCustomizer

value?: null | string
属性値です。挿入用広告に挿入されます。
入力仕様の詳細は以下のヘルプを参照してください。
アドカスタマイザー属性を関連付ける
ADD時、このフィールドは必須となります。
The attribute value. It will be inserted into the ad for insertion.
See also the help below.
* Associate ad customizer attributes
This field is required in ADD operation.

Memberof

AccountCustomizer