@@ -966,7 +966,7 @@ export interface MetricListParams {
966
966
*
967
967
* Possible filterable metrics are the same as the set of metric ids, with the
968
968
* exceptions of `exits_before_video_start`, `unique_viewers`,
969
- * `video_startup_failure_percentage`, and `views`.
969
+ * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
970
970
*
971
971
* Example:
972
972
*
@@ -1029,8 +1029,8 @@ export interface MetricGetInsightsParams {
1029
1029
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
1030
1030
* `upscale_percentage`, `video_quality_score`,
1031
1031
* `video_startup_business_exception_percentage`,
1032
- * `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1033
- * `started_views`, `unique_viewers`
1032
+ * `video_startup_failure_percentage`, `view_dropped_percentage`,
1033
+ * `viewer_experience_score` "count" : ` started_views`, `unique_viewers`
1034
1034
*/
1035
1035
measurement ?: '95th' | 'median' | 'avg' | 'count' | 'sum' ;
1036
1036
@@ -1040,7 +1040,7 @@ export interface MetricGetInsightsParams {
1040
1040
*
1041
1041
* Possible filterable metrics are the same as the set of metric ids, with the
1042
1042
* exceptions of `exits_before_video_start`, `unique_viewers`,
1043
- * `video_startup_failure_percentage`, and `views`.
1043
+ * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
1044
1044
*
1045
1045
* Example:
1046
1046
*
@@ -1103,8 +1103,8 @@ export interface MetricGetOverallValuesParams {
1103
1103
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
1104
1104
* `upscale_percentage`, `video_quality_score`,
1105
1105
* `video_startup_business_exception_percentage`,
1106
- * `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1107
- * `started_views`, `unique_viewers`
1106
+ * `video_startup_failure_percentage`, `view_dropped_percentage`,
1107
+ * `viewer_experience_score` "count" : ` started_views`, `unique_viewers`
1108
1108
*/
1109
1109
measurement ?: '95th' | 'median' | 'avg' | 'count' | 'sum' ;
1110
1110
@@ -1114,7 +1114,7 @@ export interface MetricGetOverallValuesParams {
1114
1114
*
1115
1115
* Possible filterable metrics are the same as the set of metric ids, with the
1116
1116
* exceptions of `exits_before_video_start`, `unique_viewers`,
1117
- * `video_startup_failure_percentage`, and `views`.
1117
+ * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
1118
1118
*
1119
1119
* Example:
1120
1120
*
@@ -1185,8 +1185,8 @@ export interface MetricGetTimeseriesParams {
1185
1185
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
1186
1186
* `upscale_percentage`, `video_quality_score`,
1187
1187
* `video_startup_business_exception_percentage`,
1188
- * `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1189
- * `started_views`, `unique_viewers`
1188
+ * `video_startup_failure_percentage`, `view_dropped_percentage`,
1189
+ * `viewer_experience_score` "count" : ` started_views`, `unique_viewers`
1190
1190
*/
1191
1191
measurement ?: '95th' | 'median' | 'avg' | 'count' | 'sum' ;
1192
1192
@@ -1196,7 +1196,7 @@ export interface MetricGetTimeseriesParams {
1196
1196
*
1197
1197
* Possible filterable metrics are the same as the set of metric ids, with the
1198
1198
* exceptions of `exits_before_video_start`, `unique_viewers`,
1199
- * `video_startup_failure_percentage`, and `views`.
1199
+ * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
1200
1200
*
1201
1201
* Example:
1202
1202
*
@@ -1328,8 +1328,8 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
1328
1328
* `rebuffer_percentage`, `seek_latency`, `smoothness_score`, `startup_time_score`,
1329
1329
* `upscale_percentage`, `video_quality_score`,
1330
1330
* `video_startup_business_exception_percentage`,
1331
- * `video_startup_failure_percentage`, `viewer_experience_score` "count" :
1332
- * `started_views`, `unique_viewers`
1331
+ * `video_startup_failure_percentage`, `view_dropped_percentage`,
1332
+ * `viewer_experience_score` "count" : ` started_views`, `unique_viewers`
1333
1333
*/
1334
1334
measurement ?: '95th' | 'median' | 'avg' | 'count' | 'sum' ;
1335
1335
@@ -1339,7 +1339,7 @@ export interface MetricListBreakdownValuesParams extends BasePageParams {
1339
1339
*
1340
1340
* Possible filterable metrics are the same as the set of metric ids, with the
1341
1341
* exceptions of `exits_before_video_start`, `unique_viewers`,
1342
- * `video_startup_failure_percentage`, and `views`.
1342
+ * `video_startup_failure_percentage`, `view_dropped_percentage`, and `views`.
1343
1343
*
1344
1344
* Example:
1345
1345
*
0 commit comments