Interface AdGroupServiceSelector

AdGroupServiceSelectorオブジェクトは、指定された広告グループを表します。
The AdGroupServiceSelector object is a container for storing specified ad group information.

Hierarchy

  • AdGroupServiceSelector

Properties

accountId: null | number
検索条件:アカウントID
Search condition: Account ID.

Memberof

AdGroupServiceSelector

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

Memberof

AdGroupServiceSelector

biddingValueCpcRange?: null | AdGroupServiceBiddingValueCpcRange

Memberof

AdGroupServiceSelector

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

Memberof

AdGroupServiceSelector

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

Memberof

AdGroupServiceSelector

createdDateRange?: null | display.AdGroupServiceCreatedDateRange

Memberof

AdGroupServiceSelector

feedSetIds?: null | number[]
検索条件:フィードセットID
Search condition: Feed set ID.

Memberof

AdGroupServiceSelector

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

Memberof

AdGroupServiceSelector

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

AdGroupServiceSelector

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

Memberof

AdGroupServiceSelector

userStatuses?: null | display.AdGroupServiceUserStatus[]

Memberof

AdGroupServiceSelector