@playkit-js/media-melon 1.0.16-canary.0-8da05d7 → 1.0.16-canary.0-59bfa22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,39 +17,37 @@ and transpiled in ECMAScript5 using [Babel](https://babeljs.io/) and the [TypeSc
17
17
  ## Configuration
18
18
 
19
19
  ```js
20
- plugins:{
21
- mediaMelon: {
22
- customerId: '13145423100',
23
- domainName: 'DOMAIN_NAME',
24
- subscriberTag: 'SUBSCRIBER_TAG',
25
- subscriberId: 'SUBSCRIBER_ID',
26
- subscriberType: 'SUBSCRIBER_TYPE',
27
- playerName: 'PLAYER_NAME',
28
- playerVersion: 'PLAYER_VERSION',
29
- playerBrand: 'PLAYER_BRAND',
30
- playerModel: 'PLAYER_MODEL',
31
- videoAssetInfo: {
32
- assetId: 'ASSET_ID / MEDIA_ID',
33
- assetName: 'ASSET_NAME',
34
- videoId: 'VIDEO_ID',
35
- seriesTitle: 'SERIES_TITLE',
36
- episodeNumber: 'EPISODE_NUMBER',
37
- season: 'SEASON',
38
- contentType: 'CONTENT_TYPE',
39
- drmProtection: 'DRM_PROTECTION',
40
- genre: 'GENRE',
41
- },
42
- appName: 'APP_NAME',
43
- appVersion: 'APP_VERSION',
44
- deviceMarketingName: 'DEVICE_MARKETING_NAME',
45
- videoQuality: 'VIDEO_QUALITY',
46
- deviceId: 'DEVICE_ID',
47
- videoQuality: "VIDEO_QUALITY",
48
- customTags: {
49
- 'KEY1' : "VALUE1",
50
- 'KEY2' : "VALUE2"
51
- }
52
- }
20
+ {
21
+ "plugins": {
22
+ "mediaMelon": {
23
+ "customerId": "13145423100",
24
+ "domainName": "",
25
+ "subscriberTag": "",
26
+ "subscriberId": "",
27
+ "subscriberType": "",
28
+ "playerName": "",
29
+ "playerVersion": "",
30
+ "playerBrand": "",
31
+ "playerModel": "",
32
+ "videoAssetInfo": {
33
+ "assetId": "",
34
+ "assetName": "",
35
+ "videoId": "",
36
+ "seriesTitle": "",
37
+ "episodeNumber": "",
38
+ "season": "",
39
+ "contentType": "",
40
+ "drmProtection": "",
41
+ "genre": ""
42
+ },
43
+ "appName": "",
44
+ "appVersion": "",
45
+ "deviceMarketingName": "",
46
+ "videoQuality": "",
47
+ "deviceId": "",
48
+ "customTags": {}
49
+ }
50
+ }
53
51
  }
54
52
  ```
55
53