Assets Views [deprecated]
Available since: v1.0.0
| File | Snapshot | Delta | Frequency |
|---|---|---|---|
| assets_views/assets_views_YYYY_MM_dd.csv | :white_check_mark: | :white_check_mark: | Daily |
📘 Please note that front-end clients need to log explicitly for data to get logged.
[block:parameters] { “data”: { “h-0”: “Attribute”, “h-1”: “Required?”, “h-2”: “Value”, “h-3”: “Description”, “0-0”: “ID”, “0-1”: “Yes”, “0-2”: “NUMBER”, “0-3”: “Unique identifier for entity”, “1-0”: “USER_ID”, “1-1”: “Yes”, “1-2”: “NUMBER”, “1-3”: “Foreign key for Users which did the viewing. -1 for non-logged in users.”, “2-0”: “ASSET_ID”, “2-1”: “Yes”, “2-2”: “NUMBER”, “2-3”: “Foreign key for Assets being viewed”, “3-0”: “CATEGORY_ID”, “3-1”: "", “3-2”: “NUMBER”, “3-3”: “Foreign key for Categories of the ASSET being viewed”, “4-0”: “VIDEO_FILE_ID”, “4-1”: "", “4-2”: “NUMBER”, “4-3”: “Id of video file that was played back”, “5-0”: “USER_ACCESS_ID”, “5-1”: "", “5-2”: “NUMBER”, “5-3”: “If the content requires access (i.e. it’s not free) the user_access_id is logged”, “6-0”: “REIGSTERED”, “6-1”: “Yes”, “6-2”: “DATE”, “6-3”: “Datetime of viewing”, “7-0”: “IP”, “7-1”: "", “7-2”: “VARCHAR2”, “7-3”: “IP address of viewer”, “8-0”: “BANDWIDTH”, “8-1”: "", “8-2”: “NUMBER”, “8-3”: “not in use with adaptive streaming”, “9-0”: “PLAY_TYPE”, “9-1”: "", “9-2”: “NUMBER”, “9-3”: “1=live \n2=vod”, “10-0”: “DATE_ID”, “10-1”: "", “10-2”: “NUMBER”, “10-3”: “date as a number, for date queries”, “11-0”: “GEO_COUNTRY”, “11-1”: "", “11-2”: “VARCHAR2”, “11-3”: “country the user was in while viewing”, “12-0”: “GEO_ORGANIZATION”, “12-1”: "", “12-2”: “VARCHAR2”, “12-3”: "", “13-0”: “GEO_ISP”, “13-1”: "", “13-2”: “VARCHAR2”, “13-3”: “ISP of the user”, “14-0”: “CATEGORIES_PLATFORM_ID”, “14-1”: "", “14-2”: “NUMBER”, “14-3”: “Used to log the platform the content was consumed on, via Categories Platforms”, “15-0”: “PLATFORM_ID”, “15-1”: "", “15-2”: “NUMBER”, “15-3”: “Foreign key to Platforms”, “16-0”: “PLATFORM”, “16-1”: "", “16-2”: “VARCHAR2”, “16-3”: “Name of platform”, “17-0”: “REFERRER”, “17-1”: "", “17-2”: “VARCHAR2(128 BYTE)”, “17-3”: “Can be passed along by the front-ends if the user came in to the site from a third-party”, “18-0”: “APP_NAME”, “18-1”: "", “18-2”: “VARCHAR2(64 BYTE)”, “18-3”: “If the content was watched in an app, the app name can be logged. This is a free-text defined by the front-end.” }, “cols”: 4, “rows”: 19, “align”: [ “left”, “left”, “left”, “left” ] } [/block]