Class: Kaltura::Constants::ReportType
- Inherits:
-
Object
- Object
- Kaltura::Constants::ReportType
- Defined in:
- lib/kaltura/constants/report_type.rb
Overview
The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.
Constant Summary collapse
- TOP_CONTENT =
Top content report
1
- CONTENT_DROPOFF =
content drop-off report
2
- CONTENT_INTERACTIONS =
content interactions report
3
- MAP_OVERLAY =
map overlay report
4
- TOP_CONTRIBUTORS =
top contributors report
5
- TOP_SYNDICATION =
top syndication report
6
- CONTENT_CONTRIBUTIONS =
content contributions report
7
- ADMIN_CONSOLE =
admin console report
10