CDN Log Processing
CDN Logs can now be delivered to these additional Connectors:
- New Relic
- Amplitude
- Google BigQuery
- Google Analytics
- AWS Kinesis Data Streams
Data Points
Events
- Ad Play - Fired whenever an ad starts playing or when an ad is unpaused.
Fluxdata
- bufferFill - Percent utilization of playback buffer for storing video segments before they are shown by the video player. A bufferFill near 100% indicates that the video segments are downloading quickly enough to keep pace with the video playback of the user & should produce minimal buffering interruptions.
- milestonePercent - Number indicating the percentage milestone represented by the event fired. Attribute of Content Milestone & Ad Milestone
- sessionStartTimestamp - Start time of the current user session
Roku
Events
- Custom Event - Add any user or system behavioral event to the Datazoom data stream. Requires custom coding on the page or in the app by customer developer.
- Datazoom Loaded - Signifies that the Datazoom SDK has been loaded and activated. At this point, the video player can be instantiated or custom events can be sent by the application.
- Heartbeat - Periodic event that contains all of the selected FluxData metrics fired at the specified Heartbeat interval.
Fluxdata
- bitrate - The bits per second of the currently selected asset from the video manifest. This is a proxy for quality and a good determinant of overall delivery costs/network consumption.
- viewStartTimestamp - Start time of a new video view for the current user session. (Epoch UTC). Typically a new View begins with a Playback Request.
- customMetadata - Customers can add any user or system data to the Datazoom data stream. Requires custom coding on the page or in the app by customer developer.
- source - Returns the URL of the current media file
Shaka Player
Events
- Seek End - Event is fired when the user stops moving the playhead position forward or backwards to jump to a specific point on the timeline. This event includes attributes seekStartPoint & seekEndPoint to mark the starting & ending points of a seek event, representing the content timecode in milliseconds
- Seek Start - Event records when the user interacts with content timeline by moving the playhead position forward or backwards to jump to a specific point on the timeline.
Fluxdata
- bitrate - The bits per second of the currently selected asset from the video manifest. This is a proxy for quality and a good determinant of overall delivery costs/network consumption.
- timeSinceSeekStart - Time interval since the occurrence of a Seek Start event, reported in milliseconds. Value is reset to zero at the start of a new video View or when Seek Start event occurs.
- seekEndPoint - The ending point of a seek event, representing the content timecode in milliseconds. Value will appear as an attribute on Seek End events
- seekStartPoint - The starting point of a seek event, representing the content timecode in milliseconds. Value will appear as an attribute on Seek End events
- sessionStartTimestamp - Start time of the current user session
tvOS
Events
- Datazoom Loaded - Signifies that the Datazoom SDK has been loaded and activated. At this point, the video player can be instantiated or custom events can be sent by the application.
- Heartbeat - Periodic event that contains all of the selected FluxData metrics fired at the specified Heartbeat interval.
- Seek End - Event is fired when the user stops moving the playhead position forward or backwards to jump to a specific point on the timeline. This event includes attributes seekStartPoint & seekEndPoint to mark the starting & ending points of a seek event, representing the content timecode in milliseconds
- seekEndPoint - The ending point of a seek event, representing the content timecode in milliseconds. Value will appear as an attribute on Seek End events
Comments
0 comments
Article is closed for comments.