@bitmovin/api-sdk 1.208.0 → 1.210.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 -2
- package/dist/analytics/impressions/ImpressionsApi.js +0 -2
- package/dist/bitmovin-api-sdk.browser.js +11 -268
- package/dist/bitmovin-api-sdk.browser.min.js +1 -1
- package/dist/common/RestClient.js +1 -1
- package/dist/models/CloudRegion.d.ts +9 -0
- package/dist/models/CloudRegion.js +9 -0
- package/dist/models/LiveAutoShutdownConfiguration.d.ts +6 -0
- package/dist/models/LiveAutoShutdownConfiguration.js +1 -0
- package/dist/models/index.d.ts +0 -2
- package/dist/models/index.js +0 -2
- package/package.json +1 -1
- package/dist/analytics/impressions/ads/AdsApi.d.ts +0 -21
- package/dist/analytics/impressions/ads/AdsApi.js +0 -49
- package/dist/models/AnalyticsAdsImpressionSample.d.ts +0 -866
- package/dist/models/AnalyticsAdsImpressionSample.js +0 -161
- package/dist/models/AnalyticsAdsImpressionsResponse.d.ts +0 -14
- package/dist/models/AnalyticsAdsImpressionsResponse.js +0 -20
|
@@ -1,866 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @export
|
|
3
|
-
* @class AnalyticsAdsImpressionSample
|
|
4
|
-
*/
|
|
5
|
-
export declare class AnalyticsAdsImpressionSample {
|
|
6
|
-
/**
|
|
7
|
-
* Ad click through url
|
|
8
|
-
* @type {string}
|
|
9
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
10
|
-
*/
|
|
11
|
-
adClickthroughUrl?: string;
|
|
12
|
-
/**
|
|
13
|
-
* Ad description
|
|
14
|
-
* @type {string}
|
|
15
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
16
|
-
*/
|
|
17
|
-
adDescription?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Ad duration
|
|
20
|
-
* @type {number}
|
|
21
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
22
|
-
*/
|
|
23
|
-
adDuration?: number;
|
|
24
|
-
/**
|
|
25
|
-
* Ad fallback index
|
|
26
|
-
* @type {number}
|
|
27
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
28
|
-
*/
|
|
29
|
-
adFallbackIndex?: number;
|
|
30
|
-
/**
|
|
31
|
-
* Ad id
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
34
|
-
*/
|
|
35
|
-
adId?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Ad id player
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
40
|
-
*/
|
|
41
|
-
adIdPlayer?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Ad impression id
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
46
|
-
*/
|
|
47
|
-
adImpressionId?: string;
|
|
48
|
-
/**
|
|
49
|
-
* Ad is persistent
|
|
50
|
-
* @type {boolean}
|
|
51
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
52
|
-
*/
|
|
53
|
-
adIsPersistent?: boolean;
|
|
54
|
-
/**
|
|
55
|
-
* Ad module
|
|
56
|
-
* @type {string}
|
|
57
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
58
|
-
*/
|
|
59
|
-
adModule?: string;
|
|
60
|
-
/**
|
|
61
|
-
* Ad module version
|
|
62
|
-
* @type {string}
|
|
63
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
64
|
-
*/
|
|
65
|
-
adModuleVersion?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Ad offset
|
|
68
|
-
* @type {string}
|
|
69
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
70
|
-
*/
|
|
71
|
-
adOffset?: string;
|
|
72
|
-
/**
|
|
73
|
-
* Ad playback height
|
|
74
|
-
* @type {number}
|
|
75
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
76
|
-
*/
|
|
77
|
-
adPlaybackHeight?: number;
|
|
78
|
-
/**
|
|
79
|
-
* Ad playback width
|
|
80
|
-
* @type {number}
|
|
81
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
82
|
-
*/
|
|
83
|
-
adPlaybackWidth?: number;
|
|
84
|
-
/**
|
|
85
|
-
* Ad pod position
|
|
86
|
-
* @type {number}
|
|
87
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
88
|
-
*/
|
|
89
|
-
adPodPosition?: number;
|
|
90
|
-
/**
|
|
91
|
-
* Ad position
|
|
92
|
-
* @type {string}
|
|
93
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
94
|
-
*/
|
|
95
|
-
adPosition?: string;
|
|
96
|
-
/**
|
|
97
|
-
* Ad preload offset
|
|
98
|
-
* @type {number}
|
|
99
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
100
|
-
*/
|
|
101
|
-
adPreloadOffset?: number;
|
|
102
|
-
/**
|
|
103
|
-
* Ad replace content duration
|
|
104
|
-
* @type {number}
|
|
105
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
106
|
-
*/
|
|
107
|
-
adReplaceContentDuration?: number;
|
|
108
|
-
/**
|
|
109
|
-
* Ad schedule duration
|
|
110
|
-
* @type {number}
|
|
111
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
112
|
-
*/
|
|
113
|
-
adScheduleTime?: number;
|
|
114
|
-
/**
|
|
115
|
-
* Ad skip after
|
|
116
|
-
* @type {number}
|
|
117
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
118
|
-
*/
|
|
119
|
-
adSkipAfter?: number;
|
|
120
|
-
/**
|
|
121
|
-
* Ad is skippable
|
|
122
|
-
* @type {boolean}
|
|
123
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
124
|
-
*/
|
|
125
|
-
adSkippable?: boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Ad startup time
|
|
128
|
-
* @type {number}
|
|
129
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
130
|
-
*/
|
|
131
|
-
adStartupTime?: number;
|
|
132
|
-
/**
|
|
133
|
-
* Ad system
|
|
134
|
-
* @type {string}
|
|
135
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
136
|
-
*/
|
|
137
|
-
adSystem?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Ad tag path
|
|
140
|
-
* @type {string}
|
|
141
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
142
|
-
*/
|
|
143
|
-
adTagPath?: string;
|
|
144
|
-
/**
|
|
145
|
-
* Ad system
|
|
146
|
-
* @type {string}
|
|
147
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
148
|
-
*/
|
|
149
|
-
adTagServer?: string;
|
|
150
|
-
/**
|
|
151
|
-
* Ad tag type
|
|
152
|
-
* @type {string}
|
|
153
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
154
|
-
*/
|
|
155
|
-
adTagType?: string;
|
|
156
|
-
/**
|
|
157
|
-
* Ad tag url
|
|
158
|
-
* @type {string}
|
|
159
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
160
|
-
*/
|
|
161
|
-
adTagUrl?: string;
|
|
162
|
-
/**
|
|
163
|
-
* Ad title
|
|
164
|
-
* @type {string}
|
|
165
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
166
|
-
*/
|
|
167
|
-
adTitle?: string;
|
|
168
|
-
/**
|
|
169
|
-
* Ad wrapper ads count
|
|
170
|
-
* @type {number}
|
|
171
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
172
|
-
*/
|
|
173
|
-
adWrapperAdsCount?: number;
|
|
174
|
-
/**
|
|
175
|
-
* Advertiser name
|
|
176
|
-
* @type {string}
|
|
177
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
178
|
-
*/
|
|
179
|
-
advertiserName?: string;
|
|
180
|
-
/**
|
|
181
|
-
* Analytics version
|
|
182
|
-
* @type {string}
|
|
183
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
184
|
-
*/
|
|
185
|
-
analyticsVersion?: string;
|
|
186
|
-
/**
|
|
187
|
-
* Api framework
|
|
188
|
-
* @type {string}
|
|
189
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
190
|
-
*/
|
|
191
|
-
apiFramework?: string;
|
|
192
|
-
/**
|
|
193
|
-
* Organization id
|
|
194
|
-
* @type {string}
|
|
195
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
196
|
-
*/
|
|
197
|
-
apiorgId?: string;
|
|
198
|
-
/**
|
|
199
|
-
* User id
|
|
200
|
-
* @type {string}
|
|
201
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
202
|
-
*/
|
|
203
|
-
apiuserId?: string;
|
|
204
|
-
/**
|
|
205
|
-
* Audio bitrate
|
|
206
|
-
* @type {number}
|
|
207
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
208
|
-
*/
|
|
209
|
-
audioBitrate?: number;
|
|
210
|
-
/**
|
|
211
|
-
* Is autoplay
|
|
212
|
-
* @type {boolean}
|
|
213
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
214
|
-
*/
|
|
215
|
-
autoplay?: boolean;
|
|
216
|
-
/**
|
|
217
|
-
* Browser name
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
220
|
-
*/
|
|
221
|
-
browser?: string;
|
|
222
|
-
/**
|
|
223
|
-
* Browser is bot
|
|
224
|
-
* @type {boolean}
|
|
225
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
226
|
-
*/
|
|
227
|
-
browserIsBot?: boolean;
|
|
228
|
-
/**
|
|
229
|
-
* Browser version major
|
|
230
|
-
* @type {string}
|
|
231
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
232
|
-
*/
|
|
233
|
-
browserVersionMajor?: string;
|
|
234
|
-
/**
|
|
235
|
-
* Browser version minor
|
|
236
|
-
* @type {string}
|
|
237
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
238
|
-
*/
|
|
239
|
-
browserVersionMinor?: string;
|
|
240
|
-
/**
|
|
241
|
-
* CDN Provider
|
|
242
|
-
* @type {string}
|
|
243
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
244
|
-
*/
|
|
245
|
-
cdnProvider?: string;
|
|
246
|
-
/**
|
|
247
|
-
* City
|
|
248
|
-
* @type {string}
|
|
249
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
250
|
-
*/
|
|
251
|
-
city?: string;
|
|
252
|
-
/**
|
|
253
|
-
* Click percentage
|
|
254
|
-
* @type {number}
|
|
255
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
256
|
-
*/
|
|
257
|
-
clickPercentage?: number;
|
|
258
|
-
/**
|
|
259
|
-
* Click position
|
|
260
|
-
* @type {number}
|
|
261
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
262
|
-
*/
|
|
263
|
-
clickPosition?: number;
|
|
264
|
-
/**
|
|
265
|
-
* Clicked
|
|
266
|
-
* @type {number}
|
|
267
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
268
|
-
*/
|
|
269
|
-
clicked?: number;
|
|
270
|
-
/**
|
|
271
|
-
* Current time of the client
|
|
272
|
-
* @type {number}
|
|
273
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
274
|
-
*/
|
|
275
|
-
clientTime?: number;
|
|
276
|
-
/**
|
|
277
|
-
* Close percentage
|
|
278
|
-
* @type {number}
|
|
279
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
280
|
-
*/
|
|
281
|
-
closePercentage?: number;
|
|
282
|
-
/**
|
|
283
|
-
* Close position
|
|
284
|
-
* @type {number}
|
|
285
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
286
|
-
*/
|
|
287
|
-
closePosition?: number;
|
|
288
|
-
/**
|
|
289
|
-
* Closed
|
|
290
|
-
* @type {number}
|
|
291
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
292
|
-
*/
|
|
293
|
-
closed?: number;
|
|
294
|
-
/**
|
|
295
|
-
* Completed
|
|
296
|
-
* @type {number}
|
|
297
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
298
|
-
*/
|
|
299
|
-
completed?: number;
|
|
300
|
-
/**
|
|
301
|
-
* Country
|
|
302
|
-
* @type {string}
|
|
303
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
304
|
-
*/
|
|
305
|
-
country?: string;
|
|
306
|
-
/**
|
|
307
|
-
* Creative ad id
|
|
308
|
-
* @type {string}
|
|
309
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
310
|
-
*/
|
|
311
|
-
creativeAdId?: string;
|
|
312
|
-
/**
|
|
313
|
-
* Creative id
|
|
314
|
-
* @type {string}
|
|
315
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
316
|
-
*/
|
|
317
|
-
creativeId?: string;
|
|
318
|
-
/**
|
|
319
|
-
* Free form data set via the customData1 field in the analytics collector configuration
|
|
320
|
-
* @type {string}
|
|
321
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
322
|
-
*/
|
|
323
|
-
customData1?: string;
|
|
324
|
-
/**
|
|
325
|
-
* Free form data set via the customData2 field in the analytics collector configuration
|
|
326
|
-
* @type {string}
|
|
327
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
328
|
-
*/
|
|
329
|
-
customData2?: string;
|
|
330
|
-
/**
|
|
331
|
-
* Free form data set via the customData3 field in the analytics collector configuration
|
|
332
|
-
* @type {string}
|
|
333
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
334
|
-
*/
|
|
335
|
-
customData3?: string;
|
|
336
|
-
/**
|
|
337
|
-
* Free form data set via the customData4 field in the analytics collector configuration
|
|
338
|
-
* @type {string}
|
|
339
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
340
|
-
*/
|
|
341
|
-
customData4?: string;
|
|
342
|
-
/**
|
|
343
|
-
* Free form data set via the customData5 field in the analytics collector configuration
|
|
344
|
-
* @type {string}
|
|
345
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
346
|
-
*/
|
|
347
|
-
customData5?: string;
|
|
348
|
-
/**
|
|
349
|
-
* Free form data set via the customData6 field in the analytics collector configuration
|
|
350
|
-
* @type {string}
|
|
351
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
352
|
-
*/
|
|
353
|
-
customData6?: string;
|
|
354
|
-
/**
|
|
355
|
-
* Free form data set via the customData7 field in the analytics collector configuration
|
|
356
|
-
* @type {string}
|
|
357
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
358
|
-
*/
|
|
359
|
-
customData7?: string;
|
|
360
|
-
/**
|
|
361
|
-
* Free form data set via the customData8 field in the analytics collector configuration
|
|
362
|
-
* @type {string}
|
|
363
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
364
|
-
*/
|
|
365
|
-
customData8?: string;
|
|
366
|
-
/**
|
|
367
|
-
* Free form data set via the customData9 field in the analytics collector configuration
|
|
368
|
-
* @type {string}
|
|
369
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
370
|
-
*/
|
|
371
|
-
customData9?: string;
|
|
372
|
-
/**
|
|
373
|
-
* Free form data set via the customData10 field in the analytics collector configuration
|
|
374
|
-
* @type {string}
|
|
375
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
376
|
-
*/
|
|
377
|
-
customData10?: string;
|
|
378
|
-
/**
|
|
379
|
-
* Free form data set via the customData11 field in the analytics collector configuration
|
|
380
|
-
* @type {string}
|
|
381
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
382
|
-
*/
|
|
383
|
-
customData11?: string;
|
|
384
|
-
/**
|
|
385
|
-
* Free form data set via the customData12 field in the analytics collector configuration
|
|
386
|
-
* @type {string}
|
|
387
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
388
|
-
*/
|
|
389
|
-
customData12?: string;
|
|
390
|
-
/**
|
|
391
|
-
* Free form data set via the customData13 field in the analytics collector configuration
|
|
392
|
-
* @type {string}
|
|
393
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
394
|
-
*/
|
|
395
|
-
customData13?: string;
|
|
396
|
-
/**
|
|
397
|
-
* Free form data set via the customData14 field in the analytics collector configuration
|
|
398
|
-
* @type {string}
|
|
399
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
400
|
-
*/
|
|
401
|
-
customData14?: string;
|
|
402
|
-
/**
|
|
403
|
-
* Free form data set via the customData15 field in the analytics collector configuration
|
|
404
|
-
* @type {string}
|
|
405
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
406
|
-
*/
|
|
407
|
-
customData15?: string;
|
|
408
|
-
/**
|
|
409
|
-
* Free form data set via the customData16 field in the analytics collector configuration
|
|
410
|
-
* @type {string}
|
|
411
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
412
|
-
*/
|
|
413
|
-
customData16?: string;
|
|
414
|
-
/**
|
|
415
|
-
* Free form data set via the customData17 field in the analytics collector configuration
|
|
416
|
-
* @type {string}
|
|
417
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
418
|
-
*/
|
|
419
|
-
customData17?: string;
|
|
420
|
-
/**
|
|
421
|
-
* Free form data set via the customData18 field in the analytics collector configuration
|
|
422
|
-
* @type {string}
|
|
423
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
424
|
-
*/
|
|
425
|
-
customData18?: string;
|
|
426
|
-
/**
|
|
427
|
-
* Free form data set via the customData19 field in the analytics collector configuration
|
|
428
|
-
* @type {string}
|
|
429
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
430
|
-
*/
|
|
431
|
-
customData19?: string;
|
|
432
|
-
/**
|
|
433
|
-
* Free form data set via the customData20 field in the analytics collector configuration
|
|
434
|
-
* @type {string}
|
|
435
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
436
|
-
*/
|
|
437
|
-
customData20?: string;
|
|
438
|
-
/**
|
|
439
|
-
* Free form data set via the customData21 field in the analytics collector configuration
|
|
440
|
-
* @type {string}
|
|
441
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
442
|
-
*/
|
|
443
|
-
customData21?: string;
|
|
444
|
-
/**
|
|
445
|
-
* Free form data set via the customData22 field in the analytics collector configuration
|
|
446
|
-
* @type {string}
|
|
447
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
448
|
-
*/
|
|
449
|
-
customData22?: string;
|
|
450
|
-
/**
|
|
451
|
-
* Free form data set via the customData23 field in the analytics collector configuration
|
|
452
|
-
* @type {string}
|
|
453
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
454
|
-
*/
|
|
455
|
-
customData23?: string;
|
|
456
|
-
/**
|
|
457
|
-
* Free form data set via the customData24 field in the analytics collector configuration
|
|
458
|
-
* @type {string}
|
|
459
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
460
|
-
*/
|
|
461
|
-
customData24?: string;
|
|
462
|
-
/**
|
|
463
|
-
* Free form data set via the customData25 field in the analytics collector configuration
|
|
464
|
-
* @type {string}
|
|
465
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
466
|
-
*/
|
|
467
|
-
customData25?: string;
|
|
468
|
-
/**
|
|
469
|
-
* Free form data set via the customData26 field in the analytics collector configuration
|
|
470
|
-
* @type {string}
|
|
471
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
472
|
-
*/
|
|
473
|
-
customData26?: string;
|
|
474
|
-
/**
|
|
475
|
-
* Free form data set via the customData27 field in the analytics collector configuration
|
|
476
|
-
* @type {string}
|
|
477
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
478
|
-
*/
|
|
479
|
-
customData27?: string;
|
|
480
|
-
/**
|
|
481
|
-
* Free form data set via the customData28 field in the analytics collector configuration
|
|
482
|
-
* @type {string}
|
|
483
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
484
|
-
*/
|
|
485
|
-
customData28?: string;
|
|
486
|
-
/**
|
|
487
|
-
* Free form data set via the customData29 field in the analytics collector configuration
|
|
488
|
-
* @type {string}
|
|
489
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
490
|
-
*/
|
|
491
|
-
customData29?: string;
|
|
492
|
-
/**
|
|
493
|
-
* Free form data set via the customData30 field in the analytics collector configuration
|
|
494
|
-
* @type {string}
|
|
495
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
496
|
-
*/
|
|
497
|
-
customData30?: string;
|
|
498
|
-
/**
|
|
499
|
-
* Custom user ID
|
|
500
|
-
* @type {string}
|
|
501
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
502
|
-
*/
|
|
503
|
-
customUserId?: string;
|
|
504
|
-
/**
|
|
505
|
-
* Deal id
|
|
506
|
-
* @type {string}
|
|
507
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
508
|
-
*/
|
|
509
|
-
dealId?: string;
|
|
510
|
-
/**
|
|
511
|
-
* Type of device (Desktop, Phone, Tablet)
|
|
512
|
-
* @type {string}
|
|
513
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
514
|
-
*/
|
|
515
|
-
deviceClass?: string;
|
|
516
|
-
/**
|
|
517
|
-
* Type of the device detected via User Agent
|
|
518
|
-
* @type {string}
|
|
519
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
520
|
-
*/
|
|
521
|
-
deviceType?: string;
|
|
522
|
-
/**
|
|
523
|
-
* Domain the player was loaded on (.www is stripped away)
|
|
524
|
-
* @type {string}
|
|
525
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
526
|
-
*/
|
|
527
|
-
domain?: string;
|
|
528
|
-
/**
|
|
529
|
-
* Error code
|
|
530
|
-
* @type {number}
|
|
531
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
532
|
-
*/
|
|
533
|
-
errorCode?: number;
|
|
534
|
-
/**
|
|
535
|
-
* Error data
|
|
536
|
-
* @type {string}
|
|
537
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
538
|
-
*/
|
|
539
|
-
errorData?: string;
|
|
540
|
-
/**
|
|
541
|
-
* Error message
|
|
542
|
-
* @type {string}
|
|
543
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
544
|
-
*/
|
|
545
|
-
errorMessage?: string;
|
|
546
|
-
/**
|
|
547
|
-
* Error percentage
|
|
548
|
-
* @type {number}
|
|
549
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
550
|
-
*/
|
|
551
|
-
errorPercentage?: number;
|
|
552
|
-
/**
|
|
553
|
-
* Error position
|
|
554
|
-
* @type {number}
|
|
555
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
556
|
-
*/
|
|
557
|
-
errorPosition?: number;
|
|
558
|
-
/**
|
|
559
|
-
* Exit position
|
|
560
|
-
* @type {number}
|
|
561
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
562
|
-
*/
|
|
563
|
-
exitPosition?: number;
|
|
564
|
-
/**
|
|
565
|
-
* A/B test experiment name
|
|
566
|
-
* @type {string}
|
|
567
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
568
|
-
*/
|
|
569
|
-
experimentName?: string;
|
|
570
|
-
/**
|
|
571
|
-
* IP Address of the client
|
|
572
|
-
* @type {string}
|
|
573
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
574
|
-
*/
|
|
575
|
-
ipAddress?: string;
|
|
576
|
-
/**
|
|
577
|
-
* The users Internet Service Provider inferred via the IP address
|
|
578
|
-
* @type {string}
|
|
579
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
580
|
-
*/
|
|
581
|
-
isp?: string;
|
|
582
|
-
/**
|
|
583
|
-
* Language set in the browser
|
|
584
|
-
* @type {string}
|
|
585
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
586
|
-
*/
|
|
587
|
-
language?: string;
|
|
588
|
-
/**
|
|
589
|
-
* Analytics license key
|
|
590
|
-
* @type {string}
|
|
591
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
592
|
-
*/
|
|
593
|
-
licenseKey?: string;
|
|
594
|
-
/**
|
|
595
|
-
* Manifest download time
|
|
596
|
-
* @type {number}
|
|
597
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
598
|
-
*/
|
|
599
|
-
manifestDownloadTime?: number;
|
|
600
|
-
/**
|
|
601
|
-
* Media path
|
|
602
|
-
* @type {string}
|
|
603
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
604
|
-
*/
|
|
605
|
-
mediaPath?: string;
|
|
606
|
-
/**
|
|
607
|
-
* Media server
|
|
608
|
-
* @type {string}
|
|
609
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
610
|
-
*/
|
|
611
|
-
mediaServer?: string;
|
|
612
|
-
/**
|
|
613
|
-
* Media url
|
|
614
|
-
* @type {string}
|
|
615
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
616
|
-
*/
|
|
617
|
-
mediaUrl?: string;
|
|
618
|
-
/**
|
|
619
|
-
* Midpoint
|
|
620
|
-
* @type {number}
|
|
621
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
622
|
-
*/
|
|
623
|
-
midpoint?: number;
|
|
624
|
-
/**
|
|
625
|
-
* Minimum suggested duration
|
|
626
|
-
* @type {number}
|
|
627
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
628
|
-
*/
|
|
629
|
-
minSuggestedDuration?: number;
|
|
630
|
-
/**
|
|
631
|
-
* Operating system
|
|
632
|
-
* @type {string}
|
|
633
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
634
|
-
*/
|
|
635
|
-
operatingsystem?: string;
|
|
636
|
-
/**
|
|
637
|
-
* Operating system version major
|
|
638
|
-
* @type {string}
|
|
639
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
640
|
-
*/
|
|
641
|
-
operatingsystemVersionMajor?: string;
|
|
642
|
-
/**
|
|
643
|
-
* Operating system version minor
|
|
644
|
-
* @type {string}
|
|
645
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
646
|
-
*/
|
|
647
|
-
operatingsystemVersionMinor?: string;
|
|
648
|
-
/**
|
|
649
|
-
* Time in milliseconds the page took to load
|
|
650
|
-
* @type {number}
|
|
651
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
652
|
-
*/
|
|
653
|
-
pageLoadTime?: number;
|
|
654
|
-
/**
|
|
655
|
-
* Player load type. 1 = Foreground, 2 = Background
|
|
656
|
-
* @type {number}
|
|
657
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
658
|
-
*/
|
|
659
|
-
pageLoadType?: number;
|
|
660
|
-
/**
|
|
661
|
-
* path on the website
|
|
662
|
-
* @type {string}
|
|
663
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
664
|
-
*/
|
|
665
|
-
path?: string;
|
|
666
|
-
/**
|
|
667
|
-
* Percentage in viewport
|
|
668
|
-
* @type {number}
|
|
669
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
670
|
-
*/
|
|
671
|
-
percentageInViewport?: number;
|
|
672
|
-
/**
|
|
673
|
-
* Platform the player is running on (web, android, ios)
|
|
674
|
-
* @type {string}
|
|
675
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
676
|
-
*/
|
|
677
|
-
platform?: string;
|
|
678
|
-
/**
|
|
679
|
-
* Video player being used for this session
|
|
680
|
-
* @type {string}
|
|
681
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
682
|
-
*/
|
|
683
|
-
player?: string;
|
|
684
|
-
/**
|
|
685
|
-
* Player license key
|
|
686
|
-
* @type {string}
|
|
687
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
688
|
-
*/
|
|
689
|
-
playerKey?: string;
|
|
690
|
-
/**
|
|
691
|
-
* Time in milliseconds the player took to start up
|
|
692
|
-
* @type {number}
|
|
693
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
694
|
-
*/
|
|
695
|
-
playerStartuptime?: number;
|
|
696
|
-
/**
|
|
697
|
-
* HTML or native playback
|
|
698
|
-
* @type {string}
|
|
699
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
700
|
-
*/
|
|
701
|
-
playerTech?: string;
|
|
702
|
-
/**
|
|
703
|
-
* Player software version
|
|
704
|
-
* @type {string}
|
|
705
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
706
|
-
*/
|
|
707
|
-
playerVersion?: string;
|
|
708
|
-
/**
|
|
709
|
-
* Play percentage
|
|
710
|
-
* @type {number}
|
|
711
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
712
|
-
*/
|
|
713
|
-
playPercentage?: number;
|
|
714
|
-
/**
|
|
715
|
-
* Quartile 1
|
|
716
|
-
* @type {number}
|
|
717
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
718
|
-
*/
|
|
719
|
-
quartile1?: number;
|
|
720
|
-
/**
|
|
721
|
-
* Quartile 3
|
|
722
|
-
* @type {number}
|
|
723
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
724
|
-
*/
|
|
725
|
-
quartile3?: number;
|
|
726
|
-
/**
|
|
727
|
-
* Geographic region (ISO 3166-2 code)
|
|
728
|
-
* @type {string}
|
|
729
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
730
|
-
*/
|
|
731
|
-
region?: string;
|
|
732
|
-
/**
|
|
733
|
-
* Screen as reported by the browser
|
|
734
|
-
* @type {number}
|
|
735
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
736
|
-
*/
|
|
737
|
-
screenHeight?: number;
|
|
738
|
-
/**
|
|
739
|
-
* Screen as reported by the browser
|
|
740
|
-
* @type {number}
|
|
741
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
742
|
-
*/
|
|
743
|
-
screenWidth?: number;
|
|
744
|
-
/**
|
|
745
|
-
* Screen orientation (PORTRAIT, LANDSCAPE OR UNKNOWN)
|
|
746
|
-
* @type {string}
|
|
747
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
748
|
-
*/
|
|
749
|
-
screenOrientation?: string;
|
|
750
|
-
/**
|
|
751
|
-
* Video size (FULLSCREEN or WINDOW)
|
|
752
|
-
* @type {string}
|
|
753
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
754
|
-
*/
|
|
755
|
-
size?: string;
|
|
756
|
-
/**
|
|
757
|
-
* Skip percentage
|
|
758
|
-
* @type {number}
|
|
759
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
760
|
-
*/
|
|
761
|
-
skipPercentage?: number;
|
|
762
|
-
/**
|
|
763
|
-
* Skip position
|
|
764
|
-
* @type {number}
|
|
765
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
766
|
-
*/
|
|
767
|
-
skipPosition?: number;
|
|
768
|
-
/**
|
|
769
|
-
* Skipped
|
|
770
|
-
* @type {number}
|
|
771
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
772
|
-
*/
|
|
773
|
-
skipped?: number;
|
|
774
|
-
/**
|
|
775
|
-
* Started
|
|
776
|
-
* @type {number}
|
|
777
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
778
|
-
*/
|
|
779
|
-
started?: number;
|
|
780
|
-
/**
|
|
781
|
-
* Format of the stream (HLS, DASH, Progressive MP4)
|
|
782
|
-
* @type {string}
|
|
783
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
784
|
-
*/
|
|
785
|
-
streamFormat?: string;
|
|
786
|
-
/**
|
|
787
|
-
* Survey url
|
|
788
|
-
* @type {string}
|
|
789
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
790
|
-
*/
|
|
791
|
-
surveyUrl?: string;
|
|
792
|
-
/**
|
|
793
|
-
* Current time in milliseconds
|
|
794
|
-
* @type {number}
|
|
795
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
796
|
-
*/
|
|
797
|
-
time?: number;
|
|
798
|
-
/**
|
|
799
|
-
* Time in viewport
|
|
800
|
-
* @type {number}
|
|
801
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
802
|
-
*/
|
|
803
|
-
timeInViewport?: number;
|
|
804
|
-
/**
|
|
805
|
-
* Time played
|
|
806
|
-
* @type {number}
|
|
807
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
808
|
-
*/
|
|
809
|
-
timePlayed?: number;
|
|
810
|
-
/**
|
|
811
|
-
* Universal ad id registry
|
|
812
|
-
* @type {string}
|
|
813
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
814
|
-
*/
|
|
815
|
-
universalAdIdRegistry?: string;
|
|
816
|
-
/**
|
|
817
|
-
* Universal ad id value
|
|
818
|
-
* @type {string}
|
|
819
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
820
|
-
*/
|
|
821
|
-
universalAdIdValue?: string;
|
|
822
|
-
/**
|
|
823
|
-
* ID that is persisted across sessions to identify a browser
|
|
824
|
-
* @type {string}
|
|
825
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
826
|
-
*/
|
|
827
|
-
userId?: string;
|
|
828
|
-
/**
|
|
829
|
-
* Bitrate of the played back video rendition
|
|
830
|
-
* @type {number}
|
|
831
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
832
|
-
*/
|
|
833
|
-
videoBitrate?: number;
|
|
834
|
-
/**
|
|
835
|
-
* ID of the video
|
|
836
|
-
* @type {string}
|
|
837
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
838
|
-
*/
|
|
839
|
-
videoId?: string;
|
|
840
|
-
/**
|
|
841
|
-
* ID of related video impression
|
|
842
|
-
* @type {string}
|
|
843
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
844
|
-
*/
|
|
845
|
-
videoImpressionId?: string;
|
|
846
|
-
/**
|
|
847
|
-
* Free form human readable video ad title
|
|
848
|
-
* @type {string}
|
|
849
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
850
|
-
*/
|
|
851
|
-
videoTitle?: string;
|
|
852
|
-
/**
|
|
853
|
-
* Height of the video player on the page
|
|
854
|
-
* @type {number}
|
|
855
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
856
|
-
*/
|
|
857
|
-
videoWindowHeight?: number;
|
|
858
|
-
/**
|
|
859
|
-
* Width of the video player on the page
|
|
860
|
-
* @type {number}
|
|
861
|
-
* @memberof AnalyticsAdsImpressionSample
|
|
862
|
-
*/
|
|
863
|
-
videoWindowWidth?: number;
|
|
864
|
-
constructor(obj?: Partial<AnalyticsAdsImpressionSample>);
|
|
865
|
-
}
|
|
866
|
-
export default AnalyticsAdsImpressionSample;
|