Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.36 KB

AnalyticsAggregatedMetricsResponseContext.md

File metadata and controls

55 lines (38 loc) · 1.36 KB

AnalyticsAggregatedMetricsResponseContext

Properties

Name Type Description Notes
metric MetricEnum Returns the metric and relevant parameters you selected. [optional]
aggregation AggregationEnum Returns the aggregation you selected. [optional]
timeframe AnalyticsAggregatedMetricsResponseContextTimeframe [optional]

Enum: MetricEnum

Name Value
PLAY "play"
START "start"
END "end"
IMPRESSION "impression"
IMPRESSION_TIME "impression-time"
WATCH_TIME "watch-time"
CCV "ccv"
UNIQUE_CCV "unique-ccv"
VIEW_3 "view-3"
VIEW_5 "view-5"
VIEW_10 "view-10"
VIEW_30 "view-30"
UNIQUE_VIEW "unique-view"
UNIQUE_VIEW_3 "unique-view-3"
UNIQUE_VIEW_5 "unique-view-5"
UNIQUE_VIEW_10 "unique-view-10"
UNIQUE_VIEW_30 "unique-view-30"

Enum: AggregationEnum

Name Value
COUNT "count"
RATE "rate"
TOTAL "total"
AVERAGE "average"
SUM "sum"

Implemented Interfaces

  • Serializable
  • DeepObject