2.7.0 • Published 2 months ago

@datazoom/collector_dailymotion v2.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Dailymotion

Introduction

Datazoom is a high availability real-time data collection solution. This document summarizes how to integrate with the Datazoom platform.

Installation

npm i @datazoom/collector_dailymotion

Plugin Initialisation

datazoom.init({ 
    configuration_id:"CONFIG_ID"
});

Note: Replace the CONFIG_ID value with the collector configuration ID.

Usage

To activate data collection for Akamai instance, create a Datazoom context which references the player instance with the following snippet:

let playerContext = datazoom.createContext(playerManager);

Example

import datazoom from '@datazoom/collector_dailymotion'
...
let playerContext;
...
datazoom.init({ 
    configuration_id:"CONFIG_ID"
});
playerContext = datazoom.createContext(playerManager);
2.7.0

2 months ago

2.6.0

3 months ago

2.5.0

3 months ago

2.4.0

3 months ago

2.3.0

4 months ago

2.2.0

4 months ago

2.1.0

5 months ago