Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.53 KB

AnalyticsMetricsBreakdownResponseContext.md

File metadata and controls

58 lines (41 loc) · 1.53 KB

AnalyticsMetricsBreakdownResponseContext

Properties

Name Type Description Notes
metric MetricEnum Returns the metric and relevant parameters you selected. [optional]
breakdown BreakdownEnum Returns the dimension 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: BreakdownEnum

Name Value
MEDIA_ID "media-id"
MEDIA_TYPE "media-type"
CONTINENT "continent"
COUNTRY "country"
DEVICE_TYPE "device-type"
OPERATING_SYSTEM "operating-system"
BROWSER "browser"

Implemented Interfaces

  • Serializable
  • DeepObject