Interface StatsServiceSelector

StatsServiceSelectorオブジェクトは、getメソッドの検索条件(実行パラメータ)を保持します。
StatsServiceSelector object is a container that includes the search conditions (execution parameters) of get methods.

Hierarchy

  • StatsServiceSelector

Properties

accountId: number
アカウントID
Account ID.

Memberof

StatsServiceSelector

adGroupIds?: null | number[]
広告グループID
typeで「ADGROUP」または「AD」または「TARGET」を指定した場合のみ有効です。
Ad group ID.
Available only when "ADGROUP" or "AD" or "TARGET" is specified for type.

Memberof

StatsServiceSelector

adIds?: null | number[]
広告ID
typeで「AD」を指定した場合のみ有効です。
Ad ID.
Available only when "AD" is specified for type.

Memberof

StatsServiceSelector

campaignIds?: null | number[]
キャンペーンID
typeで「CAMPAIGN」または「ADGROUP」または「AD」または「TARGET」を指定した場合のみ有効です。
現在、上限を200件までしか設定できません
Campaign ID.
Available only when "CAMPAIGN" or "ADGROUP" or "AD" or "TARGET" is specified for type.
Currently, the limit can only be set to a maximum of 200 items.

Memberof

StatsServiceSelector

mediaIds?: null | number[]
画像ID
typeで「MEDIA」を指定した場合のみ有効です。
Media ID.
Available only when "MEDIA" is specified for type.

Memberof

StatsServiceSelector

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

StatsServiceSelector

periodCustomDate?: null | StatsServicePeriodCustomDate

Memberof

StatsServiceSelector

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

Memberof

StatsServiceSelector

statsPeriod?: null | StatsServiceStatsPeriod

Memberof

StatsServiceSelector

targetTypes?: null | StatsServiceTargetType[]

Memberof

StatsServiceSelector

type?: null | StatsServiceType

Memberof

StatsServiceSelector