Interface StatsServiceValue

StatsServiceValueオブジェクトは、統計情報1件あたりの実行結果(1 Entity)を保持します。
StatsServiceValue object is container for the execution result (1 entity) per single stats information by method.

Hierarchy

  • StatsServiceValue

Properties

accountId?: null | number
アカウントIDです。
Account ID.

Memberof

StatsServiceValue

adGroupStatsValue?: null | StatsServiceAdGroupStatsValue

Memberof

StatsServiceValue

adStatsValue?: null | StatsServiceAdStatsValue

Memberof

StatsServiceValue

campaignStatsValue?: null | StatsServiceCampaignStatsValue

Memberof

StatsServiceValue

errors?: null | display.ModelError[]

Memberof

StatsServiceValue

imageStatsValue?: null | StatsServiceImageStatsValue

Memberof

StatsServiceValue

operationSucceeded?: null | boolean
処理結果です。trueの場合は、処理は成功しました。falseの場合は処理が失敗しています。
The process results. If true, the process succeeded. If false, the process failed.

Memberof

StatsServiceValue

periodCustomDate?: null | StatsServicePeriodCustomDate

Memberof

StatsServiceValue

statsPeriod?: null | StatsServiceStatsPeriod

Memberof

StatsServiceValue

targetStatsValue?: null | StatsServiceTargetStatsValue

Memberof

StatsServiceValue

type?: null | StatsServiceType

Memberof

StatsServiceValue

videoStatsValue?: null | StatsServiceVideoStatsValue

Memberof

StatsServiceValue