@bitmovin/api-sdk 1.188.0 → 1.190.0
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 +1 -1
- package/dist/analytics/impressions/ImpressionsApi.d.ts +0 -10
- package/dist/analytics/impressions/ImpressionsApi.js +0 -16
- package/dist/bitmovin-api-sdk.browser.js +23 -187
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/CencFairPlay.d.ts +1 -1
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.d.ts +7 -0
- package/dist/notifications/webhooks/encoding/manifest/error/ErrorApi.js +11 -0
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.d.ts +7 -0
- package/dist/notifications/webhooks/encoding/manifest/finished/FinishedApi.js +11 -0
- package/package.json +1 -1
- package/dist/models/AnalyticsImpressionSample.d.ts +0 -687
- package/dist/models/AnalyticsImpressionSample.js +0 -131
- package/dist/models/AnalyticsVideoStartFailedReason.d.ts +0 -11
- package/dist/models/AnalyticsVideoStartFailedReason.js +0 -15
|
@@ -1,687 +0,0 @@
|
|
|
1
|
-
import AnalyticsVideoStartFailedReason from './AnalyticsVideoStartFailedReason';
|
|
2
|
-
/**
|
|
3
|
-
* @export
|
|
4
|
-
* @class AnalyticsImpressionSample
|
|
5
|
-
*/
|
|
6
|
-
export declare class AnalyticsImpressionSample {
|
|
7
|
-
/**
|
|
8
|
-
* Is an ad playing. 0 indicates no, 1 indicates yes
|
|
9
|
-
* @type {number}
|
|
10
|
-
* @memberof AnalyticsImpressionSample
|
|
11
|
-
*/
|
|
12
|
-
ad?: number;
|
|
13
|
-
/**
|
|
14
|
-
* Collector version
|
|
15
|
-
* @type {string}
|
|
16
|
-
* @memberof AnalyticsImpressionSample
|
|
17
|
-
*/
|
|
18
|
-
analyticsVersion?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Audio Bitrate
|
|
21
|
-
* @type {number}
|
|
22
|
-
* @memberof AnalyticsImpressionSample
|
|
23
|
-
*/
|
|
24
|
-
audioBitrate?: number;
|
|
25
|
-
/**
|
|
26
|
-
* Audio codec of currently playing stream
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof AnalyticsImpressionSample
|
|
29
|
-
*/
|
|
30
|
-
audioCodec?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Selected audio language
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof AnalyticsImpressionSample
|
|
35
|
-
*/
|
|
36
|
-
audioLanguage?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Autoplay enabled
|
|
39
|
-
* @type {boolean}
|
|
40
|
-
* @memberof AnalyticsImpressionSample
|
|
41
|
-
*/
|
|
42
|
-
autoplay?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* Browser name
|
|
45
|
-
* @type {string}
|
|
46
|
-
* @memberof AnalyticsImpressionSample
|
|
47
|
-
*/
|
|
48
|
-
browser?: string;
|
|
49
|
-
/**
|
|
50
|
-
* Browser version major
|
|
51
|
-
* @type {string}
|
|
52
|
-
* @memberof AnalyticsImpressionSample
|
|
53
|
-
*/
|
|
54
|
-
browserVersionMajor?: string;
|
|
55
|
-
/**
|
|
56
|
-
* Browser version minor
|
|
57
|
-
* @type {string}
|
|
58
|
-
* @memberof AnalyticsImpressionSample
|
|
59
|
-
*/
|
|
60
|
-
browserVersionMinor?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Milliseconds the player buffered
|
|
63
|
-
* @type {number}
|
|
64
|
-
* @memberof AnalyticsImpressionSample
|
|
65
|
-
*/
|
|
66
|
-
buffered?: number;
|
|
67
|
-
/**
|
|
68
|
-
* CDN Provider
|
|
69
|
-
* @type {string}
|
|
70
|
-
* @memberof AnalyticsImpressionSample
|
|
71
|
-
*/
|
|
72
|
-
cdnProvider?: string;
|
|
73
|
-
/**
|
|
74
|
-
* Casting Technology
|
|
75
|
-
* @type {string}
|
|
76
|
-
* @memberof AnalyticsImpressionSample
|
|
77
|
-
*/
|
|
78
|
-
castTech?: string;
|
|
79
|
-
/**
|
|
80
|
-
* City
|
|
81
|
-
* @type {string}
|
|
82
|
-
* @memberof AnalyticsImpressionSample
|
|
83
|
-
*/
|
|
84
|
-
city?: string;
|
|
85
|
-
/**
|
|
86
|
-
* Current time of the client
|
|
87
|
-
* @type {number}
|
|
88
|
-
* @memberof AnalyticsImpressionSample
|
|
89
|
-
*/
|
|
90
|
-
clientTime?: number;
|
|
91
|
-
/**
|
|
92
|
-
* Country
|
|
93
|
-
* @type {string}
|
|
94
|
-
* @memberof AnalyticsImpressionSample
|
|
95
|
-
*/
|
|
96
|
-
country?: string;
|
|
97
|
-
/**
|
|
98
|
-
* Custom user ID
|
|
99
|
-
* @type {string}
|
|
100
|
-
* @memberof AnalyticsImpressionSample
|
|
101
|
-
*/
|
|
102
|
-
customUserId?: string;
|
|
103
|
-
/**
|
|
104
|
-
* Free form data set via the customData1 field in the analytics collector configuration
|
|
105
|
-
* @type {string}
|
|
106
|
-
* @memberof AnalyticsImpressionSample
|
|
107
|
-
*/
|
|
108
|
-
customData1?: string;
|
|
109
|
-
/**
|
|
110
|
-
* Free form data set via the customData2 field in the analytics collector configuration
|
|
111
|
-
* @type {string}
|
|
112
|
-
* @memberof AnalyticsImpressionSample
|
|
113
|
-
*/
|
|
114
|
-
customData2?: string;
|
|
115
|
-
/**
|
|
116
|
-
* Free form data set via the customData3 field in the analytics collector configuration
|
|
117
|
-
* @type {string}
|
|
118
|
-
* @memberof AnalyticsImpressionSample
|
|
119
|
-
*/
|
|
120
|
-
customData3?: string;
|
|
121
|
-
/**
|
|
122
|
-
* Free form data set via the customData4 field in the analytics collector configuration
|
|
123
|
-
* @type {string}
|
|
124
|
-
* @memberof AnalyticsImpressionSample
|
|
125
|
-
*/
|
|
126
|
-
customData4?: string;
|
|
127
|
-
/**
|
|
128
|
-
* Free form data set via the customData5 field in the analytics collector configuration
|
|
129
|
-
* @type {string}
|
|
130
|
-
* @memberof AnalyticsImpressionSample
|
|
131
|
-
*/
|
|
132
|
-
customData5?: string;
|
|
133
|
-
/**
|
|
134
|
-
* Free form data set via the customData6 field in the analytics collector configuration
|
|
135
|
-
* @type {string}
|
|
136
|
-
* @memberof AnalyticsImpressionSample
|
|
137
|
-
*/
|
|
138
|
-
customData6?: string;
|
|
139
|
-
/**
|
|
140
|
-
* Free form data set via the customData7 field in the analytics collector configuration
|
|
141
|
-
* @type {string}
|
|
142
|
-
* @memberof AnalyticsImpressionSample
|
|
143
|
-
*/
|
|
144
|
-
customData7?: string;
|
|
145
|
-
/**
|
|
146
|
-
* Free form data set via the customData8 field in the analytics collector configuration
|
|
147
|
-
* @type {string}
|
|
148
|
-
* @memberof AnalyticsImpressionSample
|
|
149
|
-
*/
|
|
150
|
-
customData8?: string;
|
|
151
|
-
/**
|
|
152
|
-
* Free form data set via the customData9 field in the analytics collector configuration
|
|
153
|
-
* @type {string}
|
|
154
|
-
* @memberof AnalyticsImpressionSample
|
|
155
|
-
*/
|
|
156
|
-
customData9?: string;
|
|
157
|
-
/**
|
|
158
|
-
* Free form data set via the customData10 field in the analytics collector configuration
|
|
159
|
-
* @type {string}
|
|
160
|
-
* @memberof AnalyticsImpressionSample
|
|
161
|
-
*/
|
|
162
|
-
customData10?: string;
|
|
163
|
-
/**
|
|
164
|
-
* Free form data set via the customData11 field in the analytics collector configuration
|
|
165
|
-
* @type {string}
|
|
166
|
-
* @memberof AnalyticsImpressionSample
|
|
167
|
-
*/
|
|
168
|
-
customData11?: string;
|
|
169
|
-
/**
|
|
170
|
-
* Free form data set via the customData12 field in the analytics collector configuration
|
|
171
|
-
* @type {string}
|
|
172
|
-
* @memberof AnalyticsImpressionSample
|
|
173
|
-
*/
|
|
174
|
-
customData12?: string;
|
|
175
|
-
/**
|
|
176
|
-
* Free form data set via the customData13 field in the analytics collector configuration
|
|
177
|
-
* @type {string}
|
|
178
|
-
* @memberof AnalyticsImpressionSample
|
|
179
|
-
*/
|
|
180
|
-
customData13?: string;
|
|
181
|
-
/**
|
|
182
|
-
* Free form data set via the customData14 field in the analytics collector configuration
|
|
183
|
-
* @type {string}
|
|
184
|
-
* @memberof AnalyticsImpressionSample
|
|
185
|
-
*/
|
|
186
|
-
customData14?: string;
|
|
187
|
-
/**
|
|
188
|
-
* Free form data set via the customData15 field in the analytics collector configuration
|
|
189
|
-
* @type {string}
|
|
190
|
-
* @memberof AnalyticsImpressionSample
|
|
191
|
-
*/
|
|
192
|
-
customData15?: string;
|
|
193
|
-
/**
|
|
194
|
-
* Free form data set via the customData16 field in the analytics collector configuration
|
|
195
|
-
* @type {string}
|
|
196
|
-
* @memberof AnalyticsImpressionSample
|
|
197
|
-
*/
|
|
198
|
-
customData16?: string;
|
|
199
|
-
/**
|
|
200
|
-
* Free form data set via the customData17 field in the analytics collector configuration
|
|
201
|
-
* @type {string}
|
|
202
|
-
* @memberof AnalyticsImpressionSample
|
|
203
|
-
*/
|
|
204
|
-
customData17?: string;
|
|
205
|
-
/**
|
|
206
|
-
* Free form data set via the customData18 field in the analytics collector configuration
|
|
207
|
-
* @type {string}
|
|
208
|
-
* @memberof AnalyticsImpressionSample
|
|
209
|
-
*/
|
|
210
|
-
customData18?: string;
|
|
211
|
-
/**
|
|
212
|
-
* Free form data set via the customData19 field in the analytics collector configuration
|
|
213
|
-
* @type {string}
|
|
214
|
-
* @memberof AnalyticsImpressionSample
|
|
215
|
-
*/
|
|
216
|
-
customData19?: string;
|
|
217
|
-
/**
|
|
218
|
-
* Free form data set via the customData20 field in the analytics collector configuration
|
|
219
|
-
* @type {string}
|
|
220
|
-
* @memberof AnalyticsImpressionSample
|
|
221
|
-
*/
|
|
222
|
-
customData20?: string;
|
|
223
|
-
/**
|
|
224
|
-
* Free form data set via the customData21 field in the analytics collector configuration
|
|
225
|
-
* @type {string}
|
|
226
|
-
* @memberof AnalyticsImpressionSample
|
|
227
|
-
*/
|
|
228
|
-
customData21?: string;
|
|
229
|
-
/**
|
|
230
|
-
* Free form data set via the customData22 field in the analytics collector configuration
|
|
231
|
-
* @type {string}
|
|
232
|
-
* @memberof AnalyticsImpressionSample
|
|
233
|
-
*/
|
|
234
|
-
customData22?: string;
|
|
235
|
-
/**
|
|
236
|
-
* Free form data set via the customData23 field in the analytics collector configuration
|
|
237
|
-
* @type {string}
|
|
238
|
-
* @memberof AnalyticsImpressionSample
|
|
239
|
-
*/
|
|
240
|
-
customData23?: string;
|
|
241
|
-
/**
|
|
242
|
-
* Free form data set via the customData24 field in the analytics collector configuration
|
|
243
|
-
* @type {string}
|
|
244
|
-
* @memberof AnalyticsImpressionSample
|
|
245
|
-
*/
|
|
246
|
-
customData24?: string;
|
|
247
|
-
/**
|
|
248
|
-
* Free form data set via the customData25 field in the analytics collector configuration
|
|
249
|
-
* @type {string}
|
|
250
|
-
* @memberof AnalyticsImpressionSample
|
|
251
|
-
*/
|
|
252
|
-
customData25?: string;
|
|
253
|
-
/**
|
|
254
|
-
* Free form data set via the customData26 field in the analytics collector configuration
|
|
255
|
-
* @type {string}
|
|
256
|
-
* @memberof AnalyticsImpressionSample
|
|
257
|
-
*/
|
|
258
|
-
customData26?: string;
|
|
259
|
-
/**
|
|
260
|
-
* Free form data set via the customData27 field in the analytics collector configuration
|
|
261
|
-
* @type {string}
|
|
262
|
-
* @memberof AnalyticsImpressionSample
|
|
263
|
-
*/
|
|
264
|
-
customData27?: string;
|
|
265
|
-
/**
|
|
266
|
-
* Free form data set via the customData28 field in the analytics collector configuration
|
|
267
|
-
* @type {string}
|
|
268
|
-
* @memberof AnalyticsImpressionSample
|
|
269
|
-
*/
|
|
270
|
-
customData28?: string;
|
|
271
|
-
/**
|
|
272
|
-
* Free form data set via the customData29 field in the analytics collector configuration
|
|
273
|
-
* @type {string}
|
|
274
|
-
* @memberof AnalyticsImpressionSample
|
|
275
|
-
*/
|
|
276
|
-
customData29?: string;
|
|
277
|
-
/**
|
|
278
|
-
* Free form data set via the customData30 field in the analytics collector configuration
|
|
279
|
-
* @type {string}
|
|
280
|
-
* @memberof AnalyticsImpressionSample
|
|
281
|
-
*/
|
|
282
|
-
customData30?: string;
|
|
283
|
-
/**
|
|
284
|
-
* Type of device (Desktop, Phone, Tablet)
|
|
285
|
-
* @type {string}
|
|
286
|
-
* @memberof AnalyticsImpressionSample
|
|
287
|
-
*/
|
|
288
|
-
deviceClass?: string;
|
|
289
|
-
/**
|
|
290
|
-
* Type of the device detected via User Agent
|
|
291
|
-
* @type {string}
|
|
292
|
-
* @memberof AnalyticsImpressionSample
|
|
293
|
-
*/
|
|
294
|
-
deviceType?: string;
|
|
295
|
-
/**
|
|
296
|
-
* Domain the player was loaded on (.www is stripped away)
|
|
297
|
-
* @type {string}
|
|
298
|
-
* @memberof AnalyticsImpressionSample
|
|
299
|
-
*/
|
|
300
|
-
domain?: string;
|
|
301
|
-
/**
|
|
302
|
-
* Time in milliseconds it took the DRM server to respond
|
|
303
|
-
* @type {number}
|
|
304
|
-
* @memberof AnalyticsImpressionSample
|
|
305
|
-
*/
|
|
306
|
-
drmLoadTime?: number;
|
|
307
|
-
/**
|
|
308
|
-
* DRM system used for this impression
|
|
309
|
-
* @type {string}
|
|
310
|
-
* @memberof AnalyticsImpressionSample
|
|
311
|
-
*/
|
|
312
|
-
drmType?: string;
|
|
313
|
-
/**
|
|
314
|
-
* Dropped frames during playback
|
|
315
|
-
* @type {number}
|
|
316
|
-
* @memberof AnalyticsImpressionSample
|
|
317
|
-
*/
|
|
318
|
-
droppedFrames?: number;
|
|
319
|
-
/**
|
|
320
|
-
* Duration of the sample in milliseconds
|
|
321
|
-
* @type {number}
|
|
322
|
-
* @memberof AnalyticsImpressionSample
|
|
323
|
-
*/
|
|
324
|
-
duration?: number;
|
|
325
|
-
/**
|
|
326
|
-
* Error code
|
|
327
|
-
* @type {number}
|
|
328
|
-
* @memberof AnalyticsImpressionSample
|
|
329
|
-
*/
|
|
330
|
-
errorCode?: number;
|
|
331
|
-
/**
|
|
332
|
-
* Error message
|
|
333
|
-
* @type {string}
|
|
334
|
-
* @memberof AnalyticsImpressionSample
|
|
335
|
-
*/
|
|
336
|
-
errorMessage?: string;
|
|
337
|
-
/**
|
|
338
|
-
* A/B test experiment name
|
|
339
|
-
* @type {string}
|
|
340
|
-
* @memberof AnalyticsImpressionSample
|
|
341
|
-
*/
|
|
342
|
-
experimentName?: string;
|
|
343
|
-
/**
|
|
344
|
-
* Random UUID that is used to identify a session (required)
|
|
345
|
-
* @type {string}
|
|
346
|
-
* @memberof AnalyticsImpressionSample
|
|
347
|
-
*/
|
|
348
|
-
impressionId?: string;
|
|
349
|
-
/**
|
|
350
|
-
* IP Address of the client
|
|
351
|
-
* @type {string}
|
|
352
|
-
* @memberof AnalyticsImpressionSample
|
|
353
|
-
*/
|
|
354
|
-
ipAddress?: string;
|
|
355
|
-
/**
|
|
356
|
-
* Is chromecast active
|
|
357
|
-
* @type {boolean}
|
|
358
|
-
* @memberof AnalyticsImpressionSample
|
|
359
|
-
*/
|
|
360
|
-
isCasting?: boolean;
|
|
361
|
-
/**
|
|
362
|
-
* Is the stream live or VoD
|
|
363
|
-
* @type {boolean}
|
|
364
|
-
* @memberof AnalyticsImpressionSample
|
|
365
|
-
*/
|
|
366
|
-
isLive?: boolean;
|
|
367
|
-
/**
|
|
368
|
-
* Is the player muted
|
|
369
|
-
* @type {boolean}
|
|
370
|
-
* @memberof AnalyticsImpressionSample
|
|
371
|
-
*/
|
|
372
|
-
isMuted?: boolean;
|
|
373
|
-
/**
|
|
374
|
-
* The users Internet Service Provider inferred via the IP address
|
|
375
|
-
* @type {string}
|
|
376
|
-
* @memberof AnalyticsImpressionSample
|
|
377
|
-
*/
|
|
378
|
-
isp?: string;
|
|
379
|
-
/**
|
|
380
|
-
* Language set in the browser
|
|
381
|
-
* @type {string}
|
|
382
|
-
* @memberof AnalyticsImpressionSample
|
|
383
|
-
*/
|
|
384
|
-
language?: string;
|
|
385
|
-
/**
|
|
386
|
-
* Analytics license key
|
|
387
|
-
* @type {string}
|
|
388
|
-
* @memberof AnalyticsImpressionSample
|
|
389
|
-
*/
|
|
390
|
-
licenseKey?: string;
|
|
391
|
-
/**
|
|
392
|
-
* URL of the HLS source
|
|
393
|
-
* @type {string}
|
|
394
|
-
* @memberof AnalyticsImpressionSample
|
|
395
|
-
*/
|
|
396
|
-
m3u8Url?: string;
|
|
397
|
-
/**
|
|
398
|
-
* URL of the DASH source
|
|
399
|
-
* @type {string}
|
|
400
|
-
* @memberof AnalyticsImpressionSample
|
|
401
|
-
*/
|
|
402
|
-
mpdUrl?: string;
|
|
403
|
-
/**
|
|
404
|
-
* Operating system
|
|
405
|
-
* @type {string}
|
|
406
|
-
* @memberof AnalyticsImpressionSample
|
|
407
|
-
*/
|
|
408
|
-
operatingsystem?: string;
|
|
409
|
-
/**
|
|
410
|
-
* Operating system version major
|
|
411
|
-
* @type {string}
|
|
412
|
-
* @memberof AnalyticsImpressionSample
|
|
413
|
-
*/
|
|
414
|
-
operatingsystemVersionMajor?: string;
|
|
415
|
-
/**
|
|
416
|
-
* Operating system version minor
|
|
417
|
-
* @type {string}
|
|
418
|
-
* @memberof AnalyticsImpressionSample
|
|
419
|
-
*/
|
|
420
|
-
operatingsystemVersionMinor?: string;
|
|
421
|
-
/**
|
|
422
|
-
* Time in milliseconds the page took to load
|
|
423
|
-
* @type {number}
|
|
424
|
-
* @memberof AnalyticsImpressionSample
|
|
425
|
-
*/
|
|
426
|
-
pageLoadTime?: number;
|
|
427
|
-
/**
|
|
428
|
-
* Player load type. 1 = Foreground, 2 = Background
|
|
429
|
-
* @type {number}
|
|
430
|
-
* @memberof AnalyticsImpressionSample
|
|
431
|
-
*/
|
|
432
|
-
pageLoadType?: number;
|
|
433
|
-
/**
|
|
434
|
-
* path on the website
|
|
435
|
-
* @type {string}
|
|
436
|
-
* @memberof AnalyticsImpressionSample
|
|
437
|
-
*/
|
|
438
|
-
path?: string;
|
|
439
|
-
/**
|
|
440
|
-
* Milliseconds the player was paused
|
|
441
|
-
* @type {number}
|
|
442
|
-
* @memberof AnalyticsImpressionSample
|
|
443
|
-
*/
|
|
444
|
-
paused?: number;
|
|
445
|
-
/**
|
|
446
|
-
* Platform the player is running on (web, android, ios)
|
|
447
|
-
* @type {string}
|
|
448
|
-
* @memberof AnalyticsImpressionSample
|
|
449
|
-
*/
|
|
450
|
-
platform?: string;
|
|
451
|
-
/**
|
|
452
|
-
* Milliseconds the player played
|
|
453
|
-
* @type {number}
|
|
454
|
-
* @memberof AnalyticsImpressionSample
|
|
455
|
-
*/
|
|
456
|
-
played?: number;
|
|
457
|
-
/**
|
|
458
|
-
* Video player being used for this session
|
|
459
|
-
* @type {string}
|
|
460
|
-
* @memberof AnalyticsImpressionSample
|
|
461
|
-
*/
|
|
462
|
-
player?: string;
|
|
463
|
-
/**
|
|
464
|
-
* Player license key
|
|
465
|
-
* @type {string}
|
|
466
|
-
* @memberof AnalyticsImpressionSample
|
|
467
|
-
*/
|
|
468
|
-
playerKey?: string;
|
|
469
|
-
/**
|
|
470
|
-
* Time in milliseconds the player took to start up
|
|
471
|
-
* @type {number}
|
|
472
|
-
* @memberof AnalyticsImpressionSample
|
|
473
|
-
*/
|
|
474
|
-
playerStartuptime?: number;
|
|
475
|
-
/**
|
|
476
|
-
* HTML or native playback
|
|
477
|
-
* @type {string}
|
|
478
|
-
* @memberof AnalyticsImpressionSample
|
|
479
|
-
*/
|
|
480
|
-
playerTech?: string;
|
|
481
|
-
/**
|
|
482
|
-
* Player software version
|
|
483
|
-
* @type {string}
|
|
484
|
-
* @memberof AnalyticsImpressionSample
|
|
485
|
-
*/
|
|
486
|
-
playerVersion?: string;
|
|
487
|
-
/**
|
|
488
|
-
* URL of the progressive MP4 source
|
|
489
|
-
* @type {string}
|
|
490
|
-
* @memberof AnalyticsImpressionSample
|
|
491
|
-
*/
|
|
492
|
-
progUrl?: string;
|
|
493
|
-
/**
|
|
494
|
-
* Geographic region (ISO 3166-2 code)
|
|
495
|
-
* @type {string}
|
|
496
|
-
* @memberof AnalyticsImpressionSample
|
|
497
|
-
*/
|
|
498
|
-
region?: string;
|
|
499
|
-
/**
|
|
500
|
-
* Screen as reported by the browser
|
|
501
|
-
* @type {number}
|
|
502
|
-
* @memberof AnalyticsImpressionSample
|
|
503
|
-
*/
|
|
504
|
-
screenHeight?: number;
|
|
505
|
-
/**
|
|
506
|
-
* Screen as reported by the browser
|
|
507
|
-
* @type {number}
|
|
508
|
-
* @memberof AnalyticsImpressionSample
|
|
509
|
-
*/
|
|
510
|
-
screenWidth?: number;
|
|
511
|
-
/**
|
|
512
|
-
* Screen orientation (PORTRAIT, LANDSCAPE OR UNKNOWN)
|
|
513
|
-
* @type {string}
|
|
514
|
-
* @memberof AnalyticsImpressionSample
|
|
515
|
-
*/
|
|
516
|
-
screenOrientation?: string;
|
|
517
|
-
/**
|
|
518
|
-
* Milliseconds it took the player to seek
|
|
519
|
-
* @type {number}
|
|
520
|
-
* @memberof AnalyticsImpressionSample
|
|
521
|
-
*/
|
|
522
|
-
seeked?: number;
|
|
523
|
-
/**
|
|
524
|
-
* Number of video segments downloaded
|
|
525
|
-
* @type {number}
|
|
526
|
-
* @memberof AnalyticsImpressionSample
|
|
527
|
-
*/
|
|
528
|
-
segmentDownloadCount?: number;
|
|
529
|
-
/**
|
|
530
|
-
* Size of downloaded video segments (byte)
|
|
531
|
-
* @type {number}
|
|
532
|
-
* @memberof AnalyticsImpressionSample
|
|
533
|
-
*/
|
|
534
|
-
segmentDownloadSize?: number;
|
|
535
|
-
/**
|
|
536
|
-
* Cumulative time needed to download video segments
|
|
537
|
-
* @type {number}
|
|
538
|
-
* @memberof AnalyticsImpressionSample
|
|
539
|
-
*/
|
|
540
|
-
segmentDownloadTime?: number;
|
|
541
|
-
/**
|
|
542
|
-
* Sequence number of the sample in which it occurred in the session
|
|
543
|
-
* @type {number}
|
|
544
|
-
* @memberof AnalyticsImpressionSample
|
|
545
|
-
*/
|
|
546
|
-
sequenceNumber?: number;
|
|
547
|
-
/**
|
|
548
|
-
* Video size (FULLSCREEN or WINDOW)
|
|
549
|
-
* @type {string}
|
|
550
|
-
* @memberof AnalyticsImpressionSample
|
|
551
|
-
*/
|
|
552
|
-
size?: string;
|
|
553
|
-
/**
|
|
554
|
-
* Combination of player- and videoStartuptime
|
|
555
|
-
* @type {number}
|
|
556
|
-
* @memberof AnalyticsImpressionSample
|
|
557
|
-
*/
|
|
558
|
-
startuptime?: number;
|
|
559
|
-
/**
|
|
560
|
-
* Internal state of the analytics state machine
|
|
561
|
-
* @type {string}
|
|
562
|
-
* @memberof AnalyticsImpressionSample
|
|
563
|
-
*/
|
|
564
|
-
state?: string;
|
|
565
|
-
/**
|
|
566
|
-
* Format of the stream (HLS, DASH, Progressive MP4)
|
|
567
|
-
* @type {string}
|
|
568
|
-
* @memberof AnalyticsImpressionSample
|
|
569
|
-
*/
|
|
570
|
-
streamFormat?: string;
|
|
571
|
-
/**
|
|
572
|
-
* Subtitle enabled
|
|
573
|
-
* @type {boolean}
|
|
574
|
-
* @memberof AnalyticsImpressionSample
|
|
575
|
-
*/
|
|
576
|
-
subtitleEnabled?: boolean;
|
|
577
|
-
/**
|
|
578
|
-
* Selected subtitle language
|
|
579
|
-
* @type {string}
|
|
580
|
-
* @memberof AnalyticsImpressionSample
|
|
581
|
-
*/
|
|
582
|
-
subtitleLanguage?: string;
|
|
583
|
-
/**
|
|
584
|
-
* Video codecs supported by platform/browser
|
|
585
|
-
* @type {string[]}
|
|
586
|
-
* @memberof AnalyticsImpressionSample
|
|
587
|
-
*/
|
|
588
|
-
supportedVideoCodes?: string[];
|
|
589
|
-
/**
|
|
590
|
-
* Current time in milliseconds
|
|
591
|
-
* @type {number}
|
|
592
|
-
* @memberof AnalyticsImpressionSample
|
|
593
|
-
*/
|
|
594
|
-
time?: number;
|
|
595
|
-
/**
|
|
596
|
-
* ID that is persisted across sessions to identify a browser
|
|
597
|
-
* @type {string}
|
|
598
|
-
* @memberof AnalyticsImpressionSample
|
|
599
|
-
*/
|
|
600
|
-
userId?: string;
|
|
601
|
-
/**
|
|
602
|
-
* Bitrate of the played back video rendition
|
|
603
|
-
* @type {number}
|
|
604
|
-
* @memberof AnalyticsImpressionSample
|
|
605
|
-
*/
|
|
606
|
-
videoBitrate?: number;
|
|
607
|
-
/**
|
|
608
|
-
* Video codec of current stream
|
|
609
|
-
* @type {string}
|
|
610
|
-
* @memberof AnalyticsImpressionSample
|
|
611
|
-
*/
|
|
612
|
-
videoCodec?: string;
|
|
613
|
-
/**
|
|
614
|
-
* Length of the video in milliseconds
|
|
615
|
-
* @type {number}
|
|
616
|
-
* @memberof AnalyticsImpressionSample
|
|
617
|
-
*/
|
|
618
|
-
videoDuration?: number;
|
|
619
|
-
/**
|
|
620
|
-
* ID of the video as configured via the analytics config
|
|
621
|
-
* @type {string}
|
|
622
|
-
* @memberof AnalyticsImpressionSample
|
|
623
|
-
*/
|
|
624
|
-
videoId?: string;
|
|
625
|
-
/**
|
|
626
|
-
* Free form human readable video title as configured in the analytics config
|
|
627
|
-
* @type {string}
|
|
628
|
-
* @memberof AnalyticsImpressionSample
|
|
629
|
-
*/
|
|
630
|
-
videoTitle?: string;
|
|
631
|
-
/**
|
|
632
|
-
* Resolution of the played back Video Rendition
|
|
633
|
-
* @type {number}
|
|
634
|
-
* @memberof AnalyticsImpressionSample
|
|
635
|
-
*/
|
|
636
|
-
videoPlaybackHeight?: number;
|
|
637
|
-
/**
|
|
638
|
-
* Resolution of the played back Video Rendition
|
|
639
|
-
* @type {number}
|
|
640
|
-
* @memberof AnalyticsImpressionSample
|
|
641
|
-
*/
|
|
642
|
-
videoPlaybackWidth?: number;
|
|
643
|
-
/**
|
|
644
|
-
* Time in milliseconds it took to start video playback
|
|
645
|
-
* @type {number}
|
|
646
|
-
* @memberof AnalyticsImpressionSample
|
|
647
|
-
*/
|
|
648
|
-
videoStartuptime?: number;
|
|
649
|
-
/**
|
|
650
|
-
* End time of the sample in the video (milliseconds)
|
|
651
|
-
* @type {number}
|
|
652
|
-
* @memberof AnalyticsImpressionSample
|
|
653
|
-
*/
|
|
654
|
-
videotimeEnd?: number;
|
|
655
|
-
/**
|
|
656
|
-
* Start time of the sample in the video (milliseconds)
|
|
657
|
-
* @type {number}
|
|
658
|
-
* @memberof AnalyticsImpressionSample
|
|
659
|
-
*/
|
|
660
|
-
videotimeStart?: number;
|
|
661
|
-
/**
|
|
662
|
-
* Height of the video player on the page
|
|
663
|
-
* @type {number}
|
|
664
|
-
* @memberof AnalyticsImpressionSample
|
|
665
|
-
*/
|
|
666
|
-
videoWindowHeight?: number;
|
|
667
|
-
/**
|
|
668
|
-
* Width of the video player on the page
|
|
669
|
-
* @type {number}
|
|
670
|
-
* @memberof AnalyticsImpressionSample
|
|
671
|
-
*/
|
|
672
|
-
videoWindowWidth?: number;
|
|
673
|
-
/**
|
|
674
|
-
* True if starting the video failed
|
|
675
|
-
* @type {boolean}
|
|
676
|
-
* @memberof AnalyticsImpressionSample
|
|
677
|
-
*/
|
|
678
|
-
videostartFailed?: boolean;
|
|
679
|
-
/**
|
|
680
|
-
* Reason why starting the video failed
|
|
681
|
-
* @type {AnalyticsVideoStartFailedReason}
|
|
682
|
-
* @memberof AnalyticsImpressionSample
|
|
683
|
-
*/
|
|
684
|
-
videostartFailedReason?: AnalyticsVideoStartFailedReason;
|
|
685
|
-
constructor(obj?: Partial<AnalyticsImpressionSample>);
|
|
686
|
-
}
|
|
687
|
-
export default AnalyticsImpressionSample;
|