Interface AdGroupAdServiceSelector

AdGroupAdServiceSelectorオブジェクトは、操作の対象とする広告およびフィルタ条件を表します。
The AdGroupAdServiceSelector object is a container for storing ad information and filtering condition.

Hierarchy

  • AdGroupAdServiceSelector

Properties

accountId: number
検索条件 : アカウント情報
Search condition: Account information

Memberof

AdGroupAdServiceSelector

adGroupIds?: null | number[]
検索条件 : 広告グループID
Search condition: Ad Group ID

Memberof

AdGroupAdServiceSelector

adIds?: null | number[]
検索条件 : 広告ID
Search condition: Ad ID

Memberof

AdGroupAdServiceSelector

adTypes?: null | display.AdGroupAdServiceAdType[]

Memberof

AdGroupAdServiceSelector

approvalStatuses?: null | display.AdGroupAdServiceApprovalStatus[]

Memberof

AdGroupAdServiceSelector

campaignIds?: null | number[]
検索条件 : キャンペーンID
Search condition: Campaign ID

Memberof

AdGroupAdServiceSelector

containsLabel?: null | boolean
ラベル情報取得フラグです。
このフィールドは省略可能となります。その際、デフォルト値はfalseとなります。
Flag of contains label information.
This field is optional. The default value will be false.

Memberof

AdGroupAdServiceSelector

createdDateRange?: null | display.AdGroupAdServiceCreatedDateRange

Memberof

AdGroupAdServiceSelector

labelIds?: null | number[]
検索条件 : ラベルID
Search condition: Label ID

Memberof

AdGroupAdServiceSelector

mainMediaFormats?: null | AdGroupAdServiceMainMediaFormat[]

Memberof

AdGroupAdServiceSelector

mediaIds?: null | number[]
検索条件 : 画像ID
Search condition: Media ID

Memberof

AdGroupAdServiceSelector

numberResults?: null | number
開始位置から取得する結果の数。このフィールドは、1以上を指定する必要があります。
The number of results to retrieve starting from the initial position. This field must be greater than or equal to 1.

Memberof

AdGroupAdServiceSelector

startIndex?: null | number
取得を開始する結果セット内の位置。このフィールドは、0以上を指定する必要があります。
The position within the result set where retrieval begins. This field must be greater than or equal to 0.

Memberof

AdGroupAdServiceSelector

userStatuses?: null | display.AdGroupAdServiceUserStatus[]

Memberof

AdGroupAdServiceSelector