twentythree-cli 1.3.1 → 1.3.3

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.
Files changed (167) hide show
  1. package/dist/commands/auth/switch.cjs +45 -0
  2. package/docs/commands/action/add.md +1 -1
  3. package/docs/commands/action/delete.md +1 -1
  4. package/docs/commands/action/exclude.md +1 -1
  5. package/docs/commands/action/get.md +1 -1
  6. package/docs/commands/action/include.md +1 -1
  7. package/docs/commands/action/list.md +1 -1
  8. package/docs/commands/action/types.md +1 -1
  9. package/docs/commands/action/update.md +1 -1
  10. package/docs/commands/action/upload.md +1 -1
  11. package/docs/commands/action.md +9 -9
  12. package/docs/commands/analytics/conversions.md +3 -3
  13. package/docs/commands/analytics/live.md +9 -9
  14. package/docs/commands/analytics/usage.md +18 -18
  15. package/docs/commands/analytics/video.md +12 -12
  16. package/docs/commands/analytics.md +42 -42
  17. package/docs/commands/app/add.md +1 -1
  18. package/docs/commands/app/delete.md +1 -1
  19. package/docs/commands/app/list.md +38 -0
  20. package/docs/commands/app/remove-thumbnail.md +32 -0
  21. package/docs/commands/app/set-thumbnail.md +35 -0
  22. package/docs/commands/app/update.md +1 -1
  23. package/docs/commands/app.md +93 -3
  24. package/docs/commands/audience/companies.md +1 -1
  25. package/docs/commands/audience/field.md +4 -4
  26. package/docs/commands/audience/funnel.md +1 -1
  27. package/docs/commands/audience/identity-sources.md +1 -1
  28. package/docs/commands/audience/list-collectors.md +1 -1
  29. package/docs/commands/audience/list.md +1 -1
  30. package/docs/commands/audience/metrics.md +1 -1
  31. package/docs/commands/audience/register.md +1 -1
  32. package/docs/commands/audience/remove.md +1 -1
  33. package/docs/commands/audience/search.md +1 -1
  34. package/docs/commands/audience/timelines.md +1 -1
  35. package/docs/commands/audience/unregister.md +1 -1
  36. package/docs/commands/audience.md +15 -15
  37. package/docs/commands/auth/credentials.md +1 -1
  38. package/docs/commands/auth/status.md +1 -1
  39. package/docs/commands/auth/switch.md +23 -0
  40. package/docs/commands/auth.md +20 -2
  41. package/docs/commands/autocomplete.md +27 -0
  42. package/docs/commands/category/create.md +1 -1
  43. package/docs/commands/category/delete.md +1 -1
  44. package/docs/commands/category/list.md +1 -1
  45. package/docs/commands/category/update.md +1 -1
  46. package/docs/commands/category.md +5 -5
  47. package/docs/commands/collector/exclude.md +1 -1
  48. package/docs/commands/collector/include.md +1 -1
  49. package/docs/commands/collector/list.md +1 -1
  50. package/docs/commands/collector.md +3 -3
  51. package/docs/commands/comment/add.md +1 -1
  52. package/docs/commands/comment/clone.md +1 -1
  53. package/docs/commands/comment/delete.md +1 -1
  54. package/docs/commands/comment/list.md +1 -1
  55. package/docs/commands/comment/promote.md +1 -1
  56. package/docs/commands/comment/reaction.md +3 -3
  57. package/docs/commands/comment/set-order.md +1 -1
  58. package/docs/commands/comment/update.md +1 -1
  59. package/docs/commands/comment.md +10 -10
  60. package/docs/commands/doctor.md +1 -1
  61. package/docs/commands/openupload/list.md +1 -1
  62. package/docs/commands/openupload/update-file.md +1 -1
  63. package/docs/commands/openupload/upload-file.md +1 -1
  64. package/docs/commands/openupload.md +3 -3
  65. package/docs/commands/player/delete.md +1 -1
  66. package/docs/commands/player/embed-versions.md +1 -1
  67. package/docs/commands/player/embed.md +1 -1
  68. package/docs/commands/player/list.md +1 -1
  69. package/docs/commands/player/remove-thumbnail.md +32 -0
  70. package/docs/commands/player/set-thumbnail.md +35 -0
  71. package/docs/commands/player/styles.md +1 -1
  72. package/docs/commands/player/update.md +1 -1
  73. package/docs/commands/player.md +63 -6
  74. package/docs/commands/poll/add.md +1 -1
  75. package/docs/commands/poll/answer.md +1 -1
  76. package/docs/commands/poll/list.md +1 -1
  77. package/docs/commands/poll/remove.md +1 -1
  78. package/docs/commands/poll/set-options.md +1 -1
  79. package/docs/commands/poll/update.md +1 -1
  80. package/docs/commands/poll.md +6 -6
  81. package/docs/commands/presentation/page.md +1 -1
  82. package/docs/commands/presentation/setting.md +2 -2
  83. package/docs/commands/presentation.md +3 -3
  84. package/docs/commands/protection/protect.md +1 -1
  85. package/docs/commands/protection/unprotect.md +1 -1
  86. package/docs/commands/protection/verify.md +1 -1
  87. package/docs/commands/protection.md +3 -3
  88. package/docs/commands/session/get-token.md +1 -1
  89. package/docs/commands/session/redeem-token.md +1 -1
  90. package/docs/commands/session.md +2 -2
  91. package/docs/commands/setting/update.md +1 -1
  92. package/docs/commands/setting.md +1 -1
  93. package/docs/commands/site/get.md +1 -1
  94. package/docs/commands/site/search.md +1 -1
  95. package/docs/commands/site.md +2 -2
  96. package/docs/commands/spot/check.md +1 -1
  97. package/docs/commands/spot/create.md +1 -1
  98. package/docs/commands/spot/delete.md +1 -1
  99. package/docs/commands/spot/list.md +1 -1
  100. package/docs/commands/spot/reset-version.md +1 -1
  101. package/docs/commands/spot/set-videos.md +1 -1
  102. package/docs/commands/spot/update.md +1 -1
  103. package/docs/commands/spot.md +7 -7
  104. package/docs/commands/tag/list.md +1 -1
  105. package/docs/commands/tag/related.md +1 -1
  106. package/docs/commands/tag.md +2 -2
  107. package/docs/commands/thumbnail/add.md +1 -1
  108. package/docs/commands/thumbnail/data.md +1 -1
  109. package/docs/commands/thumbnail/delete.md +1 -1
  110. package/docs/commands/thumbnail/duplicate.md +1 -1
  111. package/docs/commands/thumbnail/file.md +3 -3
  112. package/docs/commands/thumbnail/list.md +1 -1
  113. package/docs/commands/thumbnail/preview-scss.md +35 -0
  114. package/docs/commands/thumbnail/update.md +1 -1
  115. package/docs/commands/thumbnail.md +40 -10
  116. package/docs/commands/user/create.md +1 -1
  117. package/docs/commands/user/get-login-token.md +1 -1
  118. package/docs/commands/user/get.md +1 -1
  119. package/docs/commands/user/list.md +1 -1
  120. package/docs/commands/user/redeem-login-token.md +1 -1
  121. package/docs/commands/user/send-invitation.md +1 -1
  122. package/docs/commands/user/tokens.md +1 -1
  123. package/docs/commands/user/update.md +1 -1
  124. package/docs/commands/user.md +8 -8
  125. package/docs/commands/video/delete.md +1 -1
  126. package/docs/commands/video/frame.md +1 -1
  127. package/docs/commands/video/get.md +1 -1
  128. package/docs/commands/video/list.md +1 -1
  129. package/docs/commands/video/replace.md +1 -1
  130. package/docs/commands/video/section.md +33 -6
  131. package/docs/commands/video/subtitle.md +16 -21
  132. package/docs/commands/video/transcoding-progress.md +1 -1
  133. package/docs/commands/video/update.md +4 -2
  134. package/docs/commands/video/upload.md +1 -1
  135. package/docs/commands/video.md +61 -37
  136. package/docs/commands/webhook/events.md +1 -1
  137. package/docs/commands/webhook/list.md +1 -1
  138. package/docs/commands/webhook/sample.md +1 -1
  139. package/docs/commands/webhook/subscribe.md +1 -1
  140. package/docs/commands/webhook/unsubscribe.md +1 -1
  141. package/docs/commands/webhook.md +5 -5
  142. package/docs/commands/webinar/attachment.md +4 -4
  143. package/docs/commands/webinar/clips.md +1 -1
  144. package/docs/commands/webinar/create.md +1 -1
  145. package/docs/commands/webinar/delete.md +1 -1
  146. package/docs/commands/webinar/highlights.md +1 -1
  147. package/docs/commands/webinar/list-formats.md +1 -1
  148. package/docs/commands/webinar/list.md +1 -1
  149. package/docs/commands/webinar/log.md +1 -1
  150. package/docs/commands/webinar/mail.md +7 -7
  151. package/docs/commands/webinar/metrics.md +1 -1
  152. package/docs/commands/webinar/queued-video.md +2 -2
  153. package/docs/commands/webinar/recording.md +4 -4
  154. package/docs/commands/webinar/repeat.md +1 -1
  155. package/docs/commands/webinar/room.md +4 -4
  156. package/docs/commands/webinar/section.md +4 -4
  157. package/docs/commands/webinar/series.md +16 -13
  158. package/docs/commands/webinar/speaker.md +14 -14
  159. package/docs/commands/webinar/transcription.md +4 -4
  160. package/docs/commands/webinar/update.md +4 -2
  161. package/docs/commands/webinar/upload-image.md +1 -1
  162. package/docs/commands/webinar.md +74 -69
  163. package/docs/commands/workspace/list.md +1 -1
  164. package/docs/commands/workspace/use.md +1 -1
  165. package/docs/commands/workspace.md +2 -2
  166. package/oclif.manifest.json +754 -722
  167. package/package.json +1 -1
@@ -2516,6 +2516,38 @@
2516
2516
  "status.cjs"
2517
2517
  ]
2518
2518
  },
2519
+ "auth:switch": {
2520
+ "aliases": [],
2521
+ "args": {},
2522
+ "description": "Switch the active workspace",
2523
+ "examples": [
2524
+ "<%= config.bin %> auth switch"
2525
+ ],
2526
+ "flags": {},
2527
+ "hasDynamicHelp": false,
2528
+ "hiddenAliases": [],
2529
+ "id": "auth:switch",
2530
+ "pluginAlias": "twentythree-cli",
2531
+ "pluginName": "twentythree-cli",
2532
+ "pluginType": "core",
2533
+ "strict": true,
2534
+ "enableJsonFlag": false,
2535
+ "agentMetadata": {
2536
+ "api_endpoint": "interactive",
2537
+ "auth_scope": "none",
2538
+ "output_shape": {
2539
+ "type": "none"
2540
+ },
2541
+ "side_effects": "updates"
2542
+ },
2543
+ "isESM": false,
2544
+ "relativePath": [
2545
+ "dist",
2546
+ "commands",
2547
+ "auth",
2548
+ "switch.cjs"
2549
+ ]
2550
+ },
2519
2551
  "autocomplete": {
2520
2552
  "aliases": [],
2521
2553
  "args": {},
@@ -8983,6 +9015,132 @@
8983
9015
  "unsubscribe.cjs"
8984
9016
  ]
8985
9017
  },
9018
+ "workspace:list": {
9019
+ "aliases": [],
9020
+ "args": {},
9021
+ "description": "List all configured workspaces",
9022
+ "examples": [
9023
+ "<%= config.bin %> workspace list"
9024
+ ],
9025
+ "flags": {
9026
+ "json": {
9027
+ "description": "Format output as json.",
9028
+ "helpGroup": "GLOBAL",
9029
+ "name": "json",
9030
+ "allowNo": false,
9031
+ "type": "boolean"
9032
+ },
9033
+ "workspace": {
9034
+ "char": "w",
9035
+ "helpGroup": "GLOBAL",
9036
+ "name": "workspace",
9037
+ "summary": "Workspace domain or display name to use for this invocation.",
9038
+ "hasDynamicHelp": false,
9039
+ "multiple": false,
9040
+ "type": "option"
9041
+ },
9042
+ "agent": {
9043
+ "description": "Output machine-readable command metadata for AI agent consumption",
9044
+ "helpGroup": "GLOBAL",
9045
+ "hidden": true,
9046
+ "name": "agent",
9047
+ "allowNo": false,
9048
+ "type": "boolean"
9049
+ }
9050
+ },
9051
+ "hasDynamicHelp": false,
9052
+ "hiddenAliases": [],
9053
+ "id": "workspace:list",
9054
+ "pluginAlias": "twentythree-cli",
9055
+ "pluginName": "twentythree-cli",
9056
+ "pluginType": "core",
9057
+ "strict": true,
9058
+ "enableJsonFlag": true,
9059
+ "agentMetadata": {
9060
+ "api_endpoint": "local",
9061
+ "auth_scope": "none",
9062
+ "output_shape": {
9063
+ "type": "table",
9064
+ "columns": [
9065
+ "Domain",
9066
+ "Display Name",
9067
+ "Status"
9068
+ ]
9069
+ },
9070
+ "side_effects": "none"
9071
+ },
9072
+ "isESM": false,
9073
+ "relativePath": [
9074
+ "dist",
9075
+ "commands",
9076
+ "workspace",
9077
+ "list.cjs"
9078
+ ]
9079
+ },
9080
+ "workspace:use": {
9081
+ "aliases": [],
9082
+ "args": {
9083
+ "name": {
9084
+ "description": "Workspace domain or display name",
9085
+ "name": "name",
9086
+ "required": true
9087
+ }
9088
+ },
9089
+ "description": "Switch the active workspace",
9090
+ "examples": [
9091
+ "<%= config.bin %> workspace use company.video23.com",
9092
+ "<%= config.bin %> workspace use \"Company Name\""
9093
+ ],
9094
+ "flags": {
9095
+ "json": {
9096
+ "description": "Format output as json.",
9097
+ "helpGroup": "GLOBAL",
9098
+ "name": "json",
9099
+ "allowNo": false,
9100
+ "type": "boolean"
9101
+ },
9102
+ "workspace": {
9103
+ "char": "w",
9104
+ "helpGroup": "GLOBAL",
9105
+ "name": "workspace",
9106
+ "summary": "Workspace domain or display name to use for this invocation.",
9107
+ "hasDynamicHelp": false,
9108
+ "multiple": false,
9109
+ "type": "option"
9110
+ },
9111
+ "agent": {
9112
+ "description": "Output machine-readable command metadata for AI agent consumption",
9113
+ "helpGroup": "GLOBAL",
9114
+ "hidden": true,
9115
+ "name": "agent",
9116
+ "allowNo": false,
9117
+ "type": "boolean"
9118
+ }
9119
+ },
9120
+ "hasDynamicHelp": false,
9121
+ "hiddenAliases": [],
9122
+ "id": "workspace:use",
9123
+ "pluginAlias": "twentythree-cli",
9124
+ "pluginName": "twentythree-cli",
9125
+ "pluginType": "core",
9126
+ "strict": true,
9127
+ "enableJsonFlag": true,
9128
+ "agentMetadata": {
9129
+ "api_endpoint": "local",
9130
+ "auth_scope": "none",
9131
+ "output_shape": {
9132
+ "type": "none"
9133
+ },
9134
+ "side_effects": "updates"
9135
+ },
9136
+ "isESM": false,
9137
+ "relativePath": [
9138
+ "dist",
9139
+ "commands",
9140
+ "workspace",
9141
+ "use.cjs"
9142
+ ]
9143
+ },
8986
9144
  "webinar:clips": {
8987
9145
  "aliases": [],
8988
9146
  "args": {
@@ -9963,12 +10121,14 @@
9963
10121
  "upload-image.cjs"
9964
10122
  ]
9965
10123
  },
9966
- "workspace:list": {
10124
+ "analytics:conversions": {
9967
10125
  "aliases": [],
9968
10126
  "args": {},
9969
- "description": "List all configured workspaces",
10127
+ "description": "Get conversion analytics data",
9970
10128
  "examples": [
9971
- "<%= config.bin %> workspace list"
10129
+ "<%= config.bin %> analytics conversions --date-expression thisweek",
10130
+ "<%= config.bin %> analytics conversions --date-start 2024-01-01 --date-end 2024-01-31",
10131
+ "<%= config.bin %> analytics conversions --json"
9972
10132
  ],
9973
10133
  "flags": {
9974
10134
  "json": {
@@ -9994,25 +10154,82 @@
9994
10154
  "name": "agent",
9995
10155
  "allowNo": false,
9996
10156
  "type": "boolean"
10157
+ },
10158
+ "date-start": {
10159
+ "description": "First date (YYYY-MM-DD)",
10160
+ "name": "date-start",
10161
+ "required": false,
10162
+ "hasDynamicHelp": false,
10163
+ "multiple": false,
10164
+ "type": "option"
10165
+ },
10166
+ "date-end": {
10167
+ "description": "Last date (YYYY-MM-DD)",
10168
+ "name": "date-end",
10169
+ "required": false,
10170
+ "hasDynamicHelp": false,
10171
+ "multiple": false,
10172
+ "type": "option"
10173
+ },
10174
+ "date-expression": {
10175
+ "description": "Predefined date range (e.g. thisweek, lastyear)",
10176
+ "name": "date-expression",
10177
+ "required": false,
10178
+ "hasDynamicHelp": false,
10179
+ "multiple": false,
10180
+ "type": "option"
10181
+ },
10182
+ "selection": {
10183
+ "description": "Scope to specific objects/types",
10184
+ "name": "selection",
10185
+ "required": false,
10186
+ "hasDynamicHelp": false,
10187
+ "multiple": false,
10188
+ "type": "option"
10189
+ },
10190
+ "groupby": {
10191
+ "description": "Group results by dimension",
10192
+ "name": "groupby",
10193
+ "required": false,
10194
+ "hasDynamicHelp": false,
10195
+ "multiple": false,
10196
+ "type": "option"
10197
+ },
10198
+ "orderby": {
10199
+ "description": "Order results by field",
10200
+ "name": "orderby",
10201
+ "required": false,
10202
+ "hasDynamicHelp": false,
10203
+ "multiple": false,
10204
+ "type": "option"
10205
+ },
10206
+ "order": {
10207
+ "description": "Sort direction (asc/desc)",
10208
+ "name": "order",
10209
+ "required": false,
10210
+ "hasDynamicHelp": false,
10211
+ "multiple": false,
10212
+ "type": "option"
9997
10213
  }
9998
10214
  },
9999
10215
  "hasDynamicHelp": false,
10000
10216
  "hiddenAliases": [],
10001
- "id": "workspace:list",
10217
+ "id": "analytics:conversions",
10002
10218
  "pluginAlias": "twentythree-cli",
10003
10219
  "pluginName": "twentythree-cli",
10004
10220
  "pluginType": "core",
10005
10221
  "strict": true,
10006
10222
  "enableJsonFlag": true,
10007
10223
  "agentMetadata": {
10008
- "api_endpoint": "local",
10009
- "auth_scope": "none",
10224
+ "api_endpoint": "GET /analytics/data/conversions",
10225
+ "auth_scope": "read",
10010
10226
  "output_shape": {
10011
10227
  "type": "table",
10012
10228
  "columns": [
10013
- "Domain",
10014
- "Display Name",
10015
- "Status"
10229
+ "Conversions",
10230
+ "Views",
10231
+ "Visits",
10232
+ "Engagement"
10016
10233
  ]
10017
10234
  },
10018
10235
  "side_effects": "none"
@@ -10021,82 +10238,19 @@
10021
10238
  "relativePath": [
10022
10239
  "dist",
10023
10240
  "commands",
10024
- "workspace",
10025
- "list.cjs"
10241
+ "analytics",
10242
+ "conversions",
10243
+ "index.cjs"
10026
10244
  ]
10027
10245
  },
10028
- "workspace:use": {
10246
+ "analytics:conversions:timeseries": {
10029
10247
  "aliases": [],
10030
- "args": {
10031
- "name": {
10032
- "description": "Workspace domain or display name",
10033
- "name": "name",
10034
- "required": true
10035
- }
10036
- },
10037
- "description": "Switch the active workspace",
10248
+ "args": {},
10249
+ "description": "Get conversion analytics time series data",
10038
10250
  "examples": [
10039
- "<%= config.bin %> workspace use company.video23.com",
10040
- "<%= config.bin %> workspace use \"Company Name\""
10041
- ],
10042
- "flags": {
10043
- "json": {
10044
- "description": "Format output as json.",
10045
- "helpGroup": "GLOBAL",
10046
- "name": "json",
10047
- "allowNo": false,
10048
- "type": "boolean"
10049
- },
10050
- "workspace": {
10051
- "char": "w",
10052
- "helpGroup": "GLOBAL",
10053
- "name": "workspace",
10054
- "summary": "Workspace domain or display name to use for this invocation.",
10055
- "hasDynamicHelp": false,
10056
- "multiple": false,
10057
- "type": "option"
10058
- },
10059
- "agent": {
10060
- "description": "Output machine-readable command metadata for AI agent consumption",
10061
- "helpGroup": "GLOBAL",
10062
- "hidden": true,
10063
- "name": "agent",
10064
- "allowNo": false,
10065
- "type": "boolean"
10066
- }
10067
- },
10068
- "hasDynamicHelp": false,
10069
- "hiddenAliases": [],
10070
- "id": "workspace:use",
10071
- "pluginAlias": "twentythree-cli",
10072
- "pluginName": "twentythree-cli",
10073
- "pluginType": "core",
10074
- "strict": true,
10075
- "enableJsonFlag": true,
10076
- "agentMetadata": {
10077
- "api_endpoint": "local",
10078
- "auth_scope": "none",
10079
- "output_shape": {
10080
- "type": "none"
10081
- },
10082
- "side_effects": "updates"
10083
- },
10084
- "isESM": false,
10085
- "relativePath": [
10086
- "dist",
10087
- "commands",
10088
- "workspace",
10089
- "use.cjs"
10090
- ]
10091
- },
10092
- "analytics:conversions": {
10093
- "aliases": [],
10094
- "args": {},
10095
- "description": "Get conversion analytics data",
10096
- "examples": [
10097
- "<%= config.bin %> analytics conversions --date-expression thisweek",
10098
- "<%= config.bin %> analytics conversions --date-start 2024-01-01 --date-end 2024-01-31",
10099
- "<%= config.bin %> analytics conversions --json"
10251
+ "<%= config.bin %> analytics conversions timeseries --date-expression thisweek",
10252
+ "<%= config.bin %> analytics conversions timeseries --date-start 2024-01-01 --date-end 2024-01-31",
10253
+ "<%= config.bin %> analytics conversions timeseries --json"
10100
10254
  ],
10101
10255
  "flags": {
10102
10256
  "json": {
@@ -10182,22 +10336,22 @@
10182
10336
  },
10183
10337
  "hasDynamicHelp": false,
10184
10338
  "hiddenAliases": [],
10185
- "id": "analytics:conversions",
10339
+ "id": "analytics:conversions:timeseries",
10186
10340
  "pluginAlias": "twentythree-cli",
10187
10341
  "pluginName": "twentythree-cli",
10188
10342
  "pluginType": "core",
10189
10343
  "strict": true,
10190
10344
  "enableJsonFlag": true,
10191
10345
  "agentMetadata": {
10192
- "api_endpoint": "GET /analytics/data/conversions",
10346
+ "api_endpoint": "GET /analytics/data/conversions/timeseries",
10193
10347
  "auth_scope": "read",
10194
10348
  "output_shape": {
10195
10349
  "type": "table",
10196
10350
  "columns": [
10351
+ "Date",
10197
10352
  "Conversions",
10198
10353
  "Views",
10199
- "Visits",
10200
- "Engagement"
10354
+ "Visits"
10201
10355
  ]
10202
10356
  },
10203
10357
  "side_effects": "none"
@@ -10208,17 +10362,17 @@
10208
10362
  "commands",
10209
10363
  "analytics",
10210
10364
  "conversions",
10211
- "index.cjs"
10365
+ "timeseries.cjs"
10212
10366
  ]
10213
10367
  },
10214
- "analytics:conversions:timeseries": {
10368
+ "analytics:conversions:totals": {
10215
10369
  "aliases": [],
10216
10370
  "args": {},
10217
- "description": "Get conversion analytics time series data",
10371
+ "description": "Get conversion analytics totals",
10218
10372
  "examples": [
10219
- "<%= config.bin %> analytics conversions timeseries --date-expression thisweek",
10220
- "<%= config.bin %> analytics conversions timeseries --date-start 2024-01-01 --date-end 2024-01-31",
10221
- "<%= config.bin %> analytics conversions timeseries --json"
10373
+ "<%= config.bin %> analytics conversions totals --date-expression thisweek",
10374
+ "<%= config.bin %> analytics conversions totals --date-start 2024-01-01 --date-end 2024-01-31",
10375
+ "<%= config.bin %> analytics conversions totals --json"
10222
10376
  ],
10223
10377
  "flags": {
10224
10378
  "json": {
@@ -10304,22 +10458,22 @@
10304
10458
  },
10305
10459
  "hasDynamicHelp": false,
10306
10460
  "hiddenAliases": [],
10307
- "id": "analytics:conversions:timeseries",
10461
+ "id": "analytics:conversions:totals",
10308
10462
  "pluginAlias": "twentythree-cli",
10309
10463
  "pluginName": "twentythree-cli",
10310
10464
  "pluginType": "core",
10311
10465
  "strict": true,
10312
10466
  "enableJsonFlag": true,
10313
10467
  "agentMetadata": {
10314
- "api_endpoint": "GET /analytics/data/conversions/timeseries",
10468
+ "api_endpoint": "GET /analytics/data/conversions/totals",
10315
10469
  "auth_scope": "read",
10316
10470
  "output_shape": {
10317
10471
  "type": "table",
10318
10472
  "columns": [
10319
- "Date",
10320
10473
  "Conversions",
10321
10474
  "Views",
10322
- "Visits"
10475
+ "Visits",
10476
+ "Engagement"
10323
10477
  ]
10324
10478
  },
10325
10479
  "side_effects": "none"
@@ -10330,17 +10484,17 @@
10330
10484
  "commands",
10331
10485
  "analytics",
10332
10486
  "conversions",
10333
- "timeseries.cjs"
10487
+ "totals.cjs"
10334
10488
  ]
10335
10489
  },
10336
- "analytics:conversions:totals": {
10490
+ "analytics:live:event-timeseries": {
10337
10491
  "aliases": [],
10338
10492
  "args": {},
10339
- "description": "Get conversion analytics totals",
10493
+ "description": "Get live/webinar event time series analytics",
10340
10494
  "examples": [
10341
- "<%= config.bin %> analytics conversions totals --date-expression thisweek",
10342
- "<%= config.bin %> analytics conversions totals --date-start 2024-01-01 --date-end 2024-01-31",
10343
- "<%= config.bin %> analytics conversions totals --json"
10495
+ "<%= config.bin %> analytics live event-timeseries --date-expression thisweek",
10496
+ "<%= config.bin %> analytics live event-timeseries --date-start 2024-01-01 --date-end 2024-01-31",
10497
+ "<%= config.bin %> analytics live event-timeseries --json"
10344
10498
  ],
10345
10499
  "flags": {
10346
10500
  "json": {
@@ -10426,22 +10580,23 @@
10426
10580
  },
10427
10581
  "hasDynamicHelp": false,
10428
10582
  "hiddenAliases": [],
10429
- "id": "analytics:conversions:totals",
10583
+ "id": "analytics:live:event-timeseries",
10430
10584
  "pluginAlias": "twentythree-cli",
10431
10585
  "pluginName": "twentythree-cli",
10432
10586
  "pluginType": "core",
10433
10587
  "strict": true,
10434
10588
  "enableJsonFlag": true,
10435
10589
  "agentMetadata": {
10436
- "api_endpoint": "GET /analytics/data/conversions/totals",
10590
+ "api_endpoint": "GET /analytics/data/live/event/timeseries",
10437
10591
  "auth_scope": "read",
10438
10592
  "output_shape": {
10439
10593
  "type": "table",
10440
10594
  "columns": [
10441
- "Conversions",
10442
- "Views",
10443
- "Visits",
10444
- "Engagement"
10595
+ "Date",
10596
+ "Plays",
10597
+ "Peak Viewers",
10598
+ "Engagement",
10599
+ "Playrate"
10445
10600
  ]
10446
10601
  },
10447
10602
  "side_effects": "none"
@@ -10451,18 +10606,18 @@
10451
10606
  "dist",
10452
10607
  "commands",
10453
10608
  "analytics",
10454
- "conversions",
10455
- "totals.cjs"
10609
+ "live",
10610
+ "event-timeseries.cjs"
10456
10611
  ]
10457
10612
  },
10458
- "analytics:usage:devices": {
10613
+ "analytics:live:event-totals": {
10459
10614
  "aliases": [],
10460
10615
  "args": {},
10461
- "description": "Get usage analytics by device type",
10616
+ "description": "Get live/webinar event totals analytics",
10462
10617
  "examples": [
10463
- "<%= config.bin %> analytics usage devices --date-expression thismonth",
10464
- "<%= config.bin %> analytics usage devices --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10465
- "<%= config.bin %> analytics usage devices --json"
10618
+ "<%= config.bin %> analytics live event-totals --date-expression thisweek",
10619
+ "<%= config.bin %> analytics live event-totals --date-start 2024-01-01 --date-end 2024-01-31",
10620
+ "<%= config.bin %> analytics live event-totals --json"
10466
10621
  ],
10467
10622
  "flags": {
10468
10623
  "json": {
@@ -10513,22 +10668,6 @@
10513
10668
  "multiple": false,
10514
10669
  "type": "option"
10515
10670
  },
10516
- "page": {
10517
- "description": "Page number",
10518
- "name": "page",
10519
- "required": false,
10520
- "hasDynamicHelp": false,
10521
- "multiple": false,
10522
- "type": "option"
10523
- },
10524
- "size": {
10525
- "description": "Page size",
10526
- "name": "size",
10527
- "required": false,
10528
- "hasDynamicHelp": false,
10529
- "multiple": false,
10530
- "type": "option"
10531
- },
10532
10671
  "selection": {
10533
10672
  "description": "Scope to specific objects/types",
10534
10673
  "name": "selection",
@@ -10564,23 +10703,23 @@
10564
10703
  },
10565
10704
  "hasDynamicHelp": false,
10566
10705
  "hiddenAliases": [],
10567
- "id": "analytics:usage:devices",
10706
+ "id": "analytics:live:event-totals",
10568
10707
  "pluginAlias": "twentythree-cli",
10569
10708
  "pluginName": "twentythree-cli",
10570
10709
  "pluginType": "core",
10571
10710
  "strict": true,
10572
10711
  "enableJsonFlag": true,
10573
10712
  "agentMetadata": {
10574
- "api_endpoint": "GET /analytics/data/usage/devices",
10713
+ "api_endpoint": "GET /analytics/data/live/event/totals",
10575
10714
  "auth_scope": "read",
10576
10715
  "output_shape": {
10577
10716
  "type": "table",
10578
10717
  "columns": [
10579
- "Device",
10580
10718
  "Plays",
10719
+ "Peak Viewers",
10581
10720
  "Engagement",
10582
- "Traffic",
10583
- "Impressions"
10721
+ "Playrate",
10722
+ "Avg View Time"
10584
10723
  ]
10585
10724
  },
10586
10725
  "side_effects": "none"
@@ -10590,18 +10729,18 @@
10590
10729
  "dist",
10591
10730
  "commands",
10592
10731
  "analytics",
10593
- "usage",
10594
- "devices.cjs"
10732
+ "live",
10733
+ "event-totals.cjs"
10595
10734
  ]
10596
10735
  },
10597
- "analytics:usage:domains": {
10736
+ "analytics:live:event": {
10598
10737
  "aliases": [],
10599
10738
  "args": {},
10600
- "description": "Get usage analytics by domain",
10739
+ "description": "Get live/webinar event analytics",
10601
10740
  "examples": [
10602
- "<%= config.bin %> analytics usage domains --date-expression thismonth",
10603
- "<%= config.bin %> analytics usage domains --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10604
- "<%= config.bin %> analytics usage domains --json"
10741
+ "<%= config.bin %> analytics live event --date-expression thismonth",
10742
+ "<%= config.bin %> analytics live event --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10743
+ "<%= config.bin %> analytics live event --json"
10605
10744
  ],
10606
10745
  "flags": {
10607
10746
  "json": {
@@ -10703,23 +10842,23 @@
10703
10842
  },
10704
10843
  "hasDynamicHelp": false,
10705
10844
  "hiddenAliases": [],
10706
- "id": "analytics:usage:domains",
10845
+ "id": "analytics:live:event",
10707
10846
  "pluginAlias": "twentythree-cli",
10708
10847
  "pluginName": "twentythree-cli",
10709
10848
  "pluginType": "core",
10710
10849
  "strict": true,
10711
10850
  "enableJsonFlag": true,
10712
10851
  "agentMetadata": {
10713
- "api_endpoint": "GET /analytics/data/usage/domains",
10852
+ "api_endpoint": "GET /analytics/data/live/event",
10714
10853
  "auth_scope": "read",
10715
10854
  "output_shape": {
10716
10855
  "type": "table",
10717
10856
  "columns": [
10718
- "Domain",
10857
+ "Event",
10719
10858
  "Plays",
10859
+ "Peak Viewers",
10720
10860
  "Engagement",
10721
- "Traffic",
10722
- "Impressions"
10861
+ "Performance"
10723
10862
  ]
10724
10863
  },
10725
10864
  "side_effects": "none"
@@ -10729,18 +10868,18 @@
10729
10868
  "dist",
10730
10869
  "commands",
10731
10870
  "analytics",
10732
- "usage",
10733
- "domains.cjs"
10871
+ "live",
10872
+ "event.cjs"
10734
10873
  ]
10735
10874
  },
10736
- "analytics:usage:locations": {
10875
+ "analytics:live": {
10737
10876
  "aliases": [],
10738
10877
  "args": {},
10739
- "description": "Get usage analytics by location",
10878
+ "description": "Get live/webinar analytics data",
10740
10879
  "examples": [
10741
- "<%= config.bin %> analytics usage locations --date-expression thismonth",
10742
- "<%= config.bin %> analytics usage locations --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10743
- "<%= config.bin %> analytics usage locations --json"
10880
+ "<%= config.bin %> analytics live --date-expression thisweek",
10881
+ "<%= config.bin %> analytics live --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10882
+ "<%= config.bin %> analytics live --json"
10744
10883
  ],
10745
10884
  "flags": {
10746
10885
  "json": {
@@ -10842,23 +10981,23 @@
10842
10981
  },
10843
10982
  "hasDynamicHelp": false,
10844
10983
  "hiddenAliases": [],
10845
- "id": "analytics:usage:locations",
10984
+ "id": "analytics:live",
10846
10985
  "pluginAlias": "twentythree-cli",
10847
10986
  "pluginName": "twentythree-cli",
10848
10987
  "pluginType": "core",
10849
10988
  "strict": true,
10850
10989
  "enableJsonFlag": true,
10851
10990
  "agentMetadata": {
10852
- "api_endpoint": "GET /analytics/data/usage/locations",
10991
+ "api_endpoint": "GET /analytics/data/live",
10853
10992
  "auth_scope": "read",
10854
10993
  "output_shape": {
10855
10994
  "type": "table",
10856
10995
  "columns": [
10857
- "Location",
10858
10996
  "Plays",
10997
+ "Peak Viewers",
10859
10998
  "Engagement",
10860
- "Traffic",
10861
- "Impressions"
10999
+ "Playrate",
11000
+ "Avg View Time"
10862
11001
  ]
10863
11002
  },
10864
11003
  "side_effects": "none"
@@ -10868,18 +11007,18 @@
10868
11007
  "dist",
10869
11008
  "commands",
10870
11009
  "analytics",
10871
- "usage",
10872
- "locations.cjs"
11010
+ "live",
11011
+ "index.cjs"
10873
11012
  ]
10874
11013
  },
10875
- "analytics:usage:sourceids": {
11014
+ "analytics:live:timeseries": {
10876
11015
  "aliases": [],
10877
11016
  "args": {},
10878
- "description": "Get usage analytics by source ID",
11017
+ "description": "Get live/webinar analytics time series data",
10879
11018
  "examples": [
10880
- "<%= config.bin %> analytics usage sourceids --date-expression thismonth",
10881
- "<%= config.bin %> analytics usage sourceids --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
10882
- "<%= config.bin %> analytics usage sourceids --json"
11019
+ "<%= config.bin %> analytics live timeseries --date-expression thisweek",
11020
+ "<%= config.bin %> analytics live timeseries --date-start 2024-01-01 --date-end 2024-01-31",
11021
+ "<%= config.bin %> analytics live timeseries --json"
10883
11022
  ],
10884
11023
  "flags": {
10885
11024
  "json": {
@@ -10930,22 +11069,6 @@
10930
11069
  "multiple": false,
10931
11070
  "type": "option"
10932
11071
  },
10933
- "page": {
10934
- "description": "Page number",
10935
- "name": "page",
10936
- "required": false,
10937
- "hasDynamicHelp": false,
10938
- "multiple": false,
10939
- "type": "option"
10940
- },
10941
- "size": {
10942
- "description": "Page size",
10943
- "name": "size",
10944
- "required": false,
10945
- "hasDynamicHelp": false,
10946
- "multiple": false,
10947
- "type": "option"
10948
- },
10949
11072
  "selection": {
10950
11073
  "description": "Scope to specific objects/types",
10951
11074
  "name": "selection",
@@ -10981,23 +11104,23 @@
10981
11104
  },
10982
11105
  "hasDynamicHelp": false,
10983
11106
  "hiddenAliases": [],
10984
- "id": "analytics:usage:sourceids",
11107
+ "id": "analytics:live:timeseries",
10985
11108
  "pluginAlias": "twentythree-cli",
10986
11109
  "pluginName": "twentythree-cli",
10987
11110
  "pluginType": "core",
10988
11111
  "strict": true,
10989
11112
  "enableJsonFlag": true,
10990
11113
  "agentMetadata": {
10991
- "api_endpoint": "GET /analytics/data/usage/sourceids",
11114
+ "api_endpoint": "GET /analytics/data/live/timeseries",
10992
11115
  "auth_scope": "read",
10993
11116
  "output_shape": {
10994
11117
  "type": "table",
10995
11118
  "columns": [
10996
- "Source ID",
11119
+ "Date",
10997
11120
  "Plays",
11121
+ "Peak Viewers",
10998
11122
  "Engagement",
10999
- "Traffic",
11000
- "Impressions"
11123
+ "Playrate"
11001
11124
  ]
11002
11125
  },
11003
11126
  "side_effects": "none"
@@ -11007,18 +11130,18 @@
11007
11130
  "dist",
11008
11131
  "commands",
11009
11132
  "analytics",
11010
- "usage",
11011
- "sourceids.cjs"
11133
+ "live",
11134
+ "timeseries.cjs"
11012
11135
  ]
11013
11136
  },
11014
- "analytics:usage:sources": {
11137
+ "analytics:live:totals": {
11015
11138
  "aliases": [],
11016
11139
  "args": {},
11017
- "description": "Get usage analytics by traffic source",
11140
+ "description": "Get live/webinar analytics totals",
11018
11141
  "examples": [
11019
- "<%= config.bin %> analytics usage sources --date-expression thismonth",
11020
- "<%= config.bin %> analytics usage sources --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11021
- "<%= config.bin %> analytics usage sources --json"
11142
+ "<%= config.bin %> analytics live totals --date-expression thisweek",
11143
+ "<%= config.bin %> analytics live totals --date-start 2024-01-01 --date-end 2024-01-31",
11144
+ "<%= config.bin %> analytics live totals --json"
11022
11145
  ],
11023
11146
  "flags": {
11024
11147
  "json": {
@@ -11069,22 +11192,6 @@
11069
11192
  "multiple": false,
11070
11193
  "type": "option"
11071
11194
  },
11072
- "page": {
11073
- "description": "Page number",
11074
- "name": "page",
11075
- "required": false,
11076
- "hasDynamicHelp": false,
11077
- "multiple": false,
11078
- "type": "option"
11079
- },
11080
- "size": {
11081
- "description": "Page size",
11082
- "name": "size",
11083
- "required": false,
11084
- "hasDynamicHelp": false,
11085
- "multiple": false,
11086
- "type": "option"
11087
- },
11088
11195
  "selection": {
11089
11196
  "description": "Scope to specific objects/types",
11090
11197
  "name": "selection",
@@ -11120,23 +11227,23 @@
11120
11227
  },
11121
11228
  "hasDynamicHelp": false,
11122
11229
  "hiddenAliases": [],
11123
- "id": "analytics:usage:sources",
11230
+ "id": "analytics:live:totals",
11124
11231
  "pluginAlias": "twentythree-cli",
11125
11232
  "pluginName": "twentythree-cli",
11126
11233
  "pluginType": "core",
11127
11234
  "strict": true,
11128
11235
  "enableJsonFlag": true,
11129
11236
  "agentMetadata": {
11130
- "api_endpoint": "GET /analytics/data/usage/sources",
11237
+ "api_endpoint": "GET /analytics/data/live/totals",
11131
11238
  "auth_scope": "read",
11132
11239
  "output_shape": {
11133
11240
  "type": "table",
11134
11241
  "columns": [
11135
- "Source",
11136
11242
  "Plays",
11243
+ "Peak Viewers",
11137
11244
  "Engagement",
11138
- "Traffic",
11139
- "Impressions"
11245
+ "Playrate",
11246
+ "Avg View Time"
11140
11247
  ]
11141
11248
  },
11142
11249
  "side_effects": "none"
@@ -11146,18 +11253,18 @@
11146
11253
  "dist",
11147
11254
  "commands",
11148
11255
  "analytics",
11149
- "usage",
11150
- "sources.cjs"
11256
+ "live",
11257
+ "totals.cjs"
11151
11258
  ]
11152
11259
  },
11153
- "analytics:usage:spots": {
11260
+ "analytics:live:weekday": {
11154
11261
  "aliases": [],
11155
11262
  "args": {},
11156
- "description": "Get usage analytics by spot",
11263
+ "description": "Get live/webinar analytics by day of week",
11157
11264
  "examples": [
11158
- "<%= config.bin %> analytics usage spots --date-expression thismonth",
11159
- "<%= config.bin %> analytics usage spots --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11160
- "<%= config.bin %> analytics usage spots --json"
11265
+ "<%= config.bin %> analytics live weekday --date-expression thismonth",
11266
+ "<%= config.bin %> analytics live weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11267
+ "<%= config.bin %> analytics live weekday --json"
11161
11268
  ],
11162
11269
  "flags": {
11163
11270
  "json": {
@@ -11259,23 +11366,23 @@
11259
11366
  },
11260
11367
  "hasDynamicHelp": false,
11261
11368
  "hiddenAliases": [],
11262
- "id": "analytics:usage:spots",
11369
+ "id": "analytics:live:weekday",
11263
11370
  "pluginAlias": "twentythree-cli",
11264
11371
  "pluginName": "twentythree-cli",
11265
11372
  "pluginType": "core",
11266
11373
  "strict": true,
11267
11374
  "enableJsonFlag": true,
11268
11375
  "agentMetadata": {
11269
- "api_endpoint": "GET /analytics/data/usage/spots",
11376
+ "api_endpoint": "GET /analytics/data/live/weekday",
11270
11377
  "auth_scope": "read",
11271
11378
  "output_shape": {
11272
11379
  "type": "table",
11273
11380
  "columns": [
11274
- "Spot",
11381
+ "Day",
11275
11382
  "Plays",
11383
+ "Peak Viewers",
11276
11384
  "Engagement",
11277
- "Traffic",
11278
- "Impressions"
11385
+ "Playrate"
11279
11386
  ]
11280
11387
  },
11281
11388
  "side_effects": "none"
@@ -11285,134 +11392,18 @@
11285
11392
  "dist",
11286
11393
  "commands",
11287
11394
  "analytics",
11288
- "usage",
11289
- "spots.cjs"
11290
- ]
11291
- },
11292
- "analytics:usage:storage": {
11293
- "aliases": [],
11294
- "args": {},
11295
- "description": "Get storage usage analytics",
11296
- "examples": [
11297
- "<%= config.bin %> analytics usage storage",
11298
- "<%= config.bin %> analytics usage storage --json",
11299
- "<%= config.bin %> analytics usage storage --selection videos"
11300
- ],
11301
- "flags": {
11302
- "json": {
11303
- "description": "Format output as json.",
11304
- "helpGroup": "GLOBAL",
11305
- "name": "json",
11306
- "allowNo": false,
11307
- "type": "boolean"
11308
- },
11309
- "workspace": {
11310
- "char": "w",
11311
- "helpGroup": "GLOBAL",
11312
- "name": "workspace",
11313
- "summary": "Workspace domain or display name to use for this invocation.",
11314
- "hasDynamicHelp": false,
11315
- "multiple": false,
11316
- "type": "option"
11317
- },
11318
- "agent": {
11319
- "description": "Output machine-readable command metadata for AI agent consumption",
11320
- "helpGroup": "GLOBAL",
11321
- "hidden": true,
11322
- "name": "agent",
11323
- "allowNo": false,
11324
- "type": "boolean"
11325
- },
11326
- "date-start": {
11327
- "description": "First date (YYYY-MM-DD)",
11328
- "name": "date-start",
11329
- "required": false,
11330
- "hasDynamicHelp": false,
11331
- "multiple": false,
11332
- "type": "option"
11333
- },
11334
- "date-end": {
11335
- "description": "Last date (YYYY-MM-DD)",
11336
- "name": "date-end",
11337
- "required": false,
11338
- "hasDynamicHelp": false,
11339
- "multiple": false,
11340
- "type": "option"
11341
- },
11342
- "date-expression": {
11343
- "description": "Predefined date range (e.g. thisweek, lastyear)",
11344
- "name": "date-expression",
11345
- "required": false,
11346
- "hasDynamicHelp": false,
11347
- "multiple": false,
11348
- "type": "option"
11349
- },
11350
- "selection": {
11351
- "description": "Scope to specific objects/types",
11352
- "name": "selection",
11353
- "required": false,
11354
- "hasDynamicHelp": false,
11355
- "multiple": false,
11356
- "type": "option"
11357
- },
11358
- "groupby": {
11359
- "description": "Group results by dimension",
11360
- "name": "groupby",
11361
- "required": false,
11362
- "hasDynamicHelp": false,
11363
- "multiple": false,
11364
- "type": "option"
11365
- },
11366
- "orderby": {
11367
- "description": "Order results by field",
11368
- "name": "orderby",
11369
- "required": false,
11370
- "hasDynamicHelp": false,
11371
- "multiple": false,
11372
- "type": "option"
11373
- },
11374
- "order": {
11375
- "description": "Sort direction (asc/desc)",
11376
- "name": "order",
11377
- "required": false,
11378
- "hasDynamicHelp": false,
11379
- "multiple": false,
11380
- "type": "option"
11381
- }
11382
- },
11383
- "hasDynamicHelp": false,
11384
- "hiddenAliases": [],
11385
- "id": "analytics:usage:storage",
11386
- "pluginAlias": "twentythree-cli",
11387
- "pluginName": "twentythree-cli",
11388
- "pluginType": "core",
11389
- "strict": true,
11390
- "enableJsonFlag": true,
11391
- "agentMetadata": {
11392
- "api_endpoint": "GET /analytics/data/usage/storage",
11393
- "auth_scope": "read",
11394
- "output_shape": {
11395
- "type": "key-value"
11396
- },
11397
- "side_effects": "none"
11398
- },
11399
- "isESM": false,
11400
- "relativePath": [
11401
- "dist",
11402
- "commands",
11403
- "analytics",
11404
- "usage",
11405
- "storage.cjs"
11395
+ "live",
11396
+ "weekday.cjs"
11406
11397
  ]
11407
11398
  },
11408
- "analytics:usage:traffic": {
11399
+ "analytics:usage:devices": {
11409
11400
  "aliases": [],
11410
11401
  "args": {},
11411
- "description": "Get usage analytics by traffic type",
11402
+ "description": "Get usage analytics by device type",
11412
11403
  "examples": [
11413
- "<%= config.bin %> analytics usage traffic --date-expression thismonth",
11414
- "<%= config.bin %> analytics usage traffic --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11415
- "<%= config.bin %> analytics usage traffic --json"
11404
+ "<%= config.bin %> analytics usage devices --date-expression thismonth",
11405
+ "<%= config.bin %> analytics usage devices --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11406
+ "<%= config.bin %> analytics usage devices --json"
11416
11407
  ],
11417
11408
  "flags": {
11418
11409
  "json": {
@@ -11514,19 +11505,19 @@
11514
11505
  },
11515
11506
  "hasDynamicHelp": false,
11516
11507
  "hiddenAliases": [],
11517
- "id": "analytics:usage:traffic",
11508
+ "id": "analytics:usage:devices",
11518
11509
  "pluginAlias": "twentythree-cli",
11519
11510
  "pluginName": "twentythree-cli",
11520
11511
  "pluginType": "core",
11521
11512
  "strict": true,
11522
11513
  "enableJsonFlag": true,
11523
11514
  "agentMetadata": {
11524
- "api_endpoint": "GET /analytics/data/usage/traffic",
11515
+ "api_endpoint": "GET /analytics/data/usage/devices",
11525
11516
  "auth_scope": "read",
11526
11517
  "output_shape": {
11527
11518
  "type": "table",
11528
11519
  "columns": [
11529
- "Traffic Type",
11520
+ "Device",
11530
11521
  "Plays",
11531
11522
  "Engagement",
11532
11523
  "Traffic",
@@ -11541,17 +11532,17 @@
11541
11532
  "commands",
11542
11533
  "analytics",
11543
11534
  "usage",
11544
- "traffic.cjs"
11535
+ "devices.cjs"
11545
11536
  ]
11546
11537
  },
11547
- "analytics:video": {
11538
+ "analytics:usage:domains": {
11548
11539
  "aliases": [],
11549
11540
  "args": {},
11550
- "description": "Get video analytics data",
11551
- "examples": [
11552
- "<%= config.bin %> analytics video --date-expression thisweek",
11553
- "<%= config.bin %> analytics video --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11554
- "<%= config.bin %> analytics video --json"
11541
+ "description": "Get usage analytics by domain",
11542
+ "examples": [
11543
+ "<%= config.bin %> analytics usage domains --date-expression thismonth",
11544
+ "<%= config.bin %> analytics usage domains --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11545
+ "<%= config.bin %> analytics usage domains --json"
11555
11546
  ],
11556
11547
  "flags": {
11557
11548
  "json": {
@@ -11653,23 +11644,23 @@
11653
11644
  },
11654
11645
  "hasDynamicHelp": false,
11655
11646
  "hiddenAliases": [],
11656
- "id": "analytics:video",
11647
+ "id": "analytics:usage:domains",
11657
11648
  "pluginAlias": "twentythree-cli",
11658
11649
  "pluginName": "twentythree-cli",
11659
11650
  "pluginType": "core",
11660
11651
  "strict": true,
11661
11652
  "enableJsonFlag": true,
11662
11653
  "agentMetadata": {
11663
- "api_endpoint": "GET /analytics/data/videos",
11654
+ "api_endpoint": "GET /analytics/data/usage/domains",
11664
11655
  "auth_scope": "read",
11665
11656
  "output_shape": {
11666
11657
  "type": "table",
11667
11658
  "columns": [
11659
+ "Domain",
11668
11660
  "Plays",
11669
11661
  "Engagement",
11670
- "Playrate",
11671
- "Avg View Time",
11672
- "Traffic"
11662
+ "Traffic",
11663
+ "Impressions"
11673
11664
  ]
11674
11665
  },
11675
11666
  "side_effects": "none"
@@ -11679,18 +11670,18 @@
11679
11670
  "dist",
11680
11671
  "commands",
11681
11672
  "analytics",
11682
- "video",
11683
- "index.cjs"
11673
+ "usage",
11674
+ "domains.cjs"
11684
11675
  ]
11685
11676
  },
11686
- "analytics:video:performance": {
11677
+ "analytics:usage:locations": {
11687
11678
  "aliases": [],
11688
11679
  "args": {},
11689
- "description": "Get video performance analytics",
11680
+ "description": "Get usage analytics by location",
11690
11681
  "examples": [
11691
- "<%= config.bin %> analytics video performance --date-expression thismonth",
11692
- "<%= config.bin %> analytics video performance --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11693
- "<%= config.bin %> analytics video performance --json"
11682
+ "<%= config.bin %> analytics usage locations --date-expression thismonth",
11683
+ "<%= config.bin %> analytics usage locations --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11684
+ "<%= config.bin %> analytics usage locations --json"
11694
11685
  ],
11695
11686
  "flags": {
11696
11687
  "json": {
@@ -11792,23 +11783,23 @@
11792
11783
  },
11793
11784
  "hasDynamicHelp": false,
11794
11785
  "hiddenAliases": [],
11795
- "id": "analytics:video:performance",
11786
+ "id": "analytics:usage:locations",
11796
11787
  "pluginAlias": "twentythree-cli",
11797
11788
  "pluginName": "twentythree-cli",
11798
11789
  "pluginType": "core",
11799
11790
  "strict": true,
11800
11791
  "enableJsonFlag": true,
11801
11792
  "agentMetadata": {
11802
- "api_endpoint": "GET /analytics/data/videos/performance",
11793
+ "api_endpoint": "GET /analytics/data/usage/locations",
11803
11794
  "auth_scope": "read",
11804
11795
  "output_shape": {
11805
11796
  "type": "table",
11806
11797
  "columns": [
11807
- "Title",
11798
+ "Location",
11808
11799
  "Plays",
11809
11800
  "Engagement",
11810
- "Playrate",
11811
- "Performance"
11801
+ "Traffic",
11802
+ "Impressions"
11812
11803
  ]
11813
11804
  },
11814
11805
  "side_effects": "none"
@@ -11818,18 +11809,18 @@
11818
11809
  "dist",
11819
11810
  "commands",
11820
11811
  "analytics",
11821
- "video",
11822
- "performance.cjs"
11812
+ "usage",
11813
+ "locations.cjs"
11823
11814
  ]
11824
11815
  },
11825
- "analytics:video:published": {
11816
+ "analytics:usage:sourceids": {
11826
11817
  "aliases": [],
11827
11818
  "args": {},
11828
- "description": "Get analytics for published videos",
11819
+ "description": "Get usage analytics by source ID",
11829
11820
  "examples": [
11830
- "<%= config.bin %> analytics video published --date-expression thismonth",
11831
- "<%= config.bin %> analytics video published --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11832
- "<%= config.bin %> analytics video published --json"
11821
+ "<%= config.bin %> analytics usage sourceids --date-expression thismonth",
11822
+ "<%= config.bin %> analytics usage sourceids --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11823
+ "<%= config.bin %> analytics usage sourceids --json"
11833
11824
  ],
11834
11825
  "flags": {
11835
11826
  "json": {
@@ -11931,23 +11922,23 @@
11931
11922
  },
11932
11923
  "hasDynamicHelp": false,
11933
11924
  "hiddenAliases": [],
11934
- "id": "analytics:video:published",
11925
+ "id": "analytics:usage:sourceids",
11935
11926
  "pluginAlias": "twentythree-cli",
11936
11927
  "pluginName": "twentythree-cli",
11937
11928
  "pluginType": "core",
11938
11929
  "strict": true,
11939
11930
  "enableJsonFlag": true,
11940
11931
  "agentMetadata": {
11941
- "api_endpoint": "GET /analytics/data/videos/published",
11932
+ "api_endpoint": "GET /analytics/data/usage/sourceids",
11942
11933
  "auth_scope": "read",
11943
11934
  "output_shape": {
11944
11935
  "type": "table",
11945
11936
  "columns": [
11946
- "Date",
11947
- "Videos",
11937
+ "Source ID",
11948
11938
  "Plays",
11949
11939
  "Engagement",
11950
- "Traffic"
11940
+ "Traffic",
11941
+ "Impressions"
11951
11942
  ]
11952
11943
  },
11953
11944
  "side_effects": "none"
@@ -11957,18 +11948,18 @@
11957
11948
  "dist",
11958
11949
  "commands",
11959
11950
  "analytics",
11960
- "video",
11961
- "published.cjs"
11951
+ "usage",
11952
+ "sourceids.cjs"
11962
11953
  ]
11963
11954
  },
11964
- "analytics:video:timeseries": {
11955
+ "analytics:usage:sources": {
11965
11956
  "aliases": [],
11966
11957
  "args": {},
11967
- "description": "Get video analytics time series data",
11958
+ "description": "Get usage analytics by traffic source",
11968
11959
  "examples": [
11969
- "<%= config.bin %> analytics video timeseries --date-expression thisweek",
11970
- "<%= config.bin %> analytics video timeseries --date-start 2024-01-01 --date-end 2024-01-31",
11971
- "<%= config.bin %> analytics video timeseries --json"
11960
+ "<%= config.bin %> analytics usage sources --date-expression thismonth",
11961
+ "<%= config.bin %> analytics usage sources --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
11962
+ "<%= config.bin %> analytics usage sources --json"
11972
11963
  ],
11973
11964
  "flags": {
11974
11965
  "json": {
@@ -12019,6 +12010,22 @@
12019
12010
  "multiple": false,
12020
12011
  "type": "option"
12021
12012
  },
12013
+ "page": {
12014
+ "description": "Page number",
12015
+ "name": "page",
12016
+ "required": false,
12017
+ "hasDynamicHelp": false,
12018
+ "multiple": false,
12019
+ "type": "option"
12020
+ },
12021
+ "size": {
12022
+ "description": "Page size",
12023
+ "name": "size",
12024
+ "required": false,
12025
+ "hasDynamicHelp": false,
12026
+ "multiple": false,
12027
+ "type": "option"
12028
+ },
12022
12029
  "selection": {
12023
12030
  "description": "Scope to specific objects/types",
12024
12031
  "name": "selection",
@@ -12054,23 +12061,23 @@
12054
12061
  },
12055
12062
  "hasDynamicHelp": false,
12056
12063
  "hiddenAliases": [],
12057
- "id": "analytics:video:timeseries",
12064
+ "id": "analytics:usage:sources",
12058
12065
  "pluginAlias": "twentythree-cli",
12059
12066
  "pluginName": "twentythree-cli",
12060
12067
  "pluginType": "core",
12061
12068
  "strict": true,
12062
12069
  "enableJsonFlag": true,
12063
12070
  "agentMetadata": {
12064
- "api_endpoint": "GET /analytics/data/videos/timeseries",
12071
+ "api_endpoint": "GET /analytics/data/usage/sources",
12065
12072
  "auth_scope": "read",
12066
12073
  "output_shape": {
12067
12074
  "type": "table",
12068
12075
  "columns": [
12069
- "Date",
12076
+ "Source",
12070
12077
  "Plays",
12071
12078
  "Engagement",
12072
- "Playrate",
12073
- "Traffic"
12079
+ "Traffic",
12080
+ "Impressions"
12074
12081
  ]
12075
12082
  },
12076
12083
  "side_effects": "none"
@@ -12080,18 +12087,18 @@
12080
12087
  "dist",
12081
12088
  "commands",
12082
12089
  "analytics",
12083
- "video",
12084
- "timeseries.cjs"
12090
+ "usage",
12091
+ "sources.cjs"
12085
12092
  ]
12086
12093
  },
12087
- "analytics:video:totals": {
12094
+ "analytics:usage:spots": {
12088
12095
  "aliases": [],
12089
12096
  "args": {},
12090
- "description": "Get aggregated video analytics totals",
12097
+ "description": "Get usage analytics by spot",
12091
12098
  "examples": [
12092
- "<%= config.bin %> analytics video totals --date-expression thismonth",
12093
- "<%= config.bin %> analytics video totals --date-start 2024-01-01 --date-end 2024-01-31",
12094
- "<%= config.bin %> analytics video totals --json"
12099
+ "<%= config.bin %> analytics usage spots --date-expression thismonth",
12100
+ "<%= config.bin %> analytics usage spots --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12101
+ "<%= config.bin %> analytics usage spots --json"
12095
12102
  ],
12096
12103
  "flags": {
12097
12104
  "json": {
@@ -12142,6 +12149,22 @@
12142
12149
  "multiple": false,
12143
12150
  "type": "option"
12144
12151
  },
12152
+ "page": {
12153
+ "description": "Page number",
12154
+ "name": "page",
12155
+ "required": false,
12156
+ "hasDynamicHelp": false,
12157
+ "multiple": false,
12158
+ "type": "option"
12159
+ },
12160
+ "size": {
12161
+ "description": "Page size",
12162
+ "name": "size",
12163
+ "required": false,
12164
+ "hasDynamicHelp": false,
12165
+ "multiple": false,
12166
+ "type": "option"
12167
+ },
12145
12168
  "selection": {
12146
12169
  "description": "Scope to specific objects/types",
12147
12170
  "name": "selection",
@@ -12177,23 +12200,23 @@
12177
12200
  },
12178
12201
  "hasDynamicHelp": false,
12179
12202
  "hiddenAliases": [],
12180
- "id": "analytics:video:totals",
12203
+ "id": "analytics:usage:spots",
12181
12204
  "pluginAlias": "twentythree-cli",
12182
12205
  "pluginName": "twentythree-cli",
12183
12206
  "pluginType": "core",
12184
12207
  "strict": true,
12185
12208
  "enableJsonFlag": true,
12186
12209
  "agentMetadata": {
12187
- "api_endpoint": "GET /analytics/data/videos/totals",
12210
+ "api_endpoint": "GET /analytics/data/usage/spots",
12188
12211
  "auth_scope": "read",
12189
12212
  "output_shape": {
12190
12213
  "type": "table",
12191
12214
  "columns": [
12215
+ "Spot",
12192
12216
  "Plays",
12193
12217
  "Engagement",
12194
- "Playrate",
12195
- "Avg View Time",
12196
- "Traffic"
12218
+ "Traffic",
12219
+ "Impressions"
12197
12220
  ]
12198
12221
  },
12199
12222
  "side_effects": "none"
@@ -12203,18 +12226,18 @@
12203
12226
  "dist",
12204
12227
  "commands",
12205
12228
  "analytics",
12206
- "video",
12207
- "totals.cjs"
12229
+ "usage",
12230
+ "spots.cjs"
12208
12231
  ]
12209
12232
  },
12210
- "analytics:video:weekday": {
12233
+ "analytics:usage:storage": {
12211
12234
  "aliases": [],
12212
12235
  "args": {},
12213
- "description": "Get video analytics broken down by day of week",
12236
+ "description": "Get storage usage analytics",
12214
12237
  "examples": [
12215
- "<%= config.bin %> analytics video weekday --date-expression thismonth",
12216
- "<%= config.bin %> analytics video weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12217
- "<%= config.bin %> analytics video weekday --json"
12238
+ "<%= config.bin %> analytics usage storage",
12239
+ "<%= config.bin %> analytics usage storage --json",
12240
+ "<%= config.bin %> analytics usage storage --selection videos"
12218
12241
  ],
12219
12242
  "flags": {
12220
12243
  "json": {
@@ -12265,22 +12288,6 @@
12265
12288
  "multiple": false,
12266
12289
  "type": "option"
12267
12290
  },
12268
- "page": {
12269
- "description": "Page number",
12270
- "name": "page",
12271
- "required": false,
12272
- "hasDynamicHelp": false,
12273
- "multiple": false,
12274
- "type": "option"
12275
- },
12276
- "size": {
12277
- "description": "Page size",
12278
- "name": "size",
12279
- "required": false,
12280
- "hasDynamicHelp": false,
12281
- "multiple": false,
12282
- "type": "option"
12283
- },
12284
12291
  "selection": {
12285
12292
  "description": "Scope to specific objects/types",
12286
12293
  "name": "selection",
@@ -12316,24 +12323,17 @@
12316
12323
  },
12317
12324
  "hasDynamicHelp": false,
12318
12325
  "hiddenAliases": [],
12319
- "id": "analytics:video:weekday",
12326
+ "id": "analytics:usage:storage",
12320
12327
  "pluginAlias": "twentythree-cli",
12321
12328
  "pluginName": "twentythree-cli",
12322
12329
  "pluginType": "core",
12323
12330
  "strict": true,
12324
12331
  "enableJsonFlag": true,
12325
12332
  "agentMetadata": {
12326
- "api_endpoint": "GET /analytics/data/videos/weekday",
12333
+ "api_endpoint": "GET /analytics/data/usage/storage",
12327
12334
  "auth_scope": "read",
12328
12335
  "output_shape": {
12329
- "type": "table",
12330
- "columns": [
12331
- "Day",
12332
- "Plays",
12333
- "Engagement",
12334
- "Playrate",
12335
- "Traffic"
12336
- ]
12336
+ "type": "key-value"
12337
12337
  },
12338
12338
  "side_effects": "none"
12339
12339
  },
@@ -12342,18 +12342,18 @@
12342
12342
  "dist",
12343
12343
  "commands",
12344
12344
  "analytics",
12345
- "video",
12346
- "weekday.cjs"
12345
+ "usage",
12346
+ "storage.cjs"
12347
12347
  ]
12348
12348
  },
12349
- "analytics:live:event-timeseries": {
12349
+ "analytics:usage:traffic": {
12350
12350
  "aliases": [],
12351
12351
  "args": {},
12352
- "description": "Get live/webinar event time series analytics",
12352
+ "description": "Get usage analytics by traffic type",
12353
12353
  "examples": [
12354
- "<%= config.bin %> analytics live event-timeseries --date-expression thisweek",
12355
- "<%= config.bin %> analytics live event-timeseries --date-start 2024-01-01 --date-end 2024-01-31",
12356
- "<%= config.bin %> analytics live event-timeseries --json"
12354
+ "<%= config.bin %> analytics usage traffic --date-expression thismonth",
12355
+ "<%= config.bin %> analytics usage traffic --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12356
+ "<%= config.bin %> analytics usage traffic --json"
12357
12357
  ],
12358
12358
  "flags": {
12359
12359
  "json": {
@@ -12404,6 +12404,22 @@
12404
12404
  "multiple": false,
12405
12405
  "type": "option"
12406
12406
  },
12407
+ "page": {
12408
+ "description": "Page number",
12409
+ "name": "page",
12410
+ "required": false,
12411
+ "hasDynamicHelp": false,
12412
+ "multiple": false,
12413
+ "type": "option"
12414
+ },
12415
+ "size": {
12416
+ "description": "Page size",
12417
+ "name": "size",
12418
+ "required": false,
12419
+ "hasDynamicHelp": false,
12420
+ "multiple": false,
12421
+ "type": "option"
12422
+ },
12407
12423
  "selection": {
12408
12424
  "description": "Scope to specific objects/types",
12409
12425
  "name": "selection",
@@ -12439,23 +12455,23 @@
12439
12455
  },
12440
12456
  "hasDynamicHelp": false,
12441
12457
  "hiddenAliases": [],
12442
- "id": "analytics:live:event-timeseries",
12458
+ "id": "analytics:usage:traffic",
12443
12459
  "pluginAlias": "twentythree-cli",
12444
12460
  "pluginName": "twentythree-cli",
12445
12461
  "pluginType": "core",
12446
12462
  "strict": true,
12447
12463
  "enableJsonFlag": true,
12448
12464
  "agentMetadata": {
12449
- "api_endpoint": "GET /analytics/data/live/event/timeseries",
12465
+ "api_endpoint": "GET /analytics/data/usage/traffic",
12450
12466
  "auth_scope": "read",
12451
12467
  "output_shape": {
12452
12468
  "type": "table",
12453
12469
  "columns": [
12454
- "Date",
12470
+ "Traffic Type",
12455
12471
  "Plays",
12456
- "Peak Viewers",
12457
12472
  "Engagement",
12458
- "Playrate"
12473
+ "Traffic",
12474
+ "Impressions"
12459
12475
  ]
12460
12476
  },
12461
12477
  "side_effects": "none"
@@ -12465,18 +12481,18 @@
12465
12481
  "dist",
12466
12482
  "commands",
12467
12483
  "analytics",
12468
- "live",
12469
- "event-timeseries.cjs"
12484
+ "usage",
12485
+ "traffic.cjs"
12470
12486
  ]
12471
12487
  },
12472
- "analytics:live:event-totals": {
12488
+ "analytics:video": {
12473
12489
  "aliases": [],
12474
12490
  "args": {},
12475
- "description": "Get live/webinar event totals analytics",
12491
+ "description": "Get video analytics data",
12476
12492
  "examples": [
12477
- "<%= config.bin %> analytics live event-totals --date-expression thisweek",
12478
- "<%= config.bin %> analytics live event-totals --date-start 2024-01-01 --date-end 2024-01-31",
12479
- "<%= config.bin %> analytics live event-totals --json"
12493
+ "<%= config.bin %> analytics video --date-expression thisweek",
12494
+ "<%= config.bin %> analytics video --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12495
+ "<%= config.bin %> analytics video --json"
12480
12496
  ],
12481
12497
  "flags": {
12482
12498
  "json": {
@@ -12519,9 +12535,25 @@
12519
12535
  "multiple": false,
12520
12536
  "type": "option"
12521
12537
  },
12522
- "date-expression": {
12523
- "description": "Predefined date range (e.g. thisweek, lastyear)",
12524
- "name": "date-expression",
12538
+ "date-expression": {
12539
+ "description": "Predefined date range (e.g. thisweek, lastyear)",
12540
+ "name": "date-expression",
12541
+ "required": false,
12542
+ "hasDynamicHelp": false,
12543
+ "multiple": false,
12544
+ "type": "option"
12545
+ },
12546
+ "page": {
12547
+ "description": "Page number",
12548
+ "name": "page",
12549
+ "required": false,
12550
+ "hasDynamicHelp": false,
12551
+ "multiple": false,
12552
+ "type": "option"
12553
+ },
12554
+ "size": {
12555
+ "description": "Page size",
12556
+ "name": "size",
12525
12557
  "required": false,
12526
12558
  "hasDynamicHelp": false,
12527
12559
  "multiple": false,
@@ -12562,23 +12594,23 @@
12562
12594
  },
12563
12595
  "hasDynamicHelp": false,
12564
12596
  "hiddenAliases": [],
12565
- "id": "analytics:live:event-totals",
12597
+ "id": "analytics:video",
12566
12598
  "pluginAlias": "twentythree-cli",
12567
12599
  "pluginName": "twentythree-cli",
12568
12600
  "pluginType": "core",
12569
12601
  "strict": true,
12570
12602
  "enableJsonFlag": true,
12571
12603
  "agentMetadata": {
12572
- "api_endpoint": "GET /analytics/data/live/event/totals",
12604
+ "api_endpoint": "GET /analytics/data/videos",
12573
12605
  "auth_scope": "read",
12574
12606
  "output_shape": {
12575
12607
  "type": "table",
12576
12608
  "columns": [
12577
12609
  "Plays",
12578
- "Peak Viewers",
12579
12610
  "Engagement",
12580
12611
  "Playrate",
12581
- "Avg View Time"
12612
+ "Avg View Time",
12613
+ "Traffic"
12582
12614
  ]
12583
12615
  },
12584
12616
  "side_effects": "none"
@@ -12588,18 +12620,18 @@
12588
12620
  "dist",
12589
12621
  "commands",
12590
12622
  "analytics",
12591
- "live",
12592
- "event-totals.cjs"
12623
+ "video",
12624
+ "index.cjs"
12593
12625
  ]
12594
12626
  },
12595
- "analytics:live:event": {
12627
+ "analytics:video:performance": {
12596
12628
  "aliases": [],
12597
12629
  "args": {},
12598
- "description": "Get live/webinar event analytics",
12630
+ "description": "Get video performance analytics",
12599
12631
  "examples": [
12600
- "<%= config.bin %> analytics live event --date-expression thismonth",
12601
- "<%= config.bin %> analytics live event --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12602
- "<%= config.bin %> analytics live event --json"
12632
+ "<%= config.bin %> analytics video performance --date-expression thismonth",
12633
+ "<%= config.bin %> analytics video performance --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12634
+ "<%= config.bin %> analytics video performance --json"
12603
12635
  ],
12604
12636
  "flags": {
12605
12637
  "json": {
@@ -12701,22 +12733,22 @@
12701
12733
  },
12702
12734
  "hasDynamicHelp": false,
12703
12735
  "hiddenAliases": [],
12704
- "id": "analytics:live:event",
12736
+ "id": "analytics:video:performance",
12705
12737
  "pluginAlias": "twentythree-cli",
12706
12738
  "pluginName": "twentythree-cli",
12707
12739
  "pluginType": "core",
12708
12740
  "strict": true,
12709
12741
  "enableJsonFlag": true,
12710
12742
  "agentMetadata": {
12711
- "api_endpoint": "GET /analytics/data/live/event",
12743
+ "api_endpoint": "GET /analytics/data/videos/performance",
12712
12744
  "auth_scope": "read",
12713
12745
  "output_shape": {
12714
12746
  "type": "table",
12715
12747
  "columns": [
12716
- "Event",
12748
+ "Title",
12717
12749
  "Plays",
12718
- "Peak Viewers",
12719
12750
  "Engagement",
12751
+ "Playrate",
12720
12752
  "Performance"
12721
12753
  ]
12722
12754
  },
@@ -12727,18 +12759,18 @@
12727
12759
  "dist",
12728
12760
  "commands",
12729
12761
  "analytics",
12730
- "live",
12731
- "event.cjs"
12762
+ "video",
12763
+ "performance.cjs"
12732
12764
  ]
12733
12765
  },
12734
- "analytics:live": {
12766
+ "analytics:video:published": {
12735
12767
  "aliases": [],
12736
12768
  "args": {},
12737
- "description": "Get live/webinar analytics data",
12769
+ "description": "Get analytics for published videos",
12738
12770
  "examples": [
12739
- "<%= config.bin %> analytics live --date-expression thisweek",
12740
- "<%= config.bin %> analytics live --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12741
- "<%= config.bin %> analytics live --json"
12771
+ "<%= config.bin %> analytics video published --date-expression thismonth",
12772
+ "<%= config.bin %> analytics video published --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
12773
+ "<%= config.bin %> analytics video published --json"
12742
12774
  ],
12743
12775
  "flags": {
12744
12776
  "json": {
@@ -12840,23 +12872,23 @@
12840
12872
  },
12841
12873
  "hasDynamicHelp": false,
12842
12874
  "hiddenAliases": [],
12843
- "id": "analytics:live",
12875
+ "id": "analytics:video:published",
12844
12876
  "pluginAlias": "twentythree-cli",
12845
12877
  "pluginName": "twentythree-cli",
12846
12878
  "pluginType": "core",
12847
12879
  "strict": true,
12848
12880
  "enableJsonFlag": true,
12849
12881
  "agentMetadata": {
12850
- "api_endpoint": "GET /analytics/data/live",
12882
+ "api_endpoint": "GET /analytics/data/videos/published",
12851
12883
  "auth_scope": "read",
12852
12884
  "output_shape": {
12853
12885
  "type": "table",
12854
12886
  "columns": [
12887
+ "Date",
12888
+ "Videos",
12855
12889
  "Plays",
12856
- "Peak Viewers",
12857
12890
  "Engagement",
12858
- "Playrate",
12859
- "Avg View Time"
12891
+ "Traffic"
12860
12892
  ]
12861
12893
  },
12862
12894
  "side_effects": "none"
@@ -12866,18 +12898,18 @@
12866
12898
  "dist",
12867
12899
  "commands",
12868
12900
  "analytics",
12869
- "live",
12870
- "index.cjs"
12901
+ "video",
12902
+ "published.cjs"
12871
12903
  ]
12872
12904
  },
12873
- "analytics:live:timeseries": {
12905
+ "analytics:video:timeseries": {
12874
12906
  "aliases": [],
12875
12907
  "args": {},
12876
- "description": "Get live/webinar analytics time series data",
12908
+ "description": "Get video analytics time series data",
12877
12909
  "examples": [
12878
- "<%= config.bin %> analytics live timeseries --date-expression thisweek",
12879
- "<%= config.bin %> analytics live timeseries --date-start 2024-01-01 --date-end 2024-01-31",
12880
- "<%= config.bin %> analytics live timeseries --json"
12910
+ "<%= config.bin %> analytics video timeseries --date-expression thisweek",
12911
+ "<%= config.bin %> analytics video timeseries --date-start 2024-01-01 --date-end 2024-01-31",
12912
+ "<%= config.bin %> analytics video timeseries --json"
12881
12913
  ],
12882
12914
  "flags": {
12883
12915
  "json": {
@@ -12963,23 +12995,23 @@
12963
12995
  },
12964
12996
  "hasDynamicHelp": false,
12965
12997
  "hiddenAliases": [],
12966
- "id": "analytics:live:timeseries",
12998
+ "id": "analytics:video:timeseries",
12967
12999
  "pluginAlias": "twentythree-cli",
12968
13000
  "pluginName": "twentythree-cli",
12969
13001
  "pluginType": "core",
12970
13002
  "strict": true,
12971
13003
  "enableJsonFlag": true,
12972
13004
  "agentMetadata": {
12973
- "api_endpoint": "GET /analytics/data/live/timeseries",
13005
+ "api_endpoint": "GET /analytics/data/videos/timeseries",
12974
13006
  "auth_scope": "read",
12975
13007
  "output_shape": {
12976
13008
  "type": "table",
12977
13009
  "columns": [
12978
13010
  "Date",
12979
13011
  "Plays",
12980
- "Peak Viewers",
12981
13012
  "Engagement",
12982
- "Playrate"
13013
+ "Playrate",
13014
+ "Traffic"
12983
13015
  ]
12984
13016
  },
12985
13017
  "side_effects": "none"
@@ -12989,18 +13021,18 @@
12989
13021
  "dist",
12990
13022
  "commands",
12991
13023
  "analytics",
12992
- "live",
13024
+ "video",
12993
13025
  "timeseries.cjs"
12994
13026
  ]
12995
13027
  },
12996
- "analytics:live:totals": {
13028
+ "analytics:video:totals": {
12997
13029
  "aliases": [],
12998
13030
  "args": {},
12999
- "description": "Get live/webinar analytics totals",
13031
+ "description": "Get aggregated video analytics totals",
13000
13032
  "examples": [
13001
- "<%= config.bin %> analytics live totals --date-expression thisweek",
13002
- "<%= config.bin %> analytics live totals --date-start 2024-01-01 --date-end 2024-01-31",
13003
- "<%= config.bin %> analytics live totals --json"
13033
+ "<%= config.bin %> analytics video totals --date-expression thismonth",
13034
+ "<%= config.bin %> analytics video totals --date-start 2024-01-01 --date-end 2024-01-31",
13035
+ "<%= config.bin %> analytics video totals --json"
13004
13036
  ],
13005
13037
  "flags": {
13006
13038
  "json": {
@@ -13086,23 +13118,23 @@
13086
13118
  },
13087
13119
  "hasDynamicHelp": false,
13088
13120
  "hiddenAliases": [],
13089
- "id": "analytics:live:totals",
13121
+ "id": "analytics:video:totals",
13090
13122
  "pluginAlias": "twentythree-cli",
13091
13123
  "pluginName": "twentythree-cli",
13092
13124
  "pluginType": "core",
13093
13125
  "strict": true,
13094
13126
  "enableJsonFlag": true,
13095
13127
  "agentMetadata": {
13096
- "api_endpoint": "GET /analytics/data/live/totals",
13128
+ "api_endpoint": "GET /analytics/data/videos/totals",
13097
13129
  "auth_scope": "read",
13098
13130
  "output_shape": {
13099
13131
  "type": "table",
13100
13132
  "columns": [
13101
13133
  "Plays",
13102
- "Peak Viewers",
13103
13134
  "Engagement",
13104
13135
  "Playrate",
13105
- "Avg View Time"
13136
+ "Avg View Time",
13137
+ "Traffic"
13106
13138
  ]
13107
13139
  },
13108
13140
  "side_effects": "none"
@@ -13112,18 +13144,18 @@
13112
13144
  "dist",
13113
13145
  "commands",
13114
13146
  "analytics",
13115
- "live",
13147
+ "video",
13116
13148
  "totals.cjs"
13117
13149
  ]
13118
13150
  },
13119
- "analytics:live:weekday": {
13151
+ "analytics:video:weekday": {
13120
13152
  "aliases": [],
13121
13153
  "args": {},
13122
- "description": "Get live/webinar analytics by day of week",
13154
+ "description": "Get video analytics broken down by day of week",
13123
13155
  "examples": [
13124
- "<%= config.bin %> analytics live weekday --date-expression thismonth",
13125
- "<%= config.bin %> analytics live weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
13126
- "<%= config.bin %> analytics live weekday --json"
13156
+ "<%= config.bin %> analytics video weekday --date-expression thismonth",
13157
+ "<%= config.bin %> analytics video weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
13158
+ "<%= config.bin %> analytics video weekday --json"
13127
13159
  ],
13128
13160
  "flags": {
13129
13161
  "json": {
@@ -13225,23 +13257,23 @@
13225
13257
  },
13226
13258
  "hasDynamicHelp": false,
13227
13259
  "hiddenAliases": [],
13228
- "id": "analytics:live:weekday",
13260
+ "id": "analytics:video:weekday",
13229
13261
  "pluginAlias": "twentythree-cli",
13230
13262
  "pluginName": "twentythree-cli",
13231
13263
  "pluginType": "core",
13232
13264
  "strict": true,
13233
13265
  "enableJsonFlag": true,
13234
13266
  "agentMetadata": {
13235
- "api_endpoint": "GET /analytics/data/live/weekday",
13267
+ "api_endpoint": "GET /analytics/data/videos/weekday",
13236
13268
  "auth_scope": "read",
13237
13269
  "output_shape": {
13238
13270
  "type": "table",
13239
13271
  "columns": [
13240
13272
  "Day",
13241
13273
  "Plays",
13242
- "Peak Viewers",
13243
13274
  "Engagement",
13244
- "Playrate"
13275
+ "Playrate",
13276
+ "Traffic"
13245
13277
  ]
13246
13278
  },
13247
13279
  "side_effects": "none"
@@ -13251,7 +13283,7 @@
13251
13283
  "dist",
13252
13284
  "commands",
13253
13285
  "analytics",
13254
- "live",
13286
+ "video",
13255
13287
  "weekday.cjs"
13256
13288
  ]
13257
13289
  },
@@ -19975,14 +20007,14 @@
19975
20007
  "transcriptionlist.cjs"
19976
20008
  ]
19977
20009
  },
19978
- "analytics:usage:domains:totals": {
20010
+ "analytics:live:weekday:timeseries": {
19979
20011
  "aliases": [],
19980
20012
  "args": {},
19981
- "description": "Get aggregated usage analytics by embed domain - totals",
20013
+ "description": "Get live/webinar analytics by weekday - time series",
19982
20014
  "examples": [
19983
- "<%= config.bin %> analytics usage domains totals --date-expression thismonth",
19984
- "<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
19985
- "<%= config.bin %> analytics usage domains totals --json"
20015
+ "<%= config.bin %> analytics live weekday timeseries --date-expression thisweek",
20016
+ "<%= config.bin %> analytics live weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
20017
+ "<%= config.bin %> analytics live weekday timeseries --json"
19986
20018
  ],
19987
20019
  "flags": {
19988
20020
  "json": {
@@ -20068,22 +20100,23 @@
20068
20100
  },
20069
20101
  "hasDynamicHelp": false,
20070
20102
  "hiddenAliases": [],
20071
- "id": "analytics:usage:domains:totals",
20103
+ "id": "analytics:live:weekday:timeseries",
20072
20104
  "pluginAlias": "twentythree-cli",
20073
20105
  "pluginName": "twentythree-cli",
20074
20106
  "pluginType": "core",
20075
20107
  "strict": true,
20076
20108
  "enableJsonFlag": true,
20077
20109
  "agentMetadata": {
20078
- "api_endpoint": "GET /analytics/data/usage/domains/totals",
20110
+ "api_endpoint": "GET /analytics/data/live/weekday/timeseries",
20079
20111
  "auth_scope": "read",
20080
20112
  "output_shape": {
20081
20113
  "type": "table",
20082
20114
  "columns": [
20083
- "Domain",
20115
+ "Date",
20116
+ "Day",
20084
20117
  "Plays",
20085
- "Engagement",
20086
- "Traffic"
20118
+ "Peak Viewers",
20119
+ "Engagement"
20087
20120
  ]
20088
20121
  },
20089
20122
  "side_effects": "none"
@@ -20093,19 +20126,19 @@
20093
20126
  "dist",
20094
20127
  "commands",
20095
20128
  "analytics",
20096
- "usage",
20097
- "domains",
20098
- "totals.cjs"
20129
+ "live",
20130
+ "weekday",
20131
+ "timeseries.cjs"
20099
20132
  ]
20100
20133
  },
20101
- "analytics:usage:locations:totals": {
20134
+ "analytics:live:weekday:totals": {
20102
20135
  "aliases": [],
20103
20136
  "args": {},
20104
- "description": "Get aggregated usage analytics by location - totals",
20137
+ "description": "Get aggregated live/webinar analytics by weekday - totals",
20105
20138
  "examples": [
20106
- "<%= config.bin %> analytics usage locations totals --date-expression thismonth",
20107
- "<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
20108
- "<%= config.bin %> analytics usage locations totals --json"
20139
+ "<%= config.bin %> analytics live weekday totals --date-expression thismonth",
20140
+ "<%= config.bin %> analytics live weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
20141
+ "<%= config.bin %> analytics live weekday totals --json"
20109
20142
  ],
20110
20143
  "flags": {
20111
20144
  "json": {
@@ -20191,22 +20224,23 @@
20191
20224
  },
20192
20225
  "hasDynamicHelp": false,
20193
20226
  "hiddenAliases": [],
20194
- "id": "analytics:usage:locations:totals",
20227
+ "id": "analytics:live:weekday:totals",
20195
20228
  "pluginAlias": "twentythree-cli",
20196
20229
  "pluginName": "twentythree-cli",
20197
20230
  "pluginType": "core",
20198
20231
  "strict": true,
20199
20232
  "enableJsonFlag": true,
20200
20233
  "agentMetadata": {
20201
- "api_endpoint": "GET /analytics/data/usage/locations/totals",
20234
+ "api_endpoint": "GET /analytics/data/live/weekday/totals",
20202
20235
  "auth_scope": "read",
20203
20236
  "output_shape": {
20204
20237
  "type": "table",
20205
20238
  "columns": [
20206
- "Location",
20239
+ "Day",
20207
20240
  "Plays",
20241
+ "Peak Viewers",
20208
20242
  "Engagement",
20209
- "Traffic"
20243
+ "Playrate"
20210
20244
  ]
20211
20245
  },
20212
20246
  "side_effects": "none"
@@ -20216,19 +20250,19 @@
20216
20250
  "dist",
20217
20251
  "commands",
20218
20252
  "analytics",
20219
- "usage",
20220
- "locations",
20253
+ "live",
20254
+ "weekday",
20221
20255
  "totals.cjs"
20222
20256
  ]
20223
20257
  },
20224
- "analytics:usage:sourceids:totals": {
20258
+ "analytics:usage:devices:timeseries": {
20225
20259
  "aliases": [],
20226
20260
  "args": {},
20227
- "description": "Get aggregated usage analytics by source ID - totals",
20261
+ "description": "Get usage analytics by device type - time series",
20228
20262
  "examples": [
20229
- "<%= config.bin %> analytics usage sourceids totals --date-expression thismonth",
20230
- "<%= config.bin %> analytics usage sourceids totals --date-start 2024-01-01 --date-end 2024-01-31",
20231
- "<%= config.bin %> analytics usage sourceids totals --json"
20263
+ "<%= config.bin %> analytics usage devices timeseries --date-expression thisweek",
20264
+ "<%= config.bin %> analytics usage devices timeseries --date-start 2024-01-01 --date-end 2024-01-31",
20265
+ "<%= config.bin %> analytics usage devices timeseries --json"
20232
20266
  ],
20233
20267
  "flags": {
20234
20268
  "json": {
@@ -20314,22 +20348,22 @@
20314
20348
  },
20315
20349
  "hasDynamicHelp": false,
20316
20350
  "hiddenAliases": [],
20317
- "id": "analytics:usage:sourceids:totals",
20351
+ "id": "analytics:usage:devices:timeseries",
20318
20352
  "pluginAlias": "twentythree-cli",
20319
20353
  "pluginName": "twentythree-cli",
20320
20354
  "pluginType": "core",
20321
20355
  "strict": true,
20322
20356
  "enableJsonFlag": true,
20323
20357
  "agentMetadata": {
20324
- "api_endpoint": "GET /analytics/data/usage/sourceids/totals",
20358
+ "api_endpoint": "GET /analytics/data/usage/devices/timeseries",
20325
20359
  "auth_scope": "read",
20326
20360
  "output_shape": {
20327
20361
  "type": "table",
20328
20362
  "columns": [
20329
- "Source ID",
20363
+ "Date",
20364
+ "Device",
20330
20365
  "Plays",
20331
- "Engagement",
20332
- "Traffic"
20366
+ "Engagement"
20333
20367
  ]
20334
20368
  },
20335
20369
  "side_effects": "none"
@@ -20340,18 +20374,18 @@
20340
20374
  "commands",
20341
20375
  "analytics",
20342
20376
  "usage",
20343
- "sourceids",
20344
- "totals.cjs"
20377
+ "devices",
20378
+ "timeseries.cjs"
20345
20379
  ]
20346
20380
  },
20347
- "analytics:usage:sources:totals": {
20381
+ "analytics:usage:devices:totals": {
20348
20382
  "aliases": [],
20349
20383
  "args": {},
20350
- "description": "Get aggregated usage analytics by source - totals",
20384
+ "description": "Get aggregated usage analytics by device type - totals",
20351
20385
  "examples": [
20352
- "<%= config.bin %> analytics usage sources totals --date-expression thismonth",
20353
- "<%= config.bin %> analytics usage sources totals --date-start 2024-01-01 --date-end 2024-01-31",
20354
- "<%= config.bin %> analytics usage sources totals --json"
20386
+ "<%= config.bin %> analytics usage devices totals --date-expression thismonth",
20387
+ "<%= config.bin %> analytics usage devices totals --date-start 2024-01-01 --date-end 2024-01-31",
20388
+ "<%= config.bin %> analytics usage devices totals --json"
20355
20389
  ],
20356
20390
  "flags": {
20357
20391
  "json": {
@@ -20437,22 +20471,23 @@
20437
20471
  },
20438
20472
  "hasDynamicHelp": false,
20439
20473
  "hiddenAliases": [],
20440
- "id": "analytics:usage:sources:totals",
20474
+ "id": "analytics:usage:devices:totals",
20441
20475
  "pluginAlias": "twentythree-cli",
20442
20476
  "pluginName": "twentythree-cli",
20443
20477
  "pluginType": "core",
20444
20478
  "strict": true,
20445
20479
  "enableJsonFlag": true,
20446
20480
  "agentMetadata": {
20447
- "api_endpoint": "GET /analytics/data/usage/sources/totals",
20481
+ "api_endpoint": "GET /analytics/data/usage/devices/totals",
20448
20482
  "auth_scope": "read",
20449
20483
  "output_shape": {
20450
20484
  "type": "table",
20451
20485
  "columns": [
20452
- "Source",
20486
+ "Device",
20453
20487
  "Plays",
20454
20488
  "Engagement",
20455
- "Traffic"
20489
+ "Traffic",
20490
+ "Impressions"
20456
20491
  ]
20457
20492
  },
20458
20493
  "side_effects": "none"
@@ -20463,18 +20498,18 @@
20463
20498
  "commands",
20464
20499
  "analytics",
20465
20500
  "usage",
20466
- "sources",
20501
+ "devices",
20467
20502
  "totals.cjs"
20468
20503
  ]
20469
20504
  },
20470
- "analytics:usage:spots:timeseries": {
20505
+ "analytics:usage:domains:totals": {
20471
20506
  "aliases": [],
20472
20507
  "args": {},
20473
- "description": "Get spot usage analytics - time series",
20508
+ "description": "Get aggregated usage analytics by embed domain - totals",
20474
20509
  "examples": [
20475
- "<%= config.bin %> analytics usage spots timeseries --date-expression thisweek",
20476
- "<%= config.bin %> analytics usage spots timeseries --date-start 2024-01-01 --date-end 2024-01-31",
20477
- "<%= config.bin %> analytics usage spots timeseries --json"
20510
+ "<%= config.bin %> analytics usage domains totals --date-expression thismonth",
20511
+ "<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
20512
+ "<%= config.bin %> analytics usage domains totals --json"
20478
20513
  ],
20479
20514
  "flags": {
20480
20515
  "json": {
@@ -20560,22 +20595,22 @@
20560
20595
  },
20561
20596
  "hasDynamicHelp": false,
20562
20597
  "hiddenAliases": [],
20563
- "id": "analytics:usage:spots:timeseries",
20598
+ "id": "analytics:usage:domains:totals",
20564
20599
  "pluginAlias": "twentythree-cli",
20565
20600
  "pluginName": "twentythree-cli",
20566
20601
  "pluginType": "core",
20567
20602
  "strict": true,
20568
20603
  "enableJsonFlag": true,
20569
20604
  "agentMetadata": {
20570
- "api_endpoint": "GET /analytics/data/usage/spots/timeseries",
20605
+ "api_endpoint": "GET /analytics/data/usage/domains/totals",
20571
20606
  "auth_scope": "read",
20572
20607
  "output_shape": {
20573
20608
  "type": "table",
20574
20609
  "columns": [
20575
- "Date",
20576
- "Spot",
20610
+ "Domain",
20577
20611
  "Plays",
20578
- "Engagement"
20612
+ "Engagement",
20613
+ "Traffic"
20579
20614
  ]
20580
20615
  },
20581
20616
  "side_effects": "none"
@@ -20586,18 +20621,18 @@
20586
20621
  "commands",
20587
20622
  "analytics",
20588
20623
  "usage",
20589
- "spots",
20590
- "timeseries.cjs"
20624
+ "domains",
20625
+ "totals.cjs"
20591
20626
  ]
20592
20627
  },
20593
- "analytics:usage:spots:totals": {
20628
+ "analytics:usage:locations:totals": {
20594
20629
  "aliases": [],
20595
20630
  "args": {},
20596
- "description": "Get aggregated spot usage analytics - totals",
20631
+ "description": "Get aggregated usage analytics by location - totals",
20597
20632
  "examples": [
20598
- "<%= config.bin %> analytics usage spots totals --date-expression thismonth",
20599
- "<%= config.bin %> analytics usage spots totals --date-start 2024-01-01 --date-end 2024-01-31",
20600
- "<%= config.bin %> analytics usage spots totals --json"
20633
+ "<%= config.bin %> analytics usage locations totals --date-expression thismonth",
20634
+ "<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
20635
+ "<%= config.bin %> analytics usage locations totals --json"
20601
20636
  ],
20602
20637
  "flags": {
20603
20638
  "json": {
@@ -20683,19 +20718,19 @@
20683
20718
  },
20684
20719
  "hasDynamicHelp": false,
20685
20720
  "hiddenAliases": [],
20686
- "id": "analytics:usage:spots:totals",
20721
+ "id": "analytics:usage:locations:totals",
20687
20722
  "pluginAlias": "twentythree-cli",
20688
20723
  "pluginName": "twentythree-cli",
20689
20724
  "pluginType": "core",
20690
20725
  "strict": true,
20691
20726
  "enableJsonFlag": true,
20692
20727
  "agentMetadata": {
20693
- "api_endpoint": "GET /analytics/data/usage/spots/totals",
20728
+ "api_endpoint": "GET /analytics/data/usage/locations/totals",
20694
20729
  "auth_scope": "read",
20695
20730
  "output_shape": {
20696
20731
  "type": "table",
20697
20732
  "columns": [
20698
- "Spot",
20733
+ "Location",
20699
20734
  "Plays",
20700
20735
  "Engagement",
20701
20736
  "Traffic"
@@ -20709,18 +20744,18 @@
20709
20744
  "commands",
20710
20745
  "analytics",
20711
20746
  "usage",
20712
- "spots",
20747
+ "locations",
20713
20748
  "totals.cjs"
20714
20749
  ]
20715
20750
  },
20716
- "analytics:usage:traffic:timeseries": {
20751
+ "analytics:usage:sourceids:totals": {
20717
20752
  "aliases": [],
20718
20753
  "args": {},
20719
- "description": "Get traffic usage analytics - time series",
20754
+ "description": "Get aggregated usage analytics by source ID - totals",
20720
20755
  "examples": [
20721
- "<%= config.bin %> analytics usage traffic timeseries --date-expression thisweek",
20722
- "<%= config.bin %> analytics usage traffic timeseries --date-start 2024-01-01 --date-end 2024-01-31",
20723
- "<%= config.bin %> analytics usage traffic timeseries --json"
20756
+ "<%= config.bin %> analytics usage sourceids totals --date-expression thismonth",
20757
+ "<%= config.bin %> analytics usage sourceids totals --date-start 2024-01-01 --date-end 2024-01-31",
20758
+ "<%= config.bin %> analytics usage sourceids totals --json"
20724
20759
  ],
20725
20760
  "flags": {
20726
20761
  "json": {
@@ -20806,22 +20841,22 @@
20806
20841
  },
20807
20842
  "hasDynamicHelp": false,
20808
20843
  "hiddenAliases": [],
20809
- "id": "analytics:usage:traffic:timeseries",
20844
+ "id": "analytics:usage:sourceids:totals",
20810
20845
  "pluginAlias": "twentythree-cli",
20811
20846
  "pluginName": "twentythree-cli",
20812
20847
  "pluginType": "core",
20813
20848
  "strict": true,
20814
20849
  "enableJsonFlag": true,
20815
20850
  "agentMetadata": {
20816
- "api_endpoint": "GET /analytics/data/usage/traffic/timeseries",
20851
+ "api_endpoint": "GET /analytics/data/usage/sourceids/totals",
20817
20852
  "auth_scope": "read",
20818
20853
  "output_shape": {
20819
20854
  "type": "table",
20820
20855
  "columns": [
20821
- "Date",
20822
- "Traffic Type",
20856
+ "Source ID",
20823
20857
  "Plays",
20824
- "Engagement"
20858
+ "Engagement",
20859
+ "Traffic"
20825
20860
  ]
20826
20861
  },
20827
20862
  "side_effects": "none"
@@ -20832,18 +20867,18 @@
20832
20867
  "commands",
20833
20868
  "analytics",
20834
20869
  "usage",
20835
- "traffic",
20836
- "timeseries.cjs"
20870
+ "sourceids",
20871
+ "totals.cjs"
20837
20872
  ]
20838
20873
  },
20839
- "analytics:usage:traffic:totals": {
20874
+ "analytics:usage:sources:totals": {
20840
20875
  "aliases": [],
20841
20876
  "args": {},
20842
- "description": "Get aggregated traffic usage analytics - totals",
20877
+ "description": "Get aggregated usage analytics by source - totals",
20843
20878
  "examples": [
20844
- "<%= config.bin %> analytics usage traffic totals --date-expression thismonth",
20845
- "<%= config.bin %> analytics usage traffic totals --date-start 2024-01-01 --date-end 2024-01-31",
20846
- "<%= config.bin %> analytics usage traffic totals --json"
20879
+ "<%= config.bin %> analytics usage sources totals --date-expression thismonth",
20880
+ "<%= config.bin %> analytics usage sources totals --date-start 2024-01-01 --date-end 2024-01-31",
20881
+ "<%= config.bin %> analytics usage sources totals --json"
20847
20882
  ],
20848
20883
  "flags": {
20849
20884
  "json": {
@@ -20929,23 +20964,22 @@
20929
20964
  },
20930
20965
  "hasDynamicHelp": false,
20931
20966
  "hiddenAliases": [],
20932
- "id": "analytics:usage:traffic:totals",
20967
+ "id": "analytics:usage:sources:totals",
20933
20968
  "pluginAlias": "twentythree-cli",
20934
20969
  "pluginName": "twentythree-cli",
20935
20970
  "pluginType": "core",
20936
20971
  "strict": true,
20937
20972
  "enableJsonFlag": true,
20938
20973
  "agentMetadata": {
20939
- "api_endpoint": "GET /analytics/data/usage/traffic/totals",
20974
+ "api_endpoint": "GET /analytics/data/usage/sources/totals",
20940
20975
  "auth_scope": "read",
20941
20976
  "output_shape": {
20942
20977
  "type": "table",
20943
20978
  "columns": [
20944
- "Traffic Type",
20979
+ "Source",
20945
20980
  "Plays",
20946
20981
  "Engagement",
20947
- "Traffic",
20948
- "Impressions"
20982
+ "Traffic"
20949
20983
  ]
20950
20984
  },
20951
20985
  "side_effects": "none"
@@ -20956,18 +20990,18 @@
20956
20990
  "commands",
20957
20991
  "analytics",
20958
20992
  "usage",
20959
- "traffic",
20993
+ "sources",
20960
20994
  "totals.cjs"
20961
20995
  ]
20962
20996
  },
20963
- "analytics:video:performance:timeseries": {
20997
+ "analytics:usage:spots:timeseries": {
20964
20998
  "aliases": [],
20965
20999
  "args": {},
20966
- "description": "Get video playthrough performance - time series",
21000
+ "description": "Get spot usage analytics - time series",
20967
21001
  "examples": [
20968
- "<%= config.bin %> analytics video performance timeseries --date-expression thisweek",
20969
- "<%= config.bin %> analytics video performance timeseries --date-start 2024-01-01 --date-end 2024-01-31",
20970
- "<%= config.bin %> analytics video performance timeseries --json"
21002
+ "<%= config.bin %> analytics usage spots timeseries --date-expression thisweek",
21003
+ "<%= config.bin %> analytics usage spots timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21004
+ "<%= config.bin %> analytics usage spots timeseries --json"
20971
21005
  ],
20972
21006
  "flags": {
20973
21007
  "json": {
@@ -21053,22 +21087,22 @@
21053
21087
  },
21054
21088
  "hasDynamicHelp": false,
21055
21089
  "hiddenAliases": [],
21056
- "id": "analytics:video:performance:timeseries",
21090
+ "id": "analytics:usage:spots:timeseries",
21057
21091
  "pluginAlias": "twentythree-cli",
21058
21092
  "pluginName": "twentythree-cli",
21059
21093
  "pluginType": "core",
21060
21094
  "strict": true,
21061
21095
  "enableJsonFlag": true,
21062
21096
  "agentMetadata": {
21063
- "api_endpoint": "GET /analytics/data/videos/performance/timeseries",
21097
+ "api_endpoint": "GET /analytics/data/usage/spots/timeseries",
21064
21098
  "auth_scope": "read",
21065
21099
  "output_shape": {
21066
21100
  "type": "table",
21067
21101
  "columns": [
21068
21102
  "Date",
21103
+ "Spot",
21069
21104
  "Plays",
21070
- "Engagement",
21071
- "Playthrough"
21105
+ "Engagement"
21072
21106
  ]
21073
21107
  },
21074
21108
  "side_effects": "none"
@@ -21078,19 +21112,19 @@
21078
21112
  "dist",
21079
21113
  "commands",
21080
21114
  "analytics",
21081
- "video",
21082
- "performance",
21115
+ "usage",
21116
+ "spots",
21083
21117
  "timeseries.cjs"
21084
21118
  ]
21085
21119
  },
21086
- "analytics:video:performance:totals": {
21120
+ "analytics:usage:spots:totals": {
21087
21121
  "aliases": [],
21088
21122
  "args": {},
21089
- "description": "Get aggregated video playthrough performance - totals",
21123
+ "description": "Get aggregated spot usage analytics - totals",
21090
21124
  "examples": [
21091
- "<%= config.bin %> analytics video performance totals --date-expression thisweek",
21092
- "<%= config.bin %> analytics video performance totals --date-start 2024-01-01 --date-end 2024-01-31",
21093
- "<%= config.bin %> analytics video performance totals --json"
21125
+ "<%= config.bin %> analytics usage spots totals --date-expression thismonth",
21126
+ "<%= config.bin %> analytics usage spots totals --date-start 2024-01-01 --date-end 2024-01-31",
21127
+ "<%= config.bin %> analytics usage spots totals --json"
21094
21128
  ],
21095
21129
  "flags": {
21096
21130
  "json": {
@@ -21176,21 +21210,22 @@
21176
21210
  },
21177
21211
  "hasDynamicHelp": false,
21178
21212
  "hiddenAliases": [],
21179
- "id": "analytics:video:performance:totals",
21213
+ "id": "analytics:usage:spots:totals",
21180
21214
  "pluginAlias": "twentythree-cli",
21181
21215
  "pluginName": "twentythree-cli",
21182
21216
  "pluginType": "core",
21183
21217
  "strict": true,
21184
21218
  "enableJsonFlag": true,
21185
21219
  "agentMetadata": {
21186
- "api_endpoint": "GET /analytics/data/videos/performance/totals",
21220
+ "api_endpoint": "GET /analytics/data/usage/spots/totals",
21187
21221
  "auth_scope": "read",
21188
21222
  "output_shape": {
21189
21223
  "type": "table",
21190
21224
  "columns": [
21225
+ "Spot",
21191
21226
  "Plays",
21192
21227
  "Engagement",
21193
- "Playthrough"
21228
+ "Traffic"
21194
21229
  ]
21195
21230
  },
21196
21231
  "side_effects": "none"
@@ -21200,19 +21235,19 @@
21200
21235
  "dist",
21201
21236
  "commands",
21202
21237
  "analytics",
21203
- "video",
21204
- "performance",
21238
+ "usage",
21239
+ "spots",
21205
21240
  "totals.cjs"
21206
21241
  ]
21207
21242
  },
21208
- "analytics:video:published:timeseries": {
21243
+ "analytics:usage:traffic:timeseries": {
21209
21244
  "aliases": [],
21210
21245
  "args": {},
21211
- "description": "Get video analytics by publish date - time series",
21246
+ "description": "Get traffic usage analytics - time series",
21212
21247
  "examples": [
21213
- "<%= config.bin %> analytics video published timeseries --date-expression thisweek",
21214
- "<%= config.bin %> analytics video published timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21215
- "<%= config.bin %> analytics video published timeseries --json"
21248
+ "<%= config.bin %> analytics usage traffic timeseries --date-expression thisweek",
21249
+ "<%= config.bin %> analytics usage traffic timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21250
+ "<%= config.bin %> analytics usage traffic timeseries --json"
21216
21251
  ],
21217
21252
  "flags": {
21218
21253
  "json": {
@@ -21298,20 +21333,20 @@
21298
21333
  },
21299
21334
  "hasDynamicHelp": false,
21300
21335
  "hiddenAliases": [],
21301
- "id": "analytics:video:published:timeseries",
21336
+ "id": "analytics:usage:traffic:timeseries",
21302
21337
  "pluginAlias": "twentythree-cli",
21303
21338
  "pluginName": "twentythree-cli",
21304
21339
  "pluginType": "core",
21305
21340
  "strict": true,
21306
21341
  "enableJsonFlag": true,
21307
21342
  "agentMetadata": {
21308
- "api_endpoint": "GET /analytics/data/videos/published/timeseries",
21343
+ "api_endpoint": "GET /analytics/data/usage/traffic/timeseries",
21309
21344
  "auth_scope": "read",
21310
21345
  "output_shape": {
21311
21346
  "type": "table",
21312
21347
  "columns": [
21313
21348
  "Date",
21314
- "Published",
21349
+ "Traffic Type",
21315
21350
  "Plays",
21316
21351
  "Engagement"
21317
21352
  ]
@@ -21323,19 +21358,19 @@
21323
21358
  "dist",
21324
21359
  "commands",
21325
21360
  "analytics",
21326
- "video",
21327
- "published",
21361
+ "usage",
21362
+ "traffic",
21328
21363
  "timeseries.cjs"
21329
21364
  ]
21330
21365
  },
21331
- "analytics:video:published:totals": {
21366
+ "analytics:usage:traffic:totals": {
21332
21367
  "aliases": [],
21333
21368
  "args": {},
21334
- "description": "Get aggregated video analytics by publish date - totals",
21369
+ "description": "Get aggregated traffic usage analytics - totals",
21335
21370
  "examples": [
21336
- "<%= config.bin %> analytics video published totals --date-expression thisweek",
21337
- "<%= config.bin %> analytics video published totals --date-start 2024-01-01 --date-end 2024-01-31",
21338
- "<%= config.bin %> analytics video published totals --json"
21371
+ "<%= config.bin %> analytics usage traffic totals --date-expression thismonth",
21372
+ "<%= config.bin %> analytics usage traffic totals --date-start 2024-01-01 --date-end 2024-01-31",
21373
+ "<%= config.bin %> analytics usage traffic totals --json"
21339
21374
  ],
21340
21375
  "flags": {
21341
21376
  "json": {
@@ -21421,21 +21456,23 @@
21421
21456
  },
21422
21457
  "hasDynamicHelp": false,
21423
21458
  "hiddenAliases": [],
21424
- "id": "analytics:video:published:totals",
21459
+ "id": "analytics:usage:traffic:totals",
21425
21460
  "pluginAlias": "twentythree-cli",
21426
21461
  "pluginName": "twentythree-cli",
21427
21462
  "pluginType": "core",
21428
21463
  "strict": true,
21429
21464
  "enableJsonFlag": true,
21430
21465
  "agentMetadata": {
21431
- "api_endpoint": "GET /analytics/data/videos/published/totals",
21466
+ "api_endpoint": "GET /analytics/data/usage/traffic/totals",
21432
21467
  "auth_scope": "read",
21433
21468
  "output_shape": {
21434
21469
  "type": "table",
21435
21470
  "columns": [
21436
- "Published",
21471
+ "Traffic Type",
21437
21472
  "Plays",
21438
- "Engagement"
21473
+ "Engagement",
21474
+ "Traffic",
21475
+ "Impressions"
21439
21476
  ]
21440
21477
  },
21441
21478
  "side_effects": "none"
@@ -21445,19 +21482,19 @@
21445
21482
  "dist",
21446
21483
  "commands",
21447
21484
  "analytics",
21448
- "video",
21449
- "published",
21485
+ "usage",
21486
+ "traffic",
21450
21487
  "totals.cjs"
21451
21488
  ]
21452
21489
  },
21453
- "analytics:video:weekday:timeseries": {
21490
+ "analytics:video:performance:timeseries": {
21454
21491
  "aliases": [],
21455
21492
  "args": {},
21456
- "description": "Get video analytics by weekday - time series",
21493
+ "description": "Get video playthrough performance - time series",
21457
21494
  "examples": [
21458
- "<%= config.bin %> analytics video weekday timeseries --date-expression thisweek",
21459
- "<%= config.bin %> analytics video weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21460
- "<%= config.bin %> analytics video weekday timeseries --json"
21495
+ "<%= config.bin %> analytics video performance timeseries --date-expression thisweek",
21496
+ "<%= config.bin %> analytics video performance timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21497
+ "<%= config.bin %> analytics video performance timeseries --json"
21461
21498
  ],
21462
21499
  "flags": {
21463
21500
  "json": {
@@ -21543,23 +21580,22 @@
21543
21580
  },
21544
21581
  "hasDynamicHelp": false,
21545
21582
  "hiddenAliases": [],
21546
- "id": "analytics:video:weekday:timeseries",
21583
+ "id": "analytics:video:performance:timeseries",
21547
21584
  "pluginAlias": "twentythree-cli",
21548
21585
  "pluginName": "twentythree-cli",
21549
21586
  "pluginType": "core",
21550
21587
  "strict": true,
21551
21588
  "enableJsonFlag": true,
21552
21589
  "agentMetadata": {
21553
- "api_endpoint": "GET /analytics/data/videos/weekday/timeseries",
21590
+ "api_endpoint": "GET /analytics/data/videos/performance/timeseries",
21554
21591
  "auth_scope": "read",
21555
21592
  "output_shape": {
21556
21593
  "type": "table",
21557
21594
  "columns": [
21558
21595
  "Date",
21559
- "Day",
21560
21596
  "Plays",
21561
21597
  "Engagement",
21562
- "Playrate"
21598
+ "Playthrough"
21563
21599
  ]
21564
21600
  },
21565
21601
  "side_effects": "none"
@@ -21570,18 +21606,18 @@
21570
21606
  "commands",
21571
21607
  "analytics",
21572
21608
  "video",
21573
- "weekday",
21609
+ "performance",
21574
21610
  "timeseries.cjs"
21575
21611
  ]
21576
21612
  },
21577
- "analytics:video:weekday:totals": {
21613
+ "analytics:video:performance:totals": {
21578
21614
  "aliases": [],
21579
21615
  "args": {},
21580
- "description": "Get aggregated video analytics by weekday - totals",
21616
+ "description": "Get aggregated video playthrough performance - totals",
21581
21617
  "examples": [
21582
- "<%= config.bin %> analytics video weekday totals --date-expression thisweek",
21583
- "<%= config.bin %> analytics video weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
21584
- "<%= config.bin %> analytics video weekday totals --json"
21618
+ "<%= config.bin %> analytics video performance totals --date-expression thisweek",
21619
+ "<%= config.bin %> analytics video performance totals --date-start 2024-01-01 --date-end 2024-01-31",
21620
+ "<%= config.bin %> analytics video performance totals --json"
21585
21621
  ],
21586
21622
  "flags": {
21587
21623
  "json": {
@@ -21667,22 +21703,21 @@
21667
21703
  },
21668
21704
  "hasDynamicHelp": false,
21669
21705
  "hiddenAliases": [],
21670
- "id": "analytics:video:weekday:totals",
21706
+ "id": "analytics:video:performance:totals",
21671
21707
  "pluginAlias": "twentythree-cli",
21672
21708
  "pluginName": "twentythree-cli",
21673
21709
  "pluginType": "core",
21674
21710
  "strict": true,
21675
21711
  "enableJsonFlag": true,
21676
21712
  "agentMetadata": {
21677
- "api_endpoint": "GET /analytics/data/videos/weekday/totals",
21713
+ "api_endpoint": "GET /analytics/data/videos/performance/totals",
21678
21714
  "auth_scope": "read",
21679
21715
  "output_shape": {
21680
21716
  "type": "table",
21681
21717
  "columns": [
21682
- "Day",
21683
21718
  "Plays",
21684
21719
  "Engagement",
21685
- "Playrate"
21720
+ "Playthrough"
21686
21721
  ]
21687
21722
  },
21688
21723
  "side_effects": "none"
@@ -21693,18 +21728,18 @@
21693
21728
  "commands",
21694
21729
  "analytics",
21695
21730
  "video",
21696
- "weekday",
21731
+ "performance",
21697
21732
  "totals.cjs"
21698
21733
  ]
21699
21734
  },
21700
- "analytics:usage:devices:timeseries": {
21735
+ "analytics:video:published:timeseries": {
21701
21736
  "aliases": [],
21702
21737
  "args": {},
21703
- "description": "Get usage analytics by device type - time series",
21738
+ "description": "Get video analytics by publish date - time series",
21704
21739
  "examples": [
21705
- "<%= config.bin %> analytics usage devices timeseries --date-expression thisweek",
21706
- "<%= config.bin %> analytics usage devices timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21707
- "<%= config.bin %> analytics usage devices timeseries --json"
21740
+ "<%= config.bin %> analytics video published timeseries --date-expression thisweek",
21741
+ "<%= config.bin %> analytics video published timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21742
+ "<%= config.bin %> analytics video published timeseries --json"
21708
21743
  ],
21709
21744
  "flags": {
21710
21745
  "json": {
@@ -21790,20 +21825,20 @@
21790
21825
  },
21791
21826
  "hasDynamicHelp": false,
21792
21827
  "hiddenAliases": [],
21793
- "id": "analytics:usage:devices:timeseries",
21828
+ "id": "analytics:video:published:timeseries",
21794
21829
  "pluginAlias": "twentythree-cli",
21795
21830
  "pluginName": "twentythree-cli",
21796
21831
  "pluginType": "core",
21797
21832
  "strict": true,
21798
21833
  "enableJsonFlag": true,
21799
21834
  "agentMetadata": {
21800
- "api_endpoint": "GET /analytics/data/usage/devices/timeseries",
21835
+ "api_endpoint": "GET /analytics/data/videos/published/timeseries",
21801
21836
  "auth_scope": "read",
21802
21837
  "output_shape": {
21803
21838
  "type": "table",
21804
21839
  "columns": [
21805
21840
  "Date",
21806
- "Device",
21841
+ "Published",
21807
21842
  "Plays",
21808
21843
  "Engagement"
21809
21844
  ]
@@ -21815,19 +21850,19 @@
21815
21850
  "dist",
21816
21851
  "commands",
21817
21852
  "analytics",
21818
- "usage",
21819
- "devices",
21853
+ "video",
21854
+ "published",
21820
21855
  "timeseries.cjs"
21821
21856
  ]
21822
21857
  },
21823
- "analytics:usage:devices:totals": {
21858
+ "analytics:video:published:totals": {
21824
21859
  "aliases": [],
21825
21860
  "args": {},
21826
- "description": "Get aggregated usage analytics by device type - totals",
21861
+ "description": "Get aggregated video analytics by publish date - totals",
21827
21862
  "examples": [
21828
- "<%= config.bin %> analytics usage devices totals --date-expression thismonth",
21829
- "<%= config.bin %> analytics usage devices totals --date-start 2024-01-01 --date-end 2024-01-31",
21830
- "<%= config.bin %> analytics usage devices totals --json"
21863
+ "<%= config.bin %> analytics video published totals --date-expression thisweek",
21864
+ "<%= config.bin %> analytics video published totals --date-start 2024-01-01 --date-end 2024-01-31",
21865
+ "<%= config.bin %> analytics video published totals --json"
21831
21866
  ],
21832
21867
  "flags": {
21833
21868
  "json": {
@@ -21913,23 +21948,21 @@
21913
21948
  },
21914
21949
  "hasDynamicHelp": false,
21915
21950
  "hiddenAliases": [],
21916
- "id": "analytics:usage:devices:totals",
21951
+ "id": "analytics:video:published:totals",
21917
21952
  "pluginAlias": "twentythree-cli",
21918
21953
  "pluginName": "twentythree-cli",
21919
21954
  "pluginType": "core",
21920
21955
  "strict": true,
21921
21956
  "enableJsonFlag": true,
21922
21957
  "agentMetadata": {
21923
- "api_endpoint": "GET /analytics/data/usage/devices/totals",
21958
+ "api_endpoint": "GET /analytics/data/videos/published/totals",
21924
21959
  "auth_scope": "read",
21925
21960
  "output_shape": {
21926
21961
  "type": "table",
21927
21962
  "columns": [
21928
- "Device",
21963
+ "Published",
21929
21964
  "Plays",
21930
- "Engagement",
21931
- "Traffic",
21932
- "Impressions"
21965
+ "Engagement"
21933
21966
  ]
21934
21967
  },
21935
21968
  "side_effects": "none"
@@ -21939,19 +21972,19 @@
21939
21972
  "dist",
21940
21973
  "commands",
21941
21974
  "analytics",
21942
- "usage",
21943
- "devices",
21975
+ "video",
21976
+ "published",
21944
21977
  "totals.cjs"
21945
21978
  ]
21946
21979
  },
21947
- "analytics:live:weekday:timeseries": {
21980
+ "analytics:video:weekday:timeseries": {
21948
21981
  "aliases": [],
21949
21982
  "args": {},
21950
- "description": "Get live/webinar analytics by weekday - time series",
21983
+ "description": "Get video analytics by weekday - time series",
21951
21984
  "examples": [
21952
- "<%= config.bin %> analytics live weekday timeseries --date-expression thisweek",
21953
- "<%= config.bin %> analytics live weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21954
- "<%= config.bin %> analytics live weekday timeseries --json"
21985
+ "<%= config.bin %> analytics video weekday timeseries --date-expression thisweek",
21986
+ "<%= config.bin %> analytics video weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
21987
+ "<%= config.bin %> analytics video weekday timeseries --json"
21955
21988
  ],
21956
21989
  "flags": {
21957
21990
  "json": {
@@ -22037,14 +22070,14 @@
22037
22070
  },
22038
22071
  "hasDynamicHelp": false,
22039
22072
  "hiddenAliases": [],
22040
- "id": "analytics:live:weekday:timeseries",
22073
+ "id": "analytics:video:weekday:timeseries",
22041
22074
  "pluginAlias": "twentythree-cli",
22042
22075
  "pluginName": "twentythree-cli",
22043
22076
  "pluginType": "core",
22044
22077
  "strict": true,
22045
22078
  "enableJsonFlag": true,
22046
22079
  "agentMetadata": {
22047
- "api_endpoint": "GET /analytics/data/live/weekday/timeseries",
22080
+ "api_endpoint": "GET /analytics/data/videos/weekday/timeseries",
22048
22081
  "auth_scope": "read",
22049
22082
  "output_shape": {
22050
22083
  "type": "table",
@@ -22052,8 +22085,8 @@
22052
22085
  "Date",
22053
22086
  "Day",
22054
22087
  "Plays",
22055
- "Peak Viewers",
22056
- "Engagement"
22088
+ "Engagement",
22089
+ "Playrate"
22057
22090
  ]
22058
22091
  },
22059
22092
  "side_effects": "none"
@@ -22063,19 +22096,19 @@
22063
22096
  "dist",
22064
22097
  "commands",
22065
22098
  "analytics",
22066
- "live",
22099
+ "video",
22067
22100
  "weekday",
22068
22101
  "timeseries.cjs"
22069
22102
  ]
22070
22103
  },
22071
- "analytics:live:weekday:totals": {
22104
+ "analytics:video:weekday:totals": {
22072
22105
  "aliases": [],
22073
22106
  "args": {},
22074
- "description": "Get aggregated live/webinar analytics by weekday - totals",
22107
+ "description": "Get aggregated video analytics by weekday - totals",
22075
22108
  "examples": [
22076
- "<%= config.bin %> analytics live weekday totals --date-expression thismonth",
22077
- "<%= config.bin %> analytics live weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
22078
- "<%= config.bin %> analytics live weekday totals --json"
22109
+ "<%= config.bin %> analytics video weekday totals --date-expression thisweek",
22110
+ "<%= config.bin %> analytics video weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
22111
+ "<%= config.bin %> analytics video weekday totals --json"
22079
22112
  ],
22080
22113
  "flags": {
22081
22114
  "json": {
@@ -22161,21 +22194,20 @@
22161
22194
  },
22162
22195
  "hasDynamicHelp": false,
22163
22196
  "hiddenAliases": [],
22164
- "id": "analytics:live:weekday:totals",
22197
+ "id": "analytics:video:weekday:totals",
22165
22198
  "pluginAlias": "twentythree-cli",
22166
22199
  "pluginName": "twentythree-cli",
22167
22200
  "pluginType": "core",
22168
22201
  "strict": true,
22169
22202
  "enableJsonFlag": true,
22170
22203
  "agentMetadata": {
22171
- "api_endpoint": "GET /analytics/data/live/weekday/totals",
22204
+ "api_endpoint": "GET /analytics/data/videos/weekday/totals",
22172
22205
  "auth_scope": "read",
22173
22206
  "output_shape": {
22174
22207
  "type": "table",
22175
22208
  "columns": [
22176
22209
  "Day",
22177
22210
  "Plays",
22178
- "Peak Viewers",
22179
22211
  "Engagement",
22180
22212
  "Playrate"
22181
22213
  ]
@@ -22187,11 +22219,11 @@
22187
22219
  "dist",
22188
22220
  "commands",
22189
22221
  "analytics",
22190
- "live",
22222
+ "video",
22191
22223
  "weekday",
22192
22224
  "totals.cjs"
22193
22225
  ]
22194
22226
  }
22195
22227
  },
22196
- "version": "1.3.1"
22228
+ "version": "1.3.3"
22197
22229
  }