Interface AdGroupServiceCustomParameter

AdGroupServiceCustomParameterは、カスタムパラメータの内容を表します。
ADDおよびSET時、customParameters配下では必須となります。
※SET時、既存の項目を置き換えます。また、このフィールドはisRemoveの設定値がTRUEの場合は無視され、全項目が削除されます。
AdGroupServiceCustomParameter displays the element of custom parameters.
In ADD and SET operation,this field is required under \'customParameters\'.
*In SET operation, it will replace the current items. In addition, it will be ignored and all item will be deleted if \'isRemove\' is set TRUE.

Hierarchy

  • AdGroupServiceCustomParameter

Properties

Properties

key?: null | string
キーです。
ADDおよびSET時、このフィールドは必須となります。
Key of parameter.
This field is required in ADD and SET operation.

Memberof

AdGroupServiceCustomParameter

value?: null | string
値です。
ADDおよびSET時、このフィールドは省略可能となります。
Value of parameter.
This field is optional in ADD and SET operation.

Memberof

AdGroupServiceCustomParameter