Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.35 KB

AnalyticsMetricsOverTimeResponseContext.md

File metadata and controls

54 lines (37 loc) · 1.35 KB

AnalyticsMetricsOverTimeResponseContext

Properties

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

Enum: MetricEnum

Name Value
PLAY "play"
PLAY_RATE "play-rate"
START "start"
END "end"
IMPRESSION "impression"
CCV_AVERAGE "ccv-average"
CCV_PEAK "ccv-peak"
UNIQUE_CCV_AVERAGE "unique-ccv-average"
UNIQUE_CCV_PEAK "unique-ccv-peak"
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: IntervalEnum

Name Value
MINUTE "minute"
HOUR "hour"
DAY "day"

Implemented Interfaces

  • Serializable
  • DeepObject