Interface AdGroupAdServiceSelector

AdGroupAdServiceSelectorオブジェクトは、操作の対象とする広告およびフィルタ条件を表します。
AdGroupAdServiceSelector object describes the information and filter criteria of the Ads to be operated on.

Hierarchy

  • AdGroupAdServiceSelector

Properties

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

Memberof

AdGroupAdServiceSelector

adGroupIds?: null | number[]
検索条件:広告グループID
Search condition: Ad group ID.
Ads returned will be from ad groups whose ids are included in this list.

Memberof

AdGroupAdServiceSelector

adIds?: null | number[]
検索条件:広告ID
Search condition: Ad ID.
Ads will return from ads whose ids are included in this list.
If you omit adIds field, it will return all adIds under the adGroup.

Memberof

AdGroupAdServiceSelector

adTypes?: null | search.AdGroupAdServiceAdType[]

Memberof

AdGroupAdServiceSelector

approvalStatuses?: null | search.AdGroupAdServiceApprovalStatus[]

Memberof

AdGroupAdServiceSelector

campaignIds?: null | number[]
検索条件:キャンペーンID
Search condition: Campaign ID.
Ads returned will be from campaigns whose ids are included in this list.
An empty list means there are no campaign restrictions when selecting AdGroupAds.
* This field must contain distinct elements.
* This field cannot contain null elements.

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 | search.AdGroupAdServiceCreatedDateRange

Memberof

AdGroupAdServiceSelector

labelIds?: null | number[]
検索条件:ラベルIDです。
※labelIdsを指定した場合は、取得結果にcontainsLabelの情報が付与されます。
Search condition: Label ID.
*When specified labelIds, containsLabel information is added to the result.

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
取得を開始する結果セット内の位置。このフィールドは、1以上を指定する必要があります。
The position within the result set where retrieval begins. This field must be greater than or equal to 1.

Memberof

AdGroupAdServiceSelector

updatedDateRange?: null | AdGroupAdServiceUpdatedDateRange

Memberof

AdGroupAdServiceSelector

userStatuses?: null | search.AdGroupAdServiceUserStatus[]

Memberof

AdGroupAdServiceSelector