@@ -77,7 +77,8 @@ export class Metrics extends APIResource {
77
77
| 'view_content_startup_time'
78
78
| 'ad_preroll_startup_time'
79
79
| 'ad_watch_time'
80
- | 'view_content_watch_time' ,
80
+ | 'view_content_watch_time'
81
+ | 'view_dropped_percentage' ,
81
82
query ?: MetricGetInsightsParams ,
82
83
options ?: Core . RequestOptions ,
83
84
) : Core . APIPromise < InsightsResponse > ;
@@ -131,7 +132,8 @@ export class Metrics extends APIResource {
131
132
| 'view_content_startup_time'
132
133
| 'ad_preroll_startup_time'
133
134
| 'ad_watch_time'
134
- | 'view_content_watch_time' ,
135
+ | 'view_content_watch_time'
136
+ | 'view_dropped_percentage' ,
135
137
options ?: Core . RequestOptions ,
136
138
) : Core . APIPromise < InsightsResponse > ;
137
139
getInsights (
@@ -184,7 +186,8 @@ export class Metrics extends APIResource {
184
186
| 'view_content_startup_time'
185
187
| 'ad_preroll_startup_time'
186
188
| 'ad_watch_time'
187
- | 'view_content_watch_time' ,
189
+ | 'view_content_watch_time'
190
+ | 'view_dropped_percentage' ,
188
191
query : MetricGetInsightsParams | Core . RequestOptions = { } ,
189
192
options ?: Core . RequestOptions ,
190
193
) : Core . APIPromise < InsightsResponse > {
@@ -248,7 +251,8 @@ export class Metrics extends APIResource {
248
251
| 'view_content_startup_time'
249
252
| 'ad_preroll_startup_time'
250
253
| 'ad_watch_time'
251
- | 'view_content_watch_time' ,
254
+ | 'view_content_watch_time'
255
+ | 'view_dropped_percentage' ,
252
256
query ?: MetricGetOverallValuesParams ,
253
257
options ?: Core . RequestOptions ,
254
258
) : Core . APIPromise < OverallValuesResponse > ;
@@ -302,7 +306,8 @@ export class Metrics extends APIResource {
302
306
| 'view_content_startup_time'
303
307
| 'ad_preroll_startup_time'
304
308
| 'ad_watch_time'
305
- | 'view_content_watch_time' ,
309
+ | 'view_content_watch_time'
310
+ | 'view_dropped_percentage' ,
306
311
options ?: Core . RequestOptions ,
307
312
) : Core . APIPromise < OverallValuesResponse > ;
308
313
getOverallValues (
@@ -355,7 +360,8 @@ export class Metrics extends APIResource {
355
360
| 'view_content_startup_time'
356
361
| 'ad_preroll_startup_time'
357
362
| 'ad_watch_time'
358
- | 'view_content_watch_time' ,
363
+ | 'view_content_watch_time'
364
+ | 'view_dropped_percentage' ,
359
365
query : MetricGetOverallValuesParams | Core . RequestOptions = { } ,
360
366
options ?: Core . RequestOptions ,
361
367
) : Core . APIPromise < OverallValuesResponse > {
@@ -426,7 +432,8 @@ export class Metrics extends APIResource {
426
432
| 'view_content_startup_time'
427
433
| 'ad_preroll_startup_time'
428
434
| 'ad_watch_time'
429
- | 'view_content_watch_time' ,
435
+ | 'view_content_watch_time'
436
+ | 'view_dropped_percentage' ,
430
437
query ?: MetricGetTimeseriesParams ,
431
438
options ?: Core . RequestOptions ,
432
439
) : Core . APIPromise < MetricTimeseriesDataResponse > ;
@@ -480,7 +487,8 @@ export class Metrics extends APIResource {
480
487
| 'view_content_startup_time'
481
488
| 'ad_preroll_startup_time'
482
489
| 'ad_watch_time'
483
- | 'view_content_watch_time' ,
490
+ | 'view_content_watch_time'
491
+ | 'view_dropped_percentage' ,
484
492
options ?: Core . RequestOptions ,
485
493
) : Core . APIPromise < MetricTimeseriesDataResponse > ;
486
494
getTimeseries (
@@ -533,7 +541,8 @@ export class Metrics extends APIResource {
533
541
| 'view_content_startup_time'
534
542
| 'ad_preroll_startup_time'
535
543
| 'ad_watch_time'
536
- | 'view_content_watch_time' ,
544
+ | 'view_content_watch_time'
545
+ | 'view_dropped_percentage' ,
537
546
query : MetricGetTimeseriesParams | Core . RequestOptions = { } ,
538
547
options ?: Core . RequestOptions ,
539
548
) : Core . APIPromise < MetricTimeseriesDataResponse > {
@@ -596,7 +605,8 @@ export class Metrics extends APIResource {
596
605
| 'view_content_startup_time'
597
606
| 'ad_preroll_startup_time'
598
607
| 'ad_watch_time'
599
- | 'view_content_watch_time' ,
608
+ | 'view_content_watch_time'
609
+ | 'view_dropped_percentage' ,
600
610
query ?: MetricListBreakdownValuesParams ,
601
611
options ?: Core . RequestOptions ,
602
612
) : Core . PagePromise < BreakdownValuesBasePage , BreakdownValue > ;
@@ -650,7 +660,8 @@ export class Metrics extends APIResource {
650
660
| 'view_content_startup_time'
651
661
| 'ad_preroll_startup_time'
652
662
| 'ad_watch_time'
653
- | 'view_content_watch_time' ,
663
+ | 'view_content_watch_time'
664
+ | 'view_dropped_percentage' ,
654
665
options ?: Core . RequestOptions ,
655
666
) : Core . PagePromise < BreakdownValuesBasePage , BreakdownValue > ;
656
667
listBreakdownValues (
@@ -703,7 +714,8 @@ export class Metrics extends APIResource {
703
714
| 'view_content_startup_time'
704
715
| 'ad_preroll_startup_time'
705
716
| 'ad_watch_time'
706
- | 'view_content_watch_time' ,
717
+ | 'view_content_watch_time'
718
+ | 'view_dropped_percentage' ,
707
719
query : MetricListBreakdownValuesParams | Core . RequestOptions = { } ,
708
720
options ?: Core . RequestOptions ,
709
721
) : Core . PagePromise < BreakdownValuesBasePage , BreakdownValue > {
@@ -930,7 +942,8 @@ export interface MetricListParams {
930
942
| 'viewer_device_name'
931
943
| 'viewer_user_id'
932
944
| 'ad_playback_failure'
933
- | 'content_playback_failure' ;
945
+ | 'content_playback_failure'
946
+ | 'view_dropped' ;
934
947
935
948
/**
936
949
* Limit the results to rows that match conditions from provided key:value pairs.
@@ -1290,7 +1303,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
1290
1303
| 'viewer_device_name'
1291
1304
| 'viewer_user_id'
1292
1305
| 'ad_playback_failure'
1293
- | 'content_playback_failure' ;
1306
+ | 'content_playback_failure'
1307
+ | 'view_dropped' ;
1294
1308
1295
1309
/**
1296
1310
* Measurement for the provided metric. If omitted, the default for the metric will
0 commit comments