Interface PlacementUrlList

PlacementUrlListオブジェクトは、プレイスメントUrl情報を保持するオブジェクトです。
The objects to keep Placement Url Information.

Hierarchy

  • PlacementUrlList

Properties

accountId: number
アカウントIDです。
このフィールドは、リクエストの場合は必須です。
Account ID.
This field is required in requests.

Memberof

PlacementUrlList

brandSafetyDenyListFlg?: null | boolean
除外専用リストかどうかのフラグです。
除外専用リストには下記の制約があります。
・1アカウントにつき1つ作成が可能です。
・除外にのみ紐付け可能です。
このフィールドは、ADD時に省略可能(デフォルトの値はFALSE)、SET時に指定不可となります。
A flag that indicates whether it is an exclusion list.
Exclusion list includes the following restrictions:
*Only one list can be created per account.
*Can be linked only to exclusion.
This field is optional in ADD operation (default value will be FALSE), and cannot be specified in SET operation.
TRUE
除外専用リストです。Exclusion list.
FALSE
通常のurlリストです。Standard URL list.

Memberof

PlacementUrlList

description?: null | string
urlリストの説明です。
このフィールドは、ADDおよびSET時に省略可能となります。
Url list description.
This field is optional in ADD and SET operation.

Memberof

PlacementUrlList

isRemoveDescription?: null | PlacementUrlListServiceIsRemoveFlg

Memberof

PlacementUrlList

unknownDomainFlg?: null | PlacementUrlListServiceUnknownDomainFlg

Memberof

PlacementUrlList

urlListId?: null | number
urlリストIDです。
このフィールドは、SETおよびREMOVE時に必須となります。
Url list ID.
This field is required in SET and REMOVE operation.

Memberof

PlacementUrlList

urlListName?: null | string
urlリスト名です。
このフィールドは、ADD時に必須となり、SET時に省略可能となります。
Url list name.
This field is required in ADD operation, and is optional in SET operation.

Memberof

PlacementUrlList

Memberof

PlacementUrlList