twentythree-cli 1.3.1 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/auth/switch.cjs +45 -0
- package/dist/commands/seo/get.cjs +58 -0
- package/dist/commands/seo/status.cjs +59 -0
- package/dist/commands/seo/update.cjs +91 -0
- package/docs/commands/action/add.md +1 -1
- package/docs/commands/action/delete.md +1 -1
- package/docs/commands/action/exclude.md +1 -1
- package/docs/commands/action/get.md +1 -1
- package/docs/commands/action/include.md +1 -1
- package/docs/commands/action/list.md +1 -1
- package/docs/commands/action/types.md +1 -1
- package/docs/commands/action/update.md +1 -1
- package/docs/commands/action/upload.md +1 -1
- package/docs/commands/action.md +9 -9
- package/docs/commands/analytics/conversions.md +3 -3
- package/docs/commands/analytics/live.md +9 -9
- package/docs/commands/analytics/usage.md +18 -18
- package/docs/commands/analytics/video.md +12 -12
- package/docs/commands/analytics.md +42 -42
- package/docs/commands/app/add.md +1 -1
- package/docs/commands/app/delete.md +1 -1
- package/docs/commands/app/list.md +38 -0
- package/docs/commands/app/remove-thumbnail.md +32 -0
- package/docs/commands/app/set-thumbnail.md +35 -0
- package/docs/commands/app/update.md +1 -1
- package/docs/commands/app.md +93 -3
- package/docs/commands/audience/companies.md +1 -1
- package/docs/commands/audience/field.md +4 -4
- package/docs/commands/audience/funnel.md +1 -1
- package/docs/commands/audience/identity-sources.md +1 -1
- package/docs/commands/audience/list-collectors.md +1 -1
- package/docs/commands/audience/list.md +1 -1
- package/docs/commands/audience/metrics.md +1 -1
- package/docs/commands/audience/register.md +1 -1
- package/docs/commands/audience/remove.md +1 -1
- package/docs/commands/audience/search.md +1 -1
- package/docs/commands/audience/timelines.md +1 -1
- package/docs/commands/audience/unregister.md +1 -1
- package/docs/commands/audience.md +15 -15
- package/docs/commands/auth/credentials.md +1 -1
- package/docs/commands/auth/status.md +1 -1
- package/docs/commands/auth/switch.md +23 -0
- package/docs/commands/auth.md +20 -2
- package/docs/commands/autocomplete.md +27 -0
- package/docs/commands/category/create.md +1 -1
- package/docs/commands/category/delete.md +1 -1
- package/docs/commands/category/list.md +1 -1
- package/docs/commands/category/update.md +1 -1
- package/docs/commands/category.md +5 -5
- package/docs/commands/collector/exclude.md +1 -1
- package/docs/commands/collector/include.md +1 -1
- package/docs/commands/collector/list.md +1 -1
- package/docs/commands/collector.md +3 -3
- package/docs/commands/comment/add.md +1 -1
- package/docs/commands/comment/clone.md +1 -1
- package/docs/commands/comment/delete.md +1 -1
- package/docs/commands/comment/list.md +1 -1
- package/docs/commands/comment/promote.md +1 -1
- package/docs/commands/comment/reaction.md +3 -3
- package/docs/commands/comment/set-order.md +1 -1
- package/docs/commands/comment/update.md +1 -1
- package/docs/commands/comment.md +10 -10
- package/docs/commands/doctor.md +1 -1
- package/docs/commands/openupload/list.md +1 -1
- package/docs/commands/openupload/update-file.md +1 -1
- package/docs/commands/openupload/upload-file.md +1 -1
- package/docs/commands/openupload.md +3 -3
- package/docs/commands/player/delete.md +1 -1
- package/docs/commands/player/embed-versions.md +1 -1
- package/docs/commands/player/embed.md +1 -1
- package/docs/commands/player/list.md +1 -1
- package/docs/commands/player/remove-thumbnail.md +32 -0
- package/docs/commands/player/set-thumbnail.md +35 -0
- package/docs/commands/player/styles.md +1 -1
- package/docs/commands/player/update.md +1 -1
- package/docs/commands/player.md +63 -6
- package/docs/commands/poll/add.md +1 -1
- package/docs/commands/poll/answer.md +1 -1
- package/docs/commands/poll/list.md +1 -1
- package/docs/commands/poll/remove.md +1 -1
- package/docs/commands/poll/set-options.md +1 -1
- package/docs/commands/poll/update.md +1 -1
- package/docs/commands/poll.md +6 -6
- package/docs/commands/presentation/page.md +1 -1
- package/docs/commands/presentation/setting.md +2 -2
- package/docs/commands/presentation.md +3 -3
- package/docs/commands/protection/protect.md +1 -1
- package/docs/commands/protection/unprotect.md +1 -1
- package/docs/commands/protection/verify.md +1 -1
- package/docs/commands/protection.md +3 -3
- package/docs/commands/seo/get.md +33 -0
- package/docs/commands/seo/status.md +33 -0
- package/docs/commands/seo/update.md +42 -0
- package/docs/commands/seo.md +98 -0
- package/docs/commands/session/get-token.md +1 -1
- package/docs/commands/session/redeem-token.md +1 -1
- package/docs/commands/session.md +2 -2
- package/docs/commands/setting/update.md +1 -1
- package/docs/commands/setting.md +1 -1
- package/docs/commands/site/get.md +1 -1
- package/docs/commands/site/search.md +1 -1
- package/docs/commands/site.md +2 -2
- package/docs/commands/spot/check.md +1 -1
- package/docs/commands/spot/create.md +1 -1
- package/docs/commands/spot/delete.md +1 -1
- package/docs/commands/spot/list.md +1 -1
- package/docs/commands/spot/reset-version.md +1 -1
- package/docs/commands/spot/set-videos.md +1 -1
- package/docs/commands/spot/update.md +1 -1
- package/docs/commands/spot.md +7 -7
- package/docs/commands/tag/list.md +1 -1
- package/docs/commands/tag/related.md +1 -1
- package/docs/commands/tag.md +2 -2
- package/docs/commands/thumbnail/add.md +1 -1
- package/docs/commands/thumbnail/data.md +1 -1
- package/docs/commands/thumbnail/delete.md +1 -1
- package/docs/commands/thumbnail/duplicate.md +1 -1
- package/docs/commands/thumbnail/file.md +3 -3
- package/docs/commands/thumbnail/list.md +1 -1
- package/docs/commands/thumbnail/preview-scss.md +35 -0
- package/docs/commands/thumbnail/update.md +1 -1
- package/docs/commands/thumbnail.md +40 -10
- package/docs/commands/user/create.md +1 -1
- package/docs/commands/user/get-login-token.md +1 -1
- package/docs/commands/user/get.md +1 -1
- package/docs/commands/user/list.md +1 -1
- package/docs/commands/user/redeem-login-token.md +1 -1
- package/docs/commands/user/send-invitation.md +1 -1
- package/docs/commands/user/tokens.md +1 -1
- package/docs/commands/user/update.md +1 -1
- package/docs/commands/user.md +8 -8
- package/docs/commands/video/delete.md +1 -1
- package/docs/commands/video/frame.md +1 -1
- package/docs/commands/video/get.md +1 -1
- package/docs/commands/video/list.md +1 -1
- package/docs/commands/video/replace.md +1 -1
- package/docs/commands/video/section.md +33 -6
- package/docs/commands/video/subtitle.md +16 -21
- package/docs/commands/video/transcoding-progress.md +1 -1
- package/docs/commands/video/update.md +4 -2
- package/docs/commands/video/upload.md +1 -1
- package/docs/commands/video.md +61 -37
- package/docs/commands/webhook/events.md +1 -1
- package/docs/commands/webhook/list.md +1 -1
- package/docs/commands/webhook/sample.md +1 -1
- package/docs/commands/webhook/subscribe.md +1 -1
- package/docs/commands/webhook/unsubscribe.md +1 -1
- package/docs/commands/webhook.md +5 -5
- package/docs/commands/webinar/attachment.md +4 -4
- package/docs/commands/webinar/clips.md +1 -1
- package/docs/commands/webinar/create.md +1 -1
- package/docs/commands/webinar/delete.md +1 -1
- package/docs/commands/webinar/highlights.md +1 -1
- package/docs/commands/webinar/list-formats.md +1 -1
- package/docs/commands/webinar/list.md +1 -1
- package/docs/commands/webinar/log.md +1 -1
- package/docs/commands/webinar/mail.md +7 -7
- package/docs/commands/webinar/metrics.md +1 -1
- package/docs/commands/webinar/queued-video.md +2 -2
- package/docs/commands/webinar/recording.md +4 -4
- package/docs/commands/webinar/repeat.md +1 -1
- package/docs/commands/webinar/room.md +4 -4
- package/docs/commands/webinar/section.md +4 -4
- package/docs/commands/webinar/series.md +16 -13
- package/docs/commands/webinar/speaker.md +14 -14
- package/docs/commands/webinar/transcription.md +4 -4
- package/docs/commands/webinar/update.md +4 -2
- package/docs/commands/webinar/upload-image.md +1 -1
- package/docs/commands/webinar.md +74 -69
- package/docs/commands/workspace/list.md +1 -1
- package/docs/commands/workspace/use.md +1 -1
- package/docs/commands/workspace.md +2 -2
- package/oclif.manifest.json +994 -688
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2516,61 +2516,36 @@
|
|
|
2516
2516
|
"status.cjs"
|
|
2517
2517
|
]
|
|
2518
2518
|
},
|
|
2519
|
-
"
|
|
2519
|
+
"auth:switch": {
|
|
2520
2520
|
"aliases": [],
|
|
2521
2521
|
"args": {},
|
|
2522
|
-
"description": "
|
|
2522
|
+
"description": "Switch the active workspace",
|
|
2523
2523
|
"examples": [
|
|
2524
|
-
"<%= config.bin %>
|
|
2524
|
+
"<%= config.bin %> auth switch"
|
|
2525
2525
|
],
|
|
2526
|
-
"flags": {
|
|
2527
|
-
"json": {
|
|
2528
|
-
"description": "Format output as json.",
|
|
2529
|
-
"helpGroup": "GLOBAL",
|
|
2530
|
-
"name": "json",
|
|
2531
|
-
"allowNo": false,
|
|
2532
|
-
"type": "boolean"
|
|
2533
|
-
},
|
|
2534
|
-
"workspace": {
|
|
2535
|
-
"char": "w",
|
|
2536
|
-
"helpGroup": "GLOBAL",
|
|
2537
|
-
"name": "workspace",
|
|
2538
|
-
"summary": "Workspace domain or display name to use for this invocation.",
|
|
2539
|
-
"hasDynamicHelp": false,
|
|
2540
|
-
"multiple": false,
|
|
2541
|
-
"type": "option"
|
|
2542
|
-
},
|
|
2543
|
-
"agent": {
|
|
2544
|
-
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
2545
|
-
"helpGroup": "GLOBAL",
|
|
2546
|
-
"hidden": true,
|
|
2547
|
-
"name": "agent",
|
|
2548
|
-
"allowNo": false,
|
|
2549
|
-
"type": "boolean"
|
|
2550
|
-
}
|
|
2551
|
-
},
|
|
2526
|
+
"flags": {},
|
|
2552
2527
|
"hasDynamicHelp": false,
|
|
2553
2528
|
"hiddenAliases": [],
|
|
2554
|
-
"id": "
|
|
2529
|
+
"id": "auth:switch",
|
|
2555
2530
|
"pluginAlias": "twentythree-cli",
|
|
2556
2531
|
"pluginName": "twentythree-cli",
|
|
2557
2532
|
"pluginType": "core",
|
|
2558
2533
|
"strict": true,
|
|
2559
|
-
"enableJsonFlag":
|
|
2534
|
+
"enableJsonFlag": false,
|
|
2560
2535
|
"agentMetadata": {
|
|
2561
2536
|
"api_endpoint": "interactive",
|
|
2562
2537
|
"auth_scope": "none",
|
|
2563
2538
|
"output_shape": {
|
|
2564
2539
|
"type": "none"
|
|
2565
2540
|
},
|
|
2566
|
-
"side_effects": "
|
|
2541
|
+
"side_effects": "updates"
|
|
2567
2542
|
},
|
|
2568
2543
|
"isESM": false,
|
|
2569
2544
|
"relativePath": [
|
|
2570
2545
|
"dist",
|
|
2571
2546
|
"commands",
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2547
|
+
"auth",
|
|
2548
|
+
"switch.cjs"
|
|
2574
2549
|
]
|
|
2575
2550
|
},
|
|
2576
2551
|
"category:create": {
|
|
@@ -2924,6 +2899,63 @@
|
|
|
2924
2899
|
"update.cjs"
|
|
2925
2900
|
]
|
|
2926
2901
|
},
|
|
2902
|
+
"autocomplete": {
|
|
2903
|
+
"aliases": [],
|
|
2904
|
+
"args": {},
|
|
2905
|
+
"description": "Set up tab completion for your shell",
|
|
2906
|
+
"examples": [
|
|
2907
|
+
"<%= config.bin %> autocomplete"
|
|
2908
|
+
],
|
|
2909
|
+
"flags": {
|
|
2910
|
+
"json": {
|
|
2911
|
+
"description": "Format output as json.",
|
|
2912
|
+
"helpGroup": "GLOBAL",
|
|
2913
|
+
"name": "json",
|
|
2914
|
+
"allowNo": false,
|
|
2915
|
+
"type": "boolean"
|
|
2916
|
+
},
|
|
2917
|
+
"workspace": {
|
|
2918
|
+
"char": "w",
|
|
2919
|
+
"helpGroup": "GLOBAL",
|
|
2920
|
+
"name": "workspace",
|
|
2921
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
2922
|
+
"hasDynamicHelp": false,
|
|
2923
|
+
"multiple": false,
|
|
2924
|
+
"type": "option"
|
|
2925
|
+
},
|
|
2926
|
+
"agent": {
|
|
2927
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
2928
|
+
"helpGroup": "GLOBAL",
|
|
2929
|
+
"hidden": true,
|
|
2930
|
+
"name": "agent",
|
|
2931
|
+
"allowNo": false,
|
|
2932
|
+
"type": "boolean"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
"hasDynamicHelp": false,
|
|
2936
|
+
"hiddenAliases": [],
|
|
2937
|
+
"id": "autocomplete",
|
|
2938
|
+
"pluginAlias": "twentythree-cli",
|
|
2939
|
+
"pluginName": "twentythree-cli",
|
|
2940
|
+
"pluginType": "core",
|
|
2941
|
+
"strict": true,
|
|
2942
|
+
"enableJsonFlag": true,
|
|
2943
|
+
"agentMetadata": {
|
|
2944
|
+
"api_endpoint": "interactive",
|
|
2945
|
+
"auth_scope": "none",
|
|
2946
|
+
"output_shape": {
|
|
2947
|
+
"type": "none"
|
|
2948
|
+
},
|
|
2949
|
+
"side_effects": "creates"
|
|
2950
|
+
},
|
|
2951
|
+
"isESM": false,
|
|
2952
|
+
"relativePath": [
|
|
2953
|
+
"dist",
|
|
2954
|
+
"commands",
|
|
2955
|
+
"autocomplete",
|
|
2956
|
+
"index.cjs"
|
|
2957
|
+
]
|
|
2958
|
+
},
|
|
2927
2959
|
"collector:exclude": {
|
|
2928
2960
|
"aliases": [],
|
|
2929
2961
|
"args": {
|
|
@@ -5483,15 +5515,13 @@
|
|
|
5483
5515
|
"verify.cjs"
|
|
5484
5516
|
]
|
|
5485
5517
|
},
|
|
5486
|
-
"
|
|
5518
|
+
"seo:get": {
|
|
5487
5519
|
"aliases": [],
|
|
5488
5520
|
"args": {},
|
|
5489
|
-
"description": "Get a
|
|
5521
|
+
"description": "Get SEO metadata for a video, webinar, or webinar series",
|
|
5490
5522
|
"examples": [
|
|
5491
|
-
"<%= config.bin %>
|
|
5492
|
-
"<%= config.bin %>
|
|
5493
|
-
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
5494
|
-
"<%= config.bin %> session get-token --json"
|
|
5523
|
+
"<%= config.bin %> seo get --object-id 12345",
|
|
5524
|
+
"<%= config.bin %> seo get --object-id 12345 --json"
|
|
5495
5525
|
],
|
|
5496
5526
|
"flags": {
|
|
5497
5527
|
"json": {
|
|
@@ -5518,25 +5548,17 @@
|
|
|
5518
5548
|
"allowNo": false,
|
|
5519
5549
|
"type": "boolean"
|
|
5520
5550
|
},
|
|
5521
|
-
"
|
|
5522
|
-
"description": "
|
|
5523
|
-
"name": "
|
|
5524
|
-
"required":
|
|
5525
|
-
"hasDynamicHelp": false,
|
|
5526
|
-
"multiple": false,
|
|
5527
|
-
"type": "option"
|
|
5528
|
-
},
|
|
5529
|
-
"email": {
|
|
5530
|
-
"description": "Email for the session token",
|
|
5531
|
-
"name": "email",
|
|
5532
|
-
"required": false,
|
|
5551
|
+
"object-id": {
|
|
5552
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5553
|
+
"name": "object-id",
|
|
5554
|
+
"required": true,
|
|
5533
5555
|
"hasDynamicHelp": false,
|
|
5534
5556
|
"multiple": false,
|
|
5535
5557
|
"type": "option"
|
|
5536
5558
|
},
|
|
5537
|
-
"
|
|
5538
|
-
"description": "
|
|
5539
|
-
"name": "
|
|
5559
|
+
"fields": {
|
|
5560
|
+
"description": "Comma-separated fields to return",
|
|
5561
|
+
"name": "fields",
|
|
5540
5562
|
"required": false,
|
|
5541
5563
|
"hasDynamicHelp": false,
|
|
5542
5564
|
"multiple": false,
|
|
@@ -5545,14 +5567,14 @@
|
|
|
5545
5567
|
},
|
|
5546
5568
|
"hasDynamicHelp": false,
|
|
5547
5569
|
"hiddenAliases": [],
|
|
5548
|
-
"id": "
|
|
5570
|
+
"id": "seo:get",
|
|
5549
5571
|
"pluginAlias": "twentythree-cli",
|
|
5550
5572
|
"pluginName": "twentythree-cli",
|
|
5551
5573
|
"pluginType": "core",
|
|
5552
5574
|
"strict": true,
|
|
5553
5575
|
"enableJsonFlag": true,
|
|
5554
5576
|
"agentMetadata": {
|
|
5555
|
-
"api_endpoint": "
|
|
5577
|
+
"api_endpoint": "POST /seo/get",
|
|
5556
5578
|
"auth_scope": "read",
|
|
5557
5579
|
"output_shape": {
|
|
5558
5580
|
"type": "key-value"
|
|
@@ -5563,17 +5585,17 @@
|
|
|
5563
5585
|
"relativePath": [
|
|
5564
5586
|
"dist",
|
|
5565
5587
|
"commands",
|
|
5566
|
-
"
|
|
5567
|
-
"get
|
|
5588
|
+
"seo",
|
|
5589
|
+
"get.cjs"
|
|
5568
5590
|
]
|
|
5569
5591
|
},
|
|
5570
|
-
"
|
|
5592
|
+
"seo:status": {
|
|
5571
5593
|
"aliases": [],
|
|
5572
5594
|
"args": {},
|
|
5573
|
-
"description": "
|
|
5595
|
+
"description": "Get SEO readiness status for a video, webinar, or webinar series",
|
|
5574
5596
|
"examples": [
|
|
5575
|
-
"<%= config.bin %>
|
|
5576
|
-
"<%= config.bin %>
|
|
5597
|
+
"<%= config.bin %> seo status --object-id 12345",
|
|
5598
|
+
"<%= config.bin %> seo status --object-id 12345 --json"
|
|
5577
5599
|
],
|
|
5578
5600
|
"flags": {
|
|
5579
5601
|
"json": {
|
|
@@ -5600,48 +5622,54 @@
|
|
|
5600
5622
|
"allowNo": false,
|
|
5601
5623
|
"type": "boolean"
|
|
5602
5624
|
},
|
|
5603
|
-
"
|
|
5604
|
-
"description": "
|
|
5605
|
-
"name": "
|
|
5625
|
+
"object-id": {
|
|
5626
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5627
|
+
"name": "object-id",
|
|
5606
5628
|
"required": true,
|
|
5607
5629
|
"hasDynamicHelp": false,
|
|
5608
5630
|
"multiple": false,
|
|
5609
5631
|
"type": "option"
|
|
5632
|
+
},
|
|
5633
|
+
"fields": {
|
|
5634
|
+
"description": "Comma-separated fields to return",
|
|
5635
|
+
"name": "fields",
|
|
5636
|
+
"required": false,
|
|
5637
|
+
"hasDynamicHelp": false,
|
|
5638
|
+
"multiple": false,
|
|
5639
|
+
"type": "option"
|
|
5610
5640
|
}
|
|
5611
5641
|
},
|
|
5612
5642
|
"hasDynamicHelp": false,
|
|
5613
5643
|
"hiddenAliases": [],
|
|
5614
|
-
"id": "
|
|
5644
|
+
"id": "seo:status",
|
|
5615
5645
|
"pluginAlias": "twentythree-cli",
|
|
5616
5646
|
"pluginName": "twentythree-cli",
|
|
5617
5647
|
"pluginType": "core",
|
|
5618
5648
|
"strict": true,
|
|
5619
5649
|
"enableJsonFlag": true,
|
|
5620
5650
|
"agentMetadata": {
|
|
5621
|
-
"api_endpoint": "POST /
|
|
5651
|
+
"api_endpoint": "POST /seo/status",
|
|
5622
5652
|
"auth_scope": "read",
|
|
5623
5653
|
"output_shape": {
|
|
5624
5654
|
"type": "key-value"
|
|
5625
5655
|
},
|
|
5626
|
-
"side_effects": "
|
|
5656
|
+
"side_effects": "none"
|
|
5627
5657
|
},
|
|
5628
5658
|
"isESM": false,
|
|
5629
5659
|
"relativePath": [
|
|
5630
5660
|
"dist",
|
|
5631
5661
|
"commands",
|
|
5632
|
-
"
|
|
5633
|
-
"
|
|
5662
|
+
"seo",
|
|
5663
|
+
"status.cjs"
|
|
5634
5664
|
]
|
|
5635
5665
|
},
|
|
5636
|
-
"
|
|
5666
|
+
"seo:update": {
|
|
5637
5667
|
"aliases": [],
|
|
5638
5668
|
"args": {},
|
|
5639
|
-
"description": "Update
|
|
5669
|
+
"description": "Update SEO metadata for a video, webinar, or webinar series",
|
|
5640
5670
|
"examples": [
|
|
5641
|
-
"<%= config.bin %>
|
|
5642
|
-
"<%= config.bin %>
|
|
5643
|
-
"<%= config.bin %> setting update --set site_name=\"Test\" --validate-only",
|
|
5644
|
-
"<%= config.bin %> setting update --set timezone=UTC --json"
|
|
5671
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-name \"My Video\"",
|
|
5672
|
+
"<%= config.bin %> seo update --object-id 12345 --seo-policy index --json"
|
|
5645
5673
|
],
|
|
5646
5674
|
"flags": {
|
|
5647
5675
|
"json": {
|
|
@@ -5668,24 +5696,69 @@
|
|
|
5668
5696
|
"allowNo": false,
|
|
5669
5697
|
"type": "boolean"
|
|
5670
5698
|
},
|
|
5671
|
-
"
|
|
5672
|
-
"description": "
|
|
5673
|
-
"name": "
|
|
5699
|
+
"object-id": {
|
|
5700
|
+
"description": "Object ID (video, webinar, or webinar series)",
|
|
5701
|
+
"name": "object-id",
|
|
5702
|
+
"required": true,
|
|
5703
|
+
"hasDynamicHelp": false,
|
|
5704
|
+
"multiple": false,
|
|
5705
|
+
"type": "option"
|
|
5706
|
+
},
|
|
5707
|
+
"seo-name": {
|
|
5708
|
+
"description": "SEO title for the object",
|
|
5709
|
+
"name": "seo-name",
|
|
5674
5710
|
"required": false,
|
|
5675
5711
|
"hasDynamicHelp": false,
|
|
5676
|
-
"multiple":
|
|
5712
|
+
"multiple": false,
|
|
5677
5713
|
"type": "option"
|
|
5678
5714
|
},
|
|
5679
|
-
"
|
|
5680
|
-
"description": "
|
|
5681
|
-
"name": "
|
|
5715
|
+
"seo-description": {
|
|
5716
|
+
"description": "SEO description for the object",
|
|
5717
|
+
"name": "seo-description",
|
|
5718
|
+
"required": false,
|
|
5719
|
+
"hasDynamicHelp": false,
|
|
5720
|
+
"multiple": false,
|
|
5721
|
+
"type": "option"
|
|
5722
|
+
},
|
|
5723
|
+
"seo-keywords": {
|
|
5724
|
+
"description": "SEO keywords for the object",
|
|
5725
|
+
"name": "seo-keywords",
|
|
5726
|
+
"required": false,
|
|
5727
|
+
"hasDynamicHelp": false,
|
|
5728
|
+
"multiple": false,
|
|
5729
|
+
"type": "option"
|
|
5730
|
+
},
|
|
5731
|
+
"canonical-url": {
|
|
5732
|
+
"description": "Canonical URL for the object",
|
|
5733
|
+
"name": "canonical-url",
|
|
5734
|
+
"required": false,
|
|
5735
|
+
"hasDynamicHelp": false,
|
|
5736
|
+
"multiple": false,
|
|
5737
|
+
"type": "option"
|
|
5738
|
+
},
|
|
5739
|
+
"seo-policy": {
|
|
5740
|
+
"description": "SEO indexing policy (\"\", \"index\", or \"noindex\")",
|
|
5741
|
+
"name": "seo-policy",
|
|
5742
|
+
"required": false,
|
|
5743
|
+
"hasDynamicHelp": false,
|
|
5744
|
+
"multiple": false,
|
|
5745
|
+
"options": [
|
|
5746
|
+
"",
|
|
5747
|
+
"index",
|
|
5748
|
+
"noindex"
|
|
5749
|
+
],
|
|
5750
|
+
"type": "option"
|
|
5751
|
+
},
|
|
5752
|
+
"enrich-immediately": {
|
|
5753
|
+
"description": "Enrich SEO metadata immediately",
|
|
5754
|
+
"name": "enrich-immediately",
|
|
5682
5755
|
"required": false,
|
|
5683
5756
|
"allowNo": false,
|
|
5684
5757
|
"type": "boolean"
|
|
5685
5758
|
},
|
|
5686
|
-
"
|
|
5687
|
-
"
|
|
5688
|
-
"name": "
|
|
5759
|
+
"fields": {
|
|
5760
|
+
"description": "Comma-separated fields to return",
|
|
5761
|
+
"name": "fields",
|
|
5689
5762
|
"required": false,
|
|
5690
5763
|
"hasDynamicHelp": false,
|
|
5691
5764
|
"multiple": false,
|
|
@@ -5694,17 +5767,17 @@
|
|
|
5694
5767
|
},
|
|
5695
5768
|
"hasDynamicHelp": false,
|
|
5696
5769
|
"hiddenAliases": [],
|
|
5697
|
-
"id": "
|
|
5770
|
+
"id": "seo:update",
|
|
5698
5771
|
"pluginAlias": "twentythree-cli",
|
|
5699
5772
|
"pluginName": "twentythree-cli",
|
|
5700
5773
|
"pluginType": "core",
|
|
5701
5774
|
"strict": true,
|
|
5702
5775
|
"enableJsonFlag": true,
|
|
5703
5776
|
"agentMetadata": {
|
|
5704
|
-
"api_endpoint": "POST /
|
|
5777
|
+
"api_endpoint": "POST /seo/update",
|
|
5705
5778
|
"auth_scope": "write",
|
|
5706
5779
|
"output_shape": {
|
|
5707
|
-
"type": "
|
|
5780
|
+
"type": "message"
|
|
5708
5781
|
},
|
|
5709
5782
|
"side_effects": "updates"
|
|
5710
5783
|
},
|
|
@@ -5712,18 +5785,19 @@
|
|
|
5712
5785
|
"relativePath": [
|
|
5713
5786
|
"dist",
|
|
5714
5787
|
"commands",
|
|
5715
|
-
"
|
|
5788
|
+
"seo",
|
|
5716
5789
|
"update.cjs"
|
|
5717
5790
|
]
|
|
5718
5791
|
},
|
|
5719
|
-
"
|
|
5792
|
+
"session:get-token": {
|
|
5720
5793
|
"aliases": [],
|
|
5721
5794
|
"args": {},
|
|
5722
|
-
"description": "Get
|
|
5795
|
+
"description": "Get a session access token",
|
|
5723
5796
|
"examples": [
|
|
5724
|
-
"<%= config.bin %>
|
|
5725
|
-
"<%= config.bin %>
|
|
5726
|
-
"<%= config.bin %>
|
|
5797
|
+
"<%= config.bin %> session get-token",
|
|
5798
|
+
"<%= config.bin %> session get-token --return-url https://example.com",
|
|
5799
|
+
"<%= config.bin %> session get-token --email user@example.com --full-name \"Jane Doe\"",
|
|
5800
|
+
"<%= config.bin %> session get-token --json"
|
|
5727
5801
|
],
|
|
5728
5802
|
"flags": {
|
|
5729
5803
|
"json": {
|
|
@@ -5750,31 +5824,25 @@
|
|
|
5750
5824
|
"allowNo": false,
|
|
5751
5825
|
"type": "boolean"
|
|
5752
5826
|
},
|
|
5753
|
-
"
|
|
5754
|
-
"description": "
|
|
5755
|
-
"name": "
|
|
5756
|
-
"required": false,
|
|
5757
|
-
"allowNo": false,
|
|
5758
|
-
"type": "boolean"
|
|
5759
|
-
},
|
|
5760
|
-
"include-presentation-p": {
|
|
5761
|
-
"hidden": true,
|
|
5762
|
-
"name": "include-presentation-p",
|
|
5827
|
+
"return-url": {
|
|
5828
|
+
"description": "Return URL after session authentication",
|
|
5829
|
+
"name": "return-url",
|
|
5763
5830
|
"required": false,
|
|
5764
5831
|
"hasDynamicHelp": false,
|
|
5765
5832
|
"multiple": false,
|
|
5766
5833
|
"type": "option"
|
|
5767
5834
|
},
|
|
5768
|
-
"
|
|
5769
|
-
"description": "
|
|
5770
|
-
"name": "
|
|
5835
|
+
"email": {
|
|
5836
|
+
"description": "Email for the session token",
|
|
5837
|
+
"name": "email",
|
|
5771
5838
|
"required": false,
|
|
5772
|
-
"
|
|
5773
|
-
"
|
|
5839
|
+
"hasDynamicHelp": false,
|
|
5840
|
+
"multiple": false,
|
|
5841
|
+
"type": "option"
|
|
5774
5842
|
},
|
|
5775
|
-
"
|
|
5776
|
-
"
|
|
5777
|
-
"name": "
|
|
5843
|
+
"full-name": {
|
|
5844
|
+
"description": "Full name for the session token",
|
|
5845
|
+
"name": "full-name",
|
|
5778
5846
|
"required": false,
|
|
5779
5847
|
"hasDynamicHelp": false,
|
|
5780
5848
|
"multiple": false,
|
|
@@ -5783,14 +5851,14 @@
|
|
|
5783
5851
|
},
|
|
5784
5852
|
"hasDynamicHelp": false,
|
|
5785
5853
|
"hiddenAliases": [],
|
|
5786
|
-
"id": "
|
|
5854
|
+
"id": "session:get-token",
|
|
5787
5855
|
"pluginAlias": "twentythree-cli",
|
|
5788
5856
|
"pluginName": "twentythree-cli",
|
|
5789
5857
|
"pluginType": "core",
|
|
5790
5858
|
"strict": true,
|
|
5791
5859
|
"enableJsonFlag": true,
|
|
5792
5860
|
"agentMetadata": {
|
|
5793
|
-
"api_endpoint": "GET /
|
|
5861
|
+
"api_endpoint": "GET /session/get-token",
|
|
5794
5862
|
"auth_scope": "read",
|
|
5795
5863
|
"output_shape": {
|
|
5796
5864
|
"type": "key-value"
|
|
@@ -5801,8 +5869,246 @@
|
|
|
5801
5869
|
"relativePath": [
|
|
5802
5870
|
"dist",
|
|
5803
5871
|
"commands",
|
|
5804
|
-
"
|
|
5805
|
-
"get.cjs"
|
|
5872
|
+
"session",
|
|
5873
|
+
"get-token.cjs"
|
|
5874
|
+
]
|
|
5875
|
+
},
|
|
5876
|
+
"session:redeem-token": {
|
|
5877
|
+
"aliases": [],
|
|
5878
|
+
"args": {},
|
|
5879
|
+
"description": "Redeem a session token",
|
|
5880
|
+
"examples": [
|
|
5881
|
+
"<%= config.bin %> session redeem-token --session-token <token>",
|
|
5882
|
+
"<%= config.bin %> session redeem-token --session-token <token> --json"
|
|
5883
|
+
],
|
|
5884
|
+
"flags": {
|
|
5885
|
+
"json": {
|
|
5886
|
+
"description": "Format output as json.",
|
|
5887
|
+
"helpGroup": "GLOBAL",
|
|
5888
|
+
"name": "json",
|
|
5889
|
+
"allowNo": false,
|
|
5890
|
+
"type": "boolean"
|
|
5891
|
+
},
|
|
5892
|
+
"workspace": {
|
|
5893
|
+
"char": "w",
|
|
5894
|
+
"helpGroup": "GLOBAL",
|
|
5895
|
+
"name": "workspace",
|
|
5896
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5897
|
+
"hasDynamicHelp": false,
|
|
5898
|
+
"multiple": false,
|
|
5899
|
+
"type": "option"
|
|
5900
|
+
},
|
|
5901
|
+
"agent": {
|
|
5902
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5903
|
+
"helpGroup": "GLOBAL",
|
|
5904
|
+
"hidden": true,
|
|
5905
|
+
"name": "agent",
|
|
5906
|
+
"allowNo": false,
|
|
5907
|
+
"type": "boolean"
|
|
5908
|
+
},
|
|
5909
|
+
"session-token": {
|
|
5910
|
+
"description": "Session token to redeem",
|
|
5911
|
+
"name": "session-token",
|
|
5912
|
+
"required": true,
|
|
5913
|
+
"hasDynamicHelp": false,
|
|
5914
|
+
"multiple": false,
|
|
5915
|
+
"type": "option"
|
|
5916
|
+
}
|
|
5917
|
+
},
|
|
5918
|
+
"hasDynamicHelp": false,
|
|
5919
|
+
"hiddenAliases": [],
|
|
5920
|
+
"id": "session:redeem-token",
|
|
5921
|
+
"pluginAlias": "twentythree-cli",
|
|
5922
|
+
"pluginName": "twentythree-cli",
|
|
5923
|
+
"pluginType": "core",
|
|
5924
|
+
"strict": true,
|
|
5925
|
+
"enableJsonFlag": true,
|
|
5926
|
+
"agentMetadata": {
|
|
5927
|
+
"api_endpoint": "POST /session/redeem-token",
|
|
5928
|
+
"auth_scope": "read",
|
|
5929
|
+
"output_shape": {
|
|
5930
|
+
"type": "key-value"
|
|
5931
|
+
},
|
|
5932
|
+
"side_effects": "updates"
|
|
5933
|
+
},
|
|
5934
|
+
"isESM": false,
|
|
5935
|
+
"relativePath": [
|
|
5936
|
+
"dist",
|
|
5937
|
+
"commands",
|
|
5938
|
+
"session",
|
|
5939
|
+
"redeem-token.cjs"
|
|
5940
|
+
]
|
|
5941
|
+
},
|
|
5942
|
+
"setting:update": {
|
|
5943
|
+
"aliases": [],
|
|
5944
|
+
"args": {},
|
|
5945
|
+
"description": "Update workspace settings (key=value pairs)",
|
|
5946
|
+
"examples": [
|
|
5947
|
+
"<%= config.bin %> setting update --set site_name=\"My Site\"",
|
|
5948
|
+
"<%= config.bin %> setting update --set theme=dark --set language=en",
|
|
5949
|
+
"<%= config.bin %> setting update --set site_name=\"Test\" --validate-only",
|
|
5950
|
+
"<%= config.bin %> setting update --set timezone=UTC --json"
|
|
5951
|
+
],
|
|
5952
|
+
"flags": {
|
|
5953
|
+
"json": {
|
|
5954
|
+
"description": "Format output as json.",
|
|
5955
|
+
"helpGroup": "GLOBAL",
|
|
5956
|
+
"name": "json",
|
|
5957
|
+
"allowNo": false,
|
|
5958
|
+
"type": "boolean"
|
|
5959
|
+
},
|
|
5960
|
+
"workspace": {
|
|
5961
|
+
"char": "w",
|
|
5962
|
+
"helpGroup": "GLOBAL",
|
|
5963
|
+
"name": "workspace",
|
|
5964
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
5965
|
+
"hasDynamicHelp": false,
|
|
5966
|
+
"multiple": false,
|
|
5967
|
+
"type": "option"
|
|
5968
|
+
},
|
|
5969
|
+
"agent": {
|
|
5970
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
5971
|
+
"helpGroup": "GLOBAL",
|
|
5972
|
+
"hidden": true,
|
|
5973
|
+
"name": "agent",
|
|
5974
|
+
"allowNo": false,
|
|
5975
|
+
"type": "boolean"
|
|
5976
|
+
},
|
|
5977
|
+
"set": {
|
|
5978
|
+
"description": "Setting key=value pair (repeatable)",
|
|
5979
|
+
"name": "set",
|
|
5980
|
+
"required": false,
|
|
5981
|
+
"hasDynamicHelp": false,
|
|
5982
|
+
"multiple": true,
|
|
5983
|
+
"type": "option"
|
|
5984
|
+
},
|
|
5985
|
+
"validate-only": {
|
|
5986
|
+
"description": "Dry-run: validate settings without applying changes",
|
|
5987
|
+
"name": "validate-only",
|
|
5988
|
+
"required": false,
|
|
5989
|
+
"allowNo": false,
|
|
5990
|
+
"type": "boolean"
|
|
5991
|
+
},
|
|
5992
|
+
"validate-only-p": {
|
|
5993
|
+
"hidden": true,
|
|
5994
|
+
"name": "validate-only-p",
|
|
5995
|
+
"required": false,
|
|
5996
|
+
"hasDynamicHelp": false,
|
|
5997
|
+
"multiple": false,
|
|
5998
|
+
"type": "option"
|
|
5999
|
+
}
|
|
6000
|
+
},
|
|
6001
|
+
"hasDynamicHelp": false,
|
|
6002
|
+
"hiddenAliases": [],
|
|
6003
|
+
"id": "setting:update",
|
|
6004
|
+
"pluginAlias": "twentythree-cli",
|
|
6005
|
+
"pluginName": "twentythree-cli",
|
|
6006
|
+
"pluginType": "core",
|
|
6007
|
+
"strict": true,
|
|
6008
|
+
"enableJsonFlag": true,
|
|
6009
|
+
"agentMetadata": {
|
|
6010
|
+
"api_endpoint": "POST /setting/update",
|
|
6011
|
+
"auth_scope": "write",
|
|
6012
|
+
"output_shape": {
|
|
6013
|
+
"type": "key-value"
|
|
6014
|
+
},
|
|
6015
|
+
"side_effects": "updates"
|
|
6016
|
+
},
|
|
6017
|
+
"isESM": false,
|
|
6018
|
+
"relativePath": [
|
|
6019
|
+
"dist",
|
|
6020
|
+
"commands",
|
|
6021
|
+
"setting",
|
|
6022
|
+
"update.cjs"
|
|
6023
|
+
]
|
|
6024
|
+
},
|
|
6025
|
+
"site:get": {
|
|
6026
|
+
"aliases": [],
|
|
6027
|
+
"args": {},
|
|
6028
|
+
"description": "Get site settings for the active workspace",
|
|
6029
|
+
"examples": [
|
|
6030
|
+
"<%= config.bin %> site get",
|
|
6031
|
+
"<%= config.bin %> site get --include-presentation",
|
|
6032
|
+
"<%= config.bin %> site get --include-quota --json"
|
|
6033
|
+
],
|
|
6034
|
+
"flags": {
|
|
6035
|
+
"json": {
|
|
6036
|
+
"description": "Format output as json.",
|
|
6037
|
+
"helpGroup": "GLOBAL",
|
|
6038
|
+
"name": "json",
|
|
6039
|
+
"allowNo": false,
|
|
6040
|
+
"type": "boolean"
|
|
6041
|
+
},
|
|
6042
|
+
"workspace": {
|
|
6043
|
+
"char": "w",
|
|
6044
|
+
"helpGroup": "GLOBAL",
|
|
6045
|
+
"name": "workspace",
|
|
6046
|
+
"summary": "Workspace domain or display name to use for this invocation.",
|
|
6047
|
+
"hasDynamicHelp": false,
|
|
6048
|
+
"multiple": false,
|
|
6049
|
+
"type": "option"
|
|
6050
|
+
},
|
|
6051
|
+
"agent": {
|
|
6052
|
+
"description": "Output machine-readable command metadata for AI agent consumption",
|
|
6053
|
+
"helpGroup": "GLOBAL",
|
|
6054
|
+
"hidden": true,
|
|
6055
|
+
"name": "agent",
|
|
6056
|
+
"allowNo": false,
|
|
6057
|
+
"type": "boolean"
|
|
6058
|
+
},
|
|
6059
|
+
"include-presentation": {
|
|
6060
|
+
"description": "Include presentation settings in the response",
|
|
6061
|
+
"name": "include-presentation",
|
|
6062
|
+
"required": false,
|
|
6063
|
+
"allowNo": false,
|
|
6064
|
+
"type": "boolean"
|
|
6065
|
+
},
|
|
6066
|
+
"include-presentation-p": {
|
|
6067
|
+
"hidden": true,
|
|
6068
|
+
"name": "include-presentation-p",
|
|
6069
|
+
"required": false,
|
|
6070
|
+
"hasDynamicHelp": false,
|
|
6071
|
+
"multiple": false,
|
|
6072
|
+
"type": "option"
|
|
6073
|
+
},
|
|
6074
|
+
"include-quota": {
|
|
6075
|
+
"description": "Include quota information in the response",
|
|
6076
|
+
"name": "include-quota",
|
|
6077
|
+
"required": false,
|
|
6078
|
+
"allowNo": false,
|
|
6079
|
+
"type": "boolean"
|
|
6080
|
+
},
|
|
6081
|
+
"include-quota-p": {
|
|
6082
|
+
"hidden": true,
|
|
6083
|
+
"name": "include-quota-p",
|
|
6084
|
+
"required": false,
|
|
6085
|
+
"hasDynamicHelp": false,
|
|
6086
|
+
"multiple": false,
|
|
6087
|
+
"type": "option"
|
|
6088
|
+
}
|
|
6089
|
+
},
|
|
6090
|
+
"hasDynamicHelp": false,
|
|
6091
|
+
"hiddenAliases": [],
|
|
6092
|
+
"id": "site:get",
|
|
6093
|
+
"pluginAlias": "twentythree-cli",
|
|
6094
|
+
"pluginName": "twentythree-cli",
|
|
6095
|
+
"pluginType": "core",
|
|
6096
|
+
"strict": true,
|
|
6097
|
+
"enableJsonFlag": true,
|
|
6098
|
+
"agentMetadata": {
|
|
6099
|
+
"api_endpoint": "GET /site/get",
|
|
6100
|
+
"auth_scope": "read",
|
|
6101
|
+
"output_shape": {
|
|
6102
|
+
"type": "key-value"
|
|
6103
|
+
},
|
|
6104
|
+
"side_effects": "none"
|
|
6105
|
+
},
|
|
6106
|
+
"isESM": false,
|
|
6107
|
+
"relativePath": [
|
|
6108
|
+
"dist",
|
|
6109
|
+
"commands",
|
|
6110
|
+
"site",
|
|
6111
|
+
"get.cjs"
|
|
5806
6112
|
]
|
|
5807
6113
|
},
|
|
5808
6114
|
"site:search": {
|
|
@@ -10455,14 +10761,14 @@
|
|
|
10455
10761
|
"totals.cjs"
|
|
10456
10762
|
]
|
|
10457
10763
|
},
|
|
10458
|
-
"analytics:
|
|
10764
|
+
"analytics:live:event-timeseries": {
|
|
10459
10765
|
"aliases": [],
|
|
10460
10766
|
"args": {},
|
|
10461
|
-
"description": "Get
|
|
10767
|
+
"description": "Get live/webinar event time series analytics",
|
|
10462
10768
|
"examples": [
|
|
10463
|
-
"<%= config.bin %> analytics
|
|
10464
|
-
"<%= config.bin %> analytics
|
|
10465
|
-
"<%= config.bin %> analytics
|
|
10769
|
+
"<%= config.bin %> analytics live event-timeseries --date-expression thisweek",
|
|
10770
|
+
"<%= config.bin %> analytics live event-timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
10771
|
+
"<%= config.bin %> analytics live event-timeseries --json"
|
|
10466
10772
|
],
|
|
10467
10773
|
"flags": {
|
|
10468
10774
|
"json": {
|
|
@@ -10513,25 +10819,9 @@
|
|
|
10513
10819
|
"multiple": false,
|
|
10514
10820
|
"type": "option"
|
|
10515
10821
|
},
|
|
10516
|
-
"
|
|
10517
|
-
"description": "
|
|
10518
|
-
"name": "
|
|
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
|
-
"selection": {
|
|
10533
|
-
"description": "Scope to specific objects/types",
|
|
10534
|
-
"name": "selection",
|
|
10822
|
+
"selection": {
|
|
10823
|
+
"description": "Scope to specific objects/types",
|
|
10824
|
+
"name": "selection",
|
|
10535
10825
|
"required": false,
|
|
10536
10826
|
"hasDynamicHelp": false,
|
|
10537
10827
|
"multiple": false,
|
|
@@ -10564,23 +10854,23 @@
|
|
|
10564
10854
|
},
|
|
10565
10855
|
"hasDynamicHelp": false,
|
|
10566
10856
|
"hiddenAliases": [],
|
|
10567
|
-
"id": "analytics:
|
|
10857
|
+
"id": "analytics:live:event-timeseries",
|
|
10568
10858
|
"pluginAlias": "twentythree-cli",
|
|
10569
10859
|
"pluginName": "twentythree-cli",
|
|
10570
10860
|
"pluginType": "core",
|
|
10571
10861
|
"strict": true,
|
|
10572
10862
|
"enableJsonFlag": true,
|
|
10573
10863
|
"agentMetadata": {
|
|
10574
|
-
"api_endpoint": "GET /analytics/data/
|
|
10864
|
+
"api_endpoint": "GET /analytics/data/live/event/timeseries",
|
|
10575
10865
|
"auth_scope": "read",
|
|
10576
10866
|
"output_shape": {
|
|
10577
10867
|
"type": "table",
|
|
10578
10868
|
"columns": [
|
|
10579
|
-
"
|
|
10869
|
+
"Date",
|
|
10580
10870
|
"Plays",
|
|
10871
|
+
"Peak Viewers",
|
|
10581
10872
|
"Engagement",
|
|
10582
|
-
"
|
|
10583
|
-
"Impressions"
|
|
10873
|
+
"Playrate"
|
|
10584
10874
|
]
|
|
10585
10875
|
},
|
|
10586
10876
|
"side_effects": "none"
|
|
@@ -10590,18 +10880,18 @@
|
|
|
10590
10880
|
"dist",
|
|
10591
10881
|
"commands",
|
|
10592
10882
|
"analytics",
|
|
10593
|
-
"
|
|
10594
|
-
"
|
|
10883
|
+
"live",
|
|
10884
|
+
"event-timeseries.cjs"
|
|
10595
10885
|
]
|
|
10596
10886
|
},
|
|
10597
|
-
"analytics:
|
|
10887
|
+
"analytics:live:event-totals": {
|
|
10598
10888
|
"aliases": [],
|
|
10599
10889
|
"args": {},
|
|
10600
|
-
"description": "Get
|
|
10890
|
+
"description": "Get live/webinar event totals analytics",
|
|
10601
10891
|
"examples": [
|
|
10602
|
-
"<%= config.bin %> analytics
|
|
10603
|
-
"<%= config.bin %> analytics
|
|
10604
|
-
"<%= config.bin %> analytics
|
|
10892
|
+
"<%= config.bin %> analytics live event-totals --date-expression thisweek",
|
|
10893
|
+
"<%= config.bin %> analytics live event-totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
10894
|
+
"<%= config.bin %> analytics live event-totals --json"
|
|
10605
10895
|
],
|
|
10606
10896
|
"flags": {
|
|
10607
10897
|
"json": {
|
|
@@ -10652,22 +10942,6 @@
|
|
|
10652
10942
|
"multiple": false,
|
|
10653
10943
|
"type": "option"
|
|
10654
10944
|
},
|
|
10655
|
-
"page": {
|
|
10656
|
-
"description": "Page number",
|
|
10657
|
-
"name": "page",
|
|
10658
|
-
"required": false,
|
|
10659
|
-
"hasDynamicHelp": false,
|
|
10660
|
-
"multiple": false,
|
|
10661
|
-
"type": "option"
|
|
10662
|
-
},
|
|
10663
|
-
"size": {
|
|
10664
|
-
"description": "Page size",
|
|
10665
|
-
"name": "size",
|
|
10666
|
-
"required": false,
|
|
10667
|
-
"hasDynamicHelp": false,
|
|
10668
|
-
"multiple": false,
|
|
10669
|
-
"type": "option"
|
|
10670
|
-
},
|
|
10671
10945
|
"selection": {
|
|
10672
10946
|
"description": "Scope to specific objects/types",
|
|
10673
10947
|
"name": "selection",
|
|
@@ -10703,23 +10977,23 @@
|
|
|
10703
10977
|
},
|
|
10704
10978
|
"hasDynamicHelp": false,
|
|
10705
10979
|
"hiddenAliases": [],
|
|
10706
|
-
"id": "analytics:
|
|
10980
|
+
"id": "analytics:live:event-totals",
|
|
10707
10981
|
"pluginAlias": "twentythree-cli",
|
|
10708
10982
|
"pluginName": "twentythree-cli",
|
|
10709
10983
|
"pluginType": "core",
|
|
10710
10984
|
"strict": true,
|
|
10711
10985
|
"enableJsonFlag": true,
|
|
10712
10986
|
"agentMetadata": {
|
|
10713
|
-
"api_endpoint": "GET /analytics/data/
|
|
10987
|
+
"api_endpoint": "GET /analytics/data/live/event/totals",
|
|
10714
10988
|
"auth_scope": "read",
|
|
10715
10989
|
"output_shape": {
|
|
10716
10990
|
"type": "table",
|
|
10717
10991
|
"columns": [
|
|
10718
|
-
"Domain",
|
|
10719
10992
|
"Plays",
|
|
10993
|
+
"Peak Viewers",
|
|
10720
10994
|
"Engagement",
|
|
10721
|
-
"
|
|
10722
|
-
"
|
|
10995
|
+
"Playrate",
|
|
10996
|
+
"Avg View Time"
|
|
10723
10997
|
]
|
|
10724
10998
|
},
|
|
10725
10999
|
"side_effects": "none"
|
|
@@ -10729,18 +11003,18 @@
|
|
|
10729
11003
|
"dist",
|
|
10730
11004
|
"commands",
|
|
10731
11005
|
"analytics",
|
|
10732
|
-
"
|
|
10733
|
-
"
|
|
11006
|
+
"live",
|
|
11007
|
+
"event-totals.cjs"
|
|
10734
11008
|
]
|
|
10735
11009
|
},
|
|
10736
|
-
"analytics:
|
|
11010
|
+
"analytics:live:event": {
|
|
10737
11011
|
"aliases": [],
|
|
10738
11012
|
"args": {},
|
|
10739
|
-
"description": "Get
|
|
11013
|
+
"description": "Get live/webinar event analytics",
|
|
10740
11014
|
"examples": [
|
|
10741
|
-
"<%= config.bin %> analytics
|
|
10742
|
-
"<%= config.bin %> analytics
|
|
10743
|
-
"<%= config.bin %> analytics
|
|
11015
|
+
"<%= config.bin %> analytics live event --date-expression thismonth",
|
|
11016
|
+
"<%= config.bin %> analytics live event --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11017
|
+
"<%= config.bin %> analytics live event --json"
|
|
10744
11018
|
],
|
|
10745
11019
|
"flags": {
|
|
10746
11020
|
"json": {
|
|
@@ -10842,23 +11116,23 @@
|
|
|
10842
11116
|
},
|
|
10843
11117
|
"hasDynamicHelp": false,
|
|
10844
11118
|
"hiddenAliases": [],
|
|
10845
|
-
"id": "analytics:
|
|
11119
|
+
"id": "analytics:live:event",
|
|
10846
11120
|
"pluginAlias": "twentythree-cli",
|
|
10847
11121
|
"pluginName": "twentythree-cli",
|
|
10848
11122
|
"pluginType": "core",
|
|
10849
11123
|
"strict": true,
|
|
10850
11124
|
"enableJsonFlag": true,
|
|
10851
11125
|
"agentMetadata": {
|
|
10852
|
-
"api_endpoint": "GET /analytics/data/
|
|
11126
|
+
"api_endpoint": "GET /analytics/data/live/event",
|
|
10853
11127
|
"auth_scope": "read",
|
|
10854
11128
|
"output_shape": {
|
|
10855
11129
|
"type": "table",
|
|
10856
11130
|
"columns": [
|
|
10857
|
-
"
|
|
11131
|
+
"Event",
|
|
10858
11132
|
"Plays",
|
|
11133
|
+
"Peak Viewers",
|
|
10859
11134
|
"Engagement",
|
|
10860
|
-
"
|
|
10861
|
-
"Impressions"
|
|
11135
|
+
"Performance"
|
|
10862
11136
|
]
|
|
10863
11137
|
},
|
|
10864
11138
|
"side_effects": "none"
|
|
@@ -10868,18 +11142,18 @@
|
|
|
10868
11142
|
"dist",
|
|
10869
11143
|
"commands",
|
|
10870
11144
|
"analytics",
|
|
10871
|
-
"
|
|
10872
|
-
"
|
|
11145
|
+
"live",
|
|
11146
|
+
"event.cjs"
|
|
10873
11147
|
]
|
|
10874
11148
|
},
|
|
10875
|
-
"analytics:
|
|
11149
|
+
"analytics:live": {
|
|
10876
11150
|
"aliases": [],
|
|
10877
11151
|
"args": {},
|
|
10878
|
-
"description": "Get
|
|
11152
|
+
"description": "Get live/webinar analytics data",
|
|
10879
11153
|
"examples": [
|
|
10880
|
-
"<%= config.bin %> analytics
|
|
10881
|
-
"<%= config.bin %> analytics
|
|
10882
|
-
"<%= config.bin %> analytics
|
|
11154
|
+
"<%= config.bin %> analytics live --date-expression thisweek",
|
|
11155
|
+
"<%= config.bin %> analytics live --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11156
|
+
"<%= config.bin %> analytics live --json"
|
|
10883
11157
|
],
|
|
10884
11158
|
"flags": {
|
|
10885
11159
|
"json": {
|
|
@@ -10981,23 +11255,23 @@
|
|
|
10981
11255
|
},
|
|
10982
11256
|
"hasDynamicHelp": false,
|
|
10983
11257
|
"hiddenAliases": [],
|
|
10984
|
-
"id": "analytics:
|
|
11258
|
+
"id": "analytics:live",
|
|
10985
11259
|
"pluginAlias": "twentythree-cli",
|
|
10986
11260
|
"pluginName": "twentythree-cli",
|
|
10987
11261
|
"pluginType": "core",
|
|
10988
11262
|
"strict": true,
|
|
10989
11263
|
"enableJsonFlag": true,
|
|
10990
11264
|
"agentMetadata": {
|
|
10991
|
-
"api_endpoint": "GET /analytics/data/
|
|
11265
|
+
"api_endpoint": "GET /analytics/data/live",
|
|
10992
11266
|
"auth_scope": "read",
|
|
10993
11267
|
"output_shape": {
|
|
10994
11268
|
"type": "table",
|
|
10995
11269
|
"columns": [
|
|
10996
|
-
"Source ID",
|
|
10997
11270
|
"Plays",
|
|
11271
|
+
"Peak Viewers",
|
|
10998
11272
|
"Engagement",
|
|
10999
|
-
"
|
|
11000
|
-
"
|
|
11273
|
+
"Playrate",
|
|
11274
|
+
"Avg View Time"
|
|
11001
11275
|
]
|
|
11002
11276
|
},
|
|
11003
11277
|
"side_effects": "none"
|
|
@@ -11007,18 +11281,18 @@
|
|
|
11007
11281
|
"dist",
|
|
11008
11282
|
"commands",
|
|
11009
11283
|
"analytics",
|
|
11010
|
-
"
|
|
11011
|
-
"
|
|
11284
|
+
"live",
|
|
11285
|
+
"index.cjs"
|
|
11012
11286
|
]
|
|
11013
11287
|
},
|
|
11014
|
-
"analytics:
|
|
11288
|
+
"analytics:live:timeseries": {
|
|
11015
11289
|
"aliases": [],
|
|
11016
11290
|
"args": {},
|
|
11017
|
-
"description": "Get
|
|
11291
|
+
"description": "Get live/webinar analytics time series data",
|
|
11018
11292
|
"examples": [
|
|
11019
|
-
"<%= config.bin %> analytics
|
|
11020
|
-
"<%= config.bin %> analytics
|
|
11021
|
-
"<%= config.bin %> analytics
|
|
11293
|
+
"<%= config.bin %> analytics live timeseries --date-expression thisweek",
|
|
11294
|
+
"<%= config.bin %> analytics live timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
11295
|
+
"<%= config.bin %> analytics live timeseries --json"
|
|
11022
11296
|
],
|
|
11023
11297
|
"flags": {
|
|
11024
11298
|
"json": {
|
|
@@ -11069,22 +11343,6 @@
|
|
|
11069
11343
|
"multiple": false,
|
|
11070
11344
|
"type": "option"
|
|
11071
11345
|
},
|
|
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
11346
|
"selection": {
|
|
11089
11347
|
"description": "Scope to specific objects/types",
|
|
11090
11348
|
"name": "selection",
|
|
@@ -11120,23 +11378,23 @@
|
|
|
11120
11378
|
},
|
|
11121
11379
|
"hasDynamicHelp": false,
|
|
11122
11380
|
"hiddenAliases": [],
|
|
11123
|
-
"id": "analytics:
|
|
11381
|
+
"id": "analytics:live:timeseries",
|
|
11124
11382
|
"pluginAlias": "twentythree-cli",
|
|
11125
11383
|
"pluginName": "twentythree-cli",
|
|
11126
11384
|
"pluginType": "core",
|
|
11127
11385
|
"strict": true,
|
|
11128
11386
|
"enableJsonFlag": true,
|
|
11129
11387
|
"agentMetadata": {
|
|
11130
|
-
"api_endpoint": "GET /analytics/data/
|
|
11388
|
+
"api_endpoint": "GET /analytics/data/live/timeseries",
|
|
11131
11389
|
"auth_scope": "read",
|
|
11132
11390
|
"output_shape": {
|
|
11133
11391
|
"type": "table",
|
|
11134
11392
|
"columns": [
|
|
11135
|
-
"
|
|
11393
|
+
"Date",
|
|
11136
11394
|
"Plays",
|
|
11395
|
+
"Peak Viewers",
|
|
11137
11396
|
"Engagement",
|
|
11138
|
-
"
|
|
11139
|
-
"Impressions"
|
|
11397
|
+
"Playrate"
|
|
11140
11398
|
]
|
|
11141
11399
|
},
|
|
11142
11400
|
"side_effects": "none"
|
|
@@ -11146,18 +11404,18 @@
|
|
|
11146
11404
|
"dist",
|
|
11147
11405
|
"commands",
|
|
11148
11406
|
"analytics",
|
|
11149
|
-
"
|
|
11150
|
-
"
|
|
11407
|
+
"live",
|
|
11408
|
+
"timeseries.cjs"
|
|
11151
11409
|
]
|
|
11152
11410
|
},
|
|
11153
|
-
"analytics:
|
|
11411
|
+
"analytics:live:totals": {
|
|
11154
11412
|
"aliases": [],
|
|
11155
11413
|
"args": {},
|
|
11156
|
-
"description": "Get
|
|
11414
|
+
"description": "Get live/webinar analytics totals",
|
|
11157
11415
|
"examples": [
|
|
11158
|
-
"<%= config.bin %> analytics
|
|
11159
|
-
"<%= config.bin %> analytics
|
|
11160
|
-
"<%= config.bin %> analytics
|
|
11416
|
+
"<%= config.bin %> analytics live totals --date-expression thisweek",
|
|
11417
|
+
"<%= config.bin %> analytics live totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
11418
|
+
"<%= config.bin %> analytics live totals --json"
|
|
11161
11419
|
],
|
|
11162
11420
|
"flags": {
|
|
11163
11421
|
"json": {
|
|
@@ -11208,22 +11466,6 @@
|
|
|
11208
11466
|
"multiple": false,
|
|
11209
11467
|
"type": "option"
|
|
11210
11468
|
},
|
|
11211
|
-
"page": {
|
|
11212
|
-
"description": "Page number",
|
|
11213
|
-
"name": "page",
|
|
11214
|
-
"required": false,
|
|
11215
|
-
"hasDynamicHelp": false,
|
|
11216
|
-
"multiple": false,
|
|
11217
|
-
"type": "option"
|
|
11218
|
-
},
|
|
11219
|
-
"size": {
|
|
11220
|
-
"description": "Page size",
|
|
11221
|
-
"name": "size",
|
|
11222
|
-
"required": false,
|
|
11223
|
-
"hasDynamicHelp": false,
|
|
11224
|
-
"multiple": false,
|
|
11225
|
-
"type": "option"
|
|
11226
|
-
},
|
|
11227
11469
|
"selection": {
|
|
11228
11470
|
"description": "Scope to specific objects/types",
|
|
11229
11471
|
"name": "selection",
|
|
@@ -11259,23 +11501,23 @@
|
|
|
11259
11501
|
},
|
|
11260
11502
|
"hasDynamicHelp": false,
|
|
11261
11503
|
"hiddenAliases": [],
|
|
11262
|
-
"id": "analytics:
|
|
11504
|
+
"id": "analytics:live:totals",
|
|
11263
11505
|
"pluginAlias": "twentythree-cli",
|
|
11264
11506
|
"pluginName": "twentythree-cli",
|
|
11265
11507
|
"pluginType": "core",
|
|
11266
11508
|
"strict": true,
|
|
11267
11509
|
"enableJsonFlag": true,
|
|
11268
11510
|
"agentMetadata": {
|
|
11269
|
-
"api_endpoint": "GET /analytics/data/
|
|
11511
|
+
"api_endpoint": "GET /analytics/data/live/totals",
|
|
11270
11512
|
"auth_scope": "read",
|
|
11271
11513
|
"output_shape": {
|
|
11272
11514
|
"type": "table",
|
|
11273
11515
|
"columns": [
|
|
11274
|
-
"Spot",
|
|
11275
11516
|
"Plays",
|
|
11517
|
+
"Peak Viewers",
|
|
11276
11518
|
"Engagement",
|
|
11277
|
-
"
|
|
11278
|
-
"
|
|
11519
|
+
"Playrate",
|
|
11520
|
+
"Avg View Time"
|
|
11279
11521
|
]
|
|
11280
11522
|
},
|
|
11281
11523
|
"side_effects": "none"
|
|
@@ -11285,18 +11527,18 @@
|
|
|
11285
11527
|
"dist",
|
|
11286
11528
|
"commands",
|
|
11287
11529
|
"analytics",
|
|
11288
|
-
"
|
|
11289
|
-
"
|
|
11530
|
+
"live",
|
|
11531
|
+
"totals.cjs"
|
|
11290
11532
|
]
|
|
11291
11533
|
},
|
|
11292
|
-
"analytics:
|
|
11534
|
+
"analytics:live:weekday": {
|
|
11293
11535
|
"aliases": [],
|
|
11294
11536
|
"args": {},
|
|
11295
|
-
"description": "Get
|
|
11537
|
+
"description": "Get live/webinar analytics by day of week",
|
|
11296
11538
|
"examples": [
|
|
11297
|
-
"<%= config.bin %> analytics
|
|
11298
|
-
"<%= config.bin %> analytics
|
|
11299
|
-
"<%= config.bin %> analytics
|
|
11539
|
+
"<%= config.bin %> analytics live weekday --date-expression thismonth",
|
|
11540
|
+
"<%= config.bin %> analytics live weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11541
|
+
"<%= config.bin %> analytics live weekday --json"
|
|
11300
11542
|
],
|
|
11301
11543
|
"flags": {
|
|
11302
11544
|
"json": {
|
|
@@ -11347,6 +11589,22 @@
|
|
|
11347
11589
|
"multiple": false,
|
|
11348
11590
|
"type": "option"
|
|
11349
11591
|
},
|
|
11592
|
+
"page": {
|
|
11593
|
+
"description": "Page number",
|
|
11594
|
+
"name": "page",
|
|
11595
|
+
"required": false,
|
|
11596
|
+
"hasDynamicHelp": false,
|
|
11597
|
+
"multiple": false,
|
|
11598
|
+
"type": "option"
|
|
11599
|
+
},
|
|
11600
|
+
"size": {
|
|
11601
|
+
"description": "Page size",
|
|
11602
|
+
"name": "size",
|
|
11603
|
+
"required": false,
|
|
11604
|
+
"hasDynamicHelp": false,
|
|
11605
|
+
"multiple": false,
|
|
11606
|
+
"type": "option"
|
|
11607
|
+
},
|
|
11350
11608
|
"selection": {
|
|
11351
11609
|
"description": "Scope to specific objects/types",
|
|
11352
11610
|
"name": "selection",
|
|
@@ -11382,17 +11640,24 @@
|
|
|
11382
11640
|
},
|
|
11383
11641
|
"hasDynamicHelp": false,
|
|
11384
11642
|
"hiddenAliases": [],
|
|
11385
|
-
"id": "analytics:
|
|
11643
|
+
"id": "analytics:live:weekday",
|
|
11386
11644
|
"pluginAlias": "twentythree-cli",
|
|
11387
11645
|
"pluginName": "twentythree-cli",
|
|
11388
11646
|
"pluginType": "core",
|
|
11389
11647
|
"strict": true,
|
|
11390
11648
|
"enableJsonFlag": true,
|
|
11391
11649
|
"agentMetadata": {
|
|
11392
|
-
"api_endpoint": "GET /analytics/data/
|
|
11650
|
+
"api_endpoint": "GET /analytics/data/live/weekday",
|
|
11393
11651
|
"auth_scope": "read",
|
|
11394
11652
|
"output_shape": {
|
|
11395
|
-
"type": "
|
|
11653
|
+
"type": "table",
|
|
11654
|
+
"columns": [
|
|
11655
|
+
"Day",
|
|
11656
|
+
"Plays",
|
|
11657
|
+
"Peak Viewers",
|
|
11658
|
+
"Engagement",
|
|
11659
|
+
"Playrate"
|
|
11660
|
+
]
|
|
11396
11661
|
},
|
|
11397
11662
|
"side_effects": "none"
|
|
11398
11663
|
},
|
|
@@ -11401,18 +11666,18 @@
|
|
|
11401
11666
|
"dist",
|
|
11402
11667
|
"commands",
|
|
11403
11668
|
"analytics",
|
|
11404
|
-
"
|
|
11405
|
-
"
|
|
11669
|
+
"live",
|
|
11670
|
+
"weekday.cjs"
|
|
11406
11671
|
]
|
|
11407
11672
|
},
|
|
11408
|
-
"analytics:usage:
|
|
11673
|
+
"analytics:usage:devices": {
|
|
11409
11674
|
"aliases": [],
|
|
11410
11675
|
"args": {},
|
|
11411
|
-
"description": "Get usage analytics by
|
|
11676
|
+
"description": "Get usage analytics by device type",
|
|
11412
11677
|
"examples": [
|
|
11413
|
-
"<%= config.bin %> analytics usage
|
|
11414
|
-
"<%= config.bin %> analytics usage
|
|
11415
|
-
"<%= config.bin %> analytics usage
|
|
11678
|
+
"<%= config.bin %> analytics usage devices --date-expression thismonth",
|
|
11679
|
+
"<%= config.bin %> analytics usage devices --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11680
|
+
"<%= config.bin %> analytics usage devices --json"
|
|
11416
11681
|
],
|
|
11417
11682
|
"flags": {
|
|
11418
11683
|
"json": {
|
|
@@ -11514,19 +11779,19 @@
|
|
|
11514
11779
|
},
|
|
11515
11780
|
"hasDynamicHelp": false,
|
|
11516
11781
|
"hiddenAliases": [],
|
|
11517
|
-
"id": "analytics:usage:
|
|
11782
|
+
"id": "analytics:usage:devices",
|
|
11518
11783
|
"pluginAlias": "twentythree-cli",
|
|
11519
11784
|
"pluginName": "twentythree-cli",
|
|
11520
11785
|
"pluginType": "core",
|
|
11521
11786
|
"strict": true,
|
|
11522
11787
|
"enableJsonFlag": true,
|
|
11523
11788
|
"agentMetadata": {
|
|
11524
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
11789
|
+
"api_endpoint": "GET /analytics/data/usage/devices",
|
|
11525
11790
|
"auth_scope": "read",
|
|
11526
11791
|
"output_shape": {
|
|
11527
11792
|
"type": "table",
|
|
11528
11793
|
"columns": [
|
|
11529
|
-
"
|
|
11794
|
+
"Device",
|
|
11530
11795
|
"Plays",
|
|
11531
11796
|
"Engagement",
|
|
11532
11797
|
"Traffic",
|
|
@@ -11541,17 +11806,17 @@
|
|
|
11541
11806
|
"commands",
|
|
11542
11807
|
"analytics",
|
|
11543
11808
|
"usage",
|
|
11544
|
-
"
|
|
11809
|
+
"devices.cjs"
|
|
11545
11810
|
]
|
|
11546
11811
|
},
|
|
11547
|
-
"analytics:
|
|
11812
|
+
"analytics:usage:domains": {
|
|
11548
11813
|
"aliases": [],
|
|
11549
11814
|
"args": {},
|
|
11550
|
-
"description": "Get
|
|
11815
|
+
"description": "Get usage analytics by domain",
|
|
11551
11816
|
"examples": [
|
|
11552
|
-
"<%= config.bin %> analytics
|
|
11553
|
-
"<%= config.bin %> analytics
|
|
11554
|
-
"<%= config.bin %> analytics
|
|
11817
|
+
"<%= config.bin %> analytics usage domains --date-expression thismonth",
|
|
11818
|
+
"<%= config.bin %> analytics usage domains --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11819
|
+
"<%= config.bin %> analytics usage domains --json"
|
|
11555
11820
|
],
|
|
11556
11821
|
"flags": {
|
|
11557
11822
|
"json": {
|
|
@@ -11653,23 +11918,23 @@
|
|
|
11653
11918
|
},
|
|
11654
11919
|
"hasDynamicHelp": false,
|
|
11655
11920
|
"hiddenAliases": [],
|
|
11656
|
-
"id": "analytics:
|
|
11921
|
+
"id": "analytics:usage:domains",
|
|
11657
11922
|
"pluginAlias": "twentythree-cli",
|
|
11658
11923
|
"pluginName": "twentythree-cli",
|
|
11659
11924
|
"pluginType": "core",
|
|
11660
11925
|
"strict": true,
|
|
11661
11926
|
"enableJsonFlag": true,
|
|
11662
11927
|
"agentMetadata": {
|
|
11663
|
-
"api_endpoint": "GET /analytics/data/
|
|
11928
|
+
"api_endpoint": "GET /analytics/data/usage/domains",
|
|
11664
11929
|
"auth_scope": "read",
|
|
11665
11930
|
"output_shape": {
|
|
11666
11931
|
"type": "table",
|
|
11667
11932
|
"columns": [
|
|
11933
|
+
"Domain",
|
|
11668
11934
|
"Plays",
|
|
11669
11935
|
"Engagement",
|
|
11670
|
-
"
|
|
11671
|
-
"
|
|
11672
|
-
"Traffic"
|
|
11936
|
+
"Traffic",
|
|
11937
|
+
"Impressions"
|
|
11673
11938
|
]
|
|
11674
11939
|
},
|
|
11675
11940
|
"side_effects": "none"
|
|
@@ -11679,18 +11944,18 @@
|
|
|
11679
11944
|
"dist",
|
|
11680
11945
|
"commands",
|
|
11681
11946
|
"analytics",
|
|
11682
|
-
"
|
|
11683
|
-
"
|
|
11947
|
+
"usage",
|
|
11948
|
+
"domains.cjs"
|
|
11684
11949
|
]
|
|
11685
11950
|
},
|
|
11686
|
-
"analytics:
|
|
11951
|
+
"analytics:usage:locations": {
|
|
11687
11952
|
"aliases": [],
|
|
11688
11953
|
"args": {},
|
|
11689
|
-
"description": "Get
|
|
11954
|
+
"description": "Get usage analytics by location",
|
|
11690
11955
|
"examples": [
|
|
11691
|
-
"<%= config.bin %> analytics
|
|
11692
|
-
"<%= config.bin %> analytics
|
|
11693
|
-
"<%= config.bin %> analytics
|
|
11956
|
+
"<%= config.bin %> analytics usage locations --date-expression thismonth",
|
|
11957
|
+
"<%= config.bin %> analytics usage locations --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
11958
|
+
"<%= config.bin %> analytics usage locations --json"
|
|
11694
11959
|
],
|
|
11695
11960
|
"flags": {
|
|
11696
11961
|
"json": {
|
|
@@ -11792,23 +12057,23 @@
|
|
|
11792
12057
|
},
|
|
11793
12058
|
"hasDynamicHelp": false,
|
|
11794
12059
|
"hiddenAliases": [],
|
|
11795
|
-
"id": "analytics:
|
|
12060
|
+
"id": "analytics:usage:locations",
|
|
11796
12061
|
"pluginAlias": "twentythree-cli",
|
|
11797
12062
|
"pluginName": "twentythree-cli",
|
|
11798
12063
|
"pluginType": "core",
|
|
11799
12064
|
"strict": true,
|
|
11800
12065
|
"enableJsonFlag": true,
|
|
11801
12066
|
"agentMetadata": {
|
|
11802
|
-
"api_endpoint": "GET /analytics/data/
|
|
12067
|
+
"api_endpoint": "GET /analytics/data/usage/locations",
|
|
11803
12068
|
"auth_scope": "read",
|
|
11804
12069
|
"output_shape": {
|
|
11805
12070
|
"type": "table",
|
|
11806
12071
|
"columns": [
|
|
11807
|
-
"
|
|
12072
|
+
"Location",
|
|
11808
12073
|
"Plays",
|
|
11809
12074
|
"Engagement",
|
|
11810
|
-
"
|
|
11811
|
-
"
|
|
12075
|
+
"Traffic",
|
|
12076
|
+
"Impressions"
|
|
11812
12077
|
]
|
|
11813
12078
|
},
|
|
11814
12079
|
"side_effects": "none"
|
|
@@ -11818,18 +12083,18 @@
|
|
|
11818
12083
|
"dist",
|
|
11819
12084
|
"commands",
|
|
11820
12085
|
"analytics",
|
|
11821
|
-
"
|
|
11822
|
-
"
|
|
12086
|
+
"usage",
|
|
12087
|
+
"locations.cjs"
|
|
11823
12088
|
]
|
|
11824
12089
|
},
|
|
11825
|
-
"analytics:
|
|
12090
|
+
"analytics:usage:sourceids": {
|
|
11826
12091
|
"aliases": [],
|
|
11827
12092
|
"args": {},
|
|
11828
|
-
"description": "Get analytics
|
|
12093
|
+
"description": "Get usage analytics by source ID",
|
|
11829
12094
|
"examples": [
|
|
11830
|
-
"<%= config.bin %> analytics
|
|
11831
|
-
"<%= config.bin %> analytics
|
|
11832
|
-
"<%= config.bin %> analytics
|
|
12095
|
+
"<%= config.bin %> analytics usage sourceids --date-expression thismonth",
|
|
12096
|
+
"<%= config.bin %> analytics usage sourceids --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12097
|
+
"<%= config.bin %> analytics usage sourceids --json"
|
|
11833
12098
|
],
|
|
11834
12099
|
"flags": {
|
|
11835
12100
|
"json": {
|
|
@@ -11931,23 +12196,23 @@
|
|
|
11931
12196
|
},
|
|
11932
12197
|
"hasDynamicHelp": false,
|
|
11933
12198
|
"hiddenAliases": [],
|
|
11934
|
-
"id": "analytics:
|
|
12199
|
+
"id": "analytics:usage:sourceids",
|
|
11935
12200
|
"pluginAlias": "twentythree-cli",
|
|
11936
12201
|
"pluginName": "twentythree-cli",
|
|
11937
12202
|
"pluginType": "core",
|
|
11938
12203
|
"strict": true,
|
|
11939
12204
|
"enableJsonFlag": true,
|
|
11940
12205
|
"agentMetadata": {
|
|
11941
|
-
"api_endpoint": "GET /analytics/data/
|
|
12206
|
+
"api_endpoint": "GET /analytics/data/usage/sourceids",
|
|
11942
12207
|
"auth_scope": "read",
|
|
11943
12208
|
"output_shape": {
|
|
11944
12209
|
"type": "table",
|
|
11945
12210
|
"columns": [
|
|
11946
|
-
"
|
|
11947
|
-
"Videos",
|
|
12211
|
+
"Source ID",
|
|
11948
12212
|
"Plays",
|
|
11949
12213
|
"Engagement",
|
|
11950
|
-
"Traffic"
|
|
12214
|
+
"Traffic",
|
|
12215
|
+
"Impressions"
|
|
11951
12216
|
]
|
|
11952
12217
|
},
|
|
11953
12218
|
"side_effects": "none"
|
|
@@ -11957,18 +12222,18 @@
|
|
|
11957
12222
|
"dist",
|
|
11958
12223
|
"commands",
|
|
11959
12224
|
"analytics",
|
|
11960
|
-
"
|
|
11961
|
-
"
|
|
12225
|
+
"usage",
|
|
12226
|
+
"sourceids.cjs"
|
|
11962
12227
|
]
|
|
11963
12228
|
},
|
|
11964
|
-
"analytics:
|
|
12229
|
+
"analytics:usage:sources": {
|
|
11965
12230
|
"aliases": [],
|
|
11966
12231
|
"args": {},
|
|
11967
|
-
"description": "Get
|
|
12232
|
+
"description": "Get usage analytics by traffic source",
|
|
11968
12233
|
"examples": [
|
|
11969
|
-
"<%= config.bin %> analytics
|
|
11970
|
-
"<%= config.bin %> analytics
|
|
11971
|
-
"<%= config.bin %> analytics
|
|
12234
|
+
"<%= config.bin %> analytics usage sources --date-expression thismonth",
|
|
12235
|
+
"<%= config.bin %> analytics usage sources --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12236
|
+
"<%= config.bin %> analytics usage sources --json"
|
|
11972
12237
|
],
|
|
11973
12238
|
"flags": {
|
|
11974
12239
|
"json": {
|
|
@@ -12003,17 +12268,33 @@
|
|
|
12003
12268
|
"multiple": false,
|
|
12004
12269
|
"type": "option"
|
|
12005
12270
|
},
|
|
12006
|
-
"date-end": {
|
|
12007
|
-
"description": "Last date (YYYY-MM-DD)",
|
|
12008
|
-
"name": "date-end",
|
|
12271
|
+
"date-end": {
|
|
12272
|
+
"description": "Last date (YYYY-MM-DD)",
|
|
12273
|
+
"name": "date-end",
|
|
12274
|
+
"required": false,
|
|
12275
|
+
"hasDynamicHelp": false,
|
|
12276
|
+
"multiple": false,
|
|
12277
|
+
"type": "option"
|
|
12278
|
+
},
|
|
12279
|
+
"date-expression": {
|
|
12280
|
+
"description": "Predefined date range (e.g. thisweek, lastyear)",
|
|
12281
|
+
"name": "date-expression",
|
|
12282
|
+
"required": false,
|
|
12283
|
+
"hasDynamicHelp": false,
|
|
12284
|
+
"multiple": false,
|
|
12285
|
+
"type": "option"
|
|
12286
|
+
},
|
|
12287
|
+
"page": {
|
|
12288
|
+
"description": "Page number",
|
|
12289
|
+
"name": "page",
|
|
12009
12290
|
"required": false,
|
|
12010
12291
|
"hasDynamicHelp": false,
|
|
12011
12292
|
"multiple": false,
|
|
12012
12293
|
"type": "option"
|
|
12013
12294
|
},
|
|
12014
|
-
"
|
|
12015
|
-
"description": "
|
|
12016
|
-
"name": "
|
|
12295
|
+
"size": {
|
|
12296
|
+
"description": "Page size",
|
|
12297
|
+
"name": "size",
|
|
12017
12298
|
"required": false,
|
|
12018
12299
|
"hasDynamicHelp": false,
|
|
12019
12300
|
"multiple": false,
|
|
@@ -12054,23 +12335,23 @@
|
|
|
12054
12335
|
},
|
|
12055
12336
|
"hasDynamicHelp": false,
|
|
12056
12337
|
"hiddenAliases": [],
|
|
12057
|
-
"id": "analytics:
|
|
12338
|
+
"id": "analytics:usage:sources",
|
|
12058
12339
|
"pluginAlias": "twentythree-cli",
|
|
12059
12340
|
"pluginName": "twentythree-cli",
|
|
12060
12341
|
"pluginType": "core",
|
|
12061
12342
|
"strict": true,
|
|
12062
12343
|
"enableJsonFlag": true,
|
|
12063
12344
|
"agentMetadata": {
|
|
12064
|
-
"api_endpoint": "GET /analytics/data/
|
|
12345
|
+
"api_endpoint": "GET /analytics/data/usage/sources",
|
|
12065
12346
|
"auth_scope": "read",
|
|
12066
12347
|
"output_shape": {
|
|
12067
12348
|
"type": "table",
|
|
12068
12349
|
"columns": [
|
|
12069
|
-
"
|
|
12350
|
+
"Source",
|
|
12070
12351
|
"Plays",
|
|
12071
12352
|
"Engagement",
|
|
12072
|
-
"
|
|
12073
|
-
"
|
|
12353
|
+
"Traffic",
|
|
12354
|
+
"Impressions"
|
|
12074
12355
|
]
|
|
12075
12356
|
},
|
|
12076
12357
|
"side_effects": "none"
|
|
@@ -12080,18 +12361,18 @@
|
|
|
12080
12361
|
"dist",
|
|
12081
12362
|
"commands",
|
|
12082
12363
|
"analytics",
|
|
12083
|
-
"
|
|
12084
|
-
"
|
|
12364
|
+
"usage",
|
|
12365
|
+
"sources.cjs"
|
|
12085
12366
|
]
|
|
12086
12367
|
},
|
|
12087
|
-
"analytics:
|
|
12368
|
+
"analytics:usage:spots": {
|
|
12088
12369
|
"aliases": [],
|
|
12089
12370
|
"args": {},
|
|
12090
|
-
"description": "Get
|
|
12371
|
+
"description": "Get usage analytics by spot",
|
|
12091
12372
|
"examples": [
|
|
12092
|
-
"<%= config.bin %> analytics
|
|
12093
|
-
"<%= config.bin %> analytics
|
|
12094
|
-
"<%= config.bin %> analytics
|
|
12373
|
+
"<%= config.bin %> analytics usage spots --date-expression thismonth",
|
|
12374
|
+
"<%= config.bin %> analytics usage spots --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12375
|
+
"<%= config.bin %> analytics usage spots --json"
|
|
12095
12376
|
],
|
|
12096
12377
|
"flags": {
|
|
12097
12378
|
"json": {
|
|
@@ -12142,6 +12423,22 @@
|
|
|
12142
12423
|
"multiple": false,
|
|
12143
12424
|
"type": "option"
|
|
12144
12425
|
},
|
|
12426
|
+
"page": {
|
|
12427
|
+
"description": "Page number",
|
|
12428
|
+
"name": "page",
|
|
12429
|
+
"required": false,
|
|
12430
|
+
"hasDynamicHelp": false,
|
|
12431
|
+
"multiple": false,
|
|
12432
|
+
"type": "option"
|
|
12433
|
+
},
|
|
12434
|
+
"size": {
|
|
12435
|
+
"description": "Page size",
|
|
12436
|
+
"name": "size",
|
|
12437
|
+
"required": false,
|
|
12438
|
+
"hasDynamicHelp": false,
|
|
12439
|
+
"multiple": false,
|
|
12440
|
+
"type": "option"
|
|
12441
|
+
},
|
|
12145
12442
|
"selection": {
|
|
12146
12443
|
"description": "Scope to specific objects/types",
|
|
12147
12444
|
"name": "selection",
|
|
@@ -12177,23 +12474,23 @@
|
|
|
12177
12474
|
},
|
|
12178
12475
|
"hasDynamicHelp": false,
|
|
12179
12476
|
"hiddenAliases": [],
|
|
12180
|
-
"id": "analytics:
|
|
12477
|
+
"id": "analytics:usage:spots",
|
|
12181
12478
|
"pluginAlias": "twentythree-cli",
|
|
12182
12479
|
"pluginName": "twentythree-cli",
|
|
12183
12480
|
"pluginType": "core",
|
|
12184
12481
|
"strict": true,
|
|
12185
12482
|
"enableJsonFlag": true,
|
|
12186
12483
|
"agentMetadata": {
|
|
12187
|
-
"api_endpoint": "GET /analytics/data/
|
|
12484
|
+
"api_endpoint": "GET /analytics/data/usage/spots",
|
|
12188
12485
|
"auth_scope": "read",
|
|
12189
12486
|
"output_shape": {
|
|
12190
12487
|
"type": "table",
|
|
12191
12488
|
"columns": [
|
|
12489
|
+
"Spot",
|
|
12192
12490
|
"Plays",
|
|
12193
12491
|
"Engagement",
|
|
12194
|
-
"
|
|
12195
|
-
"
|
|
12196
|
-
"Traffic"
|
|
12492
|
+
"Traffic",
|
|
12493
|
+
"Impressions"
|
|
12197
12494
|
]
|
|
12198
12495
|
},
|
|
12199
12496
|
"side_effects": "none"
|
|
@@ -12203,18 +12500,18 @@
|
|
|
12203
12500
|
"dist",
|
|
12204
12501
|
"commands",
|
|
12205
12502
|
"analytics",
|
|
12206
|
-
"
|
|
12207
|
-
"
|
|
12503
|
+
"usage",
|
|
12504
|
+
"spots.cjs"
|
|
12208
12505
|
]
|
|
12209
12506
|
},
|
|
12210
|
-
"analytics:
|
|
12507
|
+
"analytics:usage:storage": {
|
|
12211
12508
|
"aliases": [],
|
|
12212
12509
|
"args": {},
|
|
12213
|
-
"description": "Get
|
|
12510
|
+
"description": "Get storage usage analytics",
|
|
12214
12511
|
"examples": [
|
|
12215
|
-
"<%= config.bin %> analytics
|
|
12216
|
-
"<%= config.bin %> analytics
|
|
12217
|
-
"<%= config.bin %> analytics
|
|
12512
|
+
"<%= config.bin %> analytics usage storage",
|
|
12513
|
+
"<%= config.bin %> analytics usage storage --json",
|
|
12514
|
+
"<%= config.bin %> analytics usage storage --selection videos"
|
|
12218
12515
|
],
|
|
12219
12516
|
"flags": {
|
|
12220
12517
|
"json": {
|
|
@@ -12265,22 +12562,6 @@
|
|
|
12265
12562
|
"multiple": false,
|
|
12266
12563
|
"type": "option"
|
|
12267
12564
|
},
|
|
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
12565
|
"selection": {
|
|
12285
12566
|
"description": "Scope to specific objects/types",
|
|
12286
12567
|
"name": "selection",
|
|
@@ -12316,24 +12597,17 @@
|
|
|
12316
12597
|
},
|
|
12317
12598
|
"hasDynamicHelp": false,
|
|
12318
12599
|
"hiddenAliases": [],
|
|
12319
|
-
"id": "analytics:
|
|
12600
|
+
"id": "analytics:usage:storage",
|
|
12320
12601
|
"pluginAlias": "twentythree-cli",
|
|
12321
12602
|
"pluginName": "twentythree-cli",
|
|
12322
12603
|
"pluginType": "core",
|
|
12323
12604
|
"strict": true,
|
|
12324
12605
|
"enableJsonFlag": true,
|
|
12325
12606
|
"agentMetadata": {
|
|
12326
|
-
"api_endpoint": "GET /analytics/data/
|
|
12607
|
+
"api_endpoint": "GET /analytics/data/usage/storage",
|
|
12327
12608
|
"auth_scope": "read",
|
|
12328
12609
|
"output_shape": {
|
|
12329
|
-
"type": "
|
|
12330
|
-
"columns": [
|
|
12331
|
-
"Day",
|
|
12332
|
-
"Plays",
|
|
12333
|
-
"Engagement",
|
|
12334
|
-
"Playrate",
|
|
12335
|
-
"Traffic"
|
|
12336
|
-
]
|
|
12610
|
+
"type": "key-value"
|
|
12337
12611
|
},
|
|
12338
12612
|
"side_effects": "none"
|
|
12339
12613
|
},
|
|
@@ -12342,18 +12616,18 @@
|
|
|
12342
12616
|
"dist",
|
|
12343
12617
|
"commands",
|
|
12344
12618
|
"analytics",
|
|
12345
|
-
"
|
|
12346
|
-
"
|
|
12619
|
+
"usage",
|
|
12620
|
+
"storage.cjs"
|
|
12347
12621
|
]
|
|
12348
12622
|
},
|
|
12349
|
-
"analytics:
|
|
12623
|
+
"analytics:usage:traffic": {
|
|
12350
12624
|
"aliases": [],
|
|
12351
12625
|
"args": {},
|
|
12352
|
-
"description": "Get
|
|
12626
|
+
"description": "Get usage analytics by traffic type",
|
|
12353
12627
|
"examples": [
|
|
12354
|
-
"<%= config.bin %> analytics
|
|
12355
|
-
"<%= config.bin %> analytics
|
|
12356
|
-
"<%= config.bin %> analytics
|
|
12628
|
+
"<%= config.bin %> analytics usage traffic --date-expression thismonth",
|
|
12629
|
+
"<%= config.bin %> analytics usage traffic --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12630
|
+
"<%= config.bin %> analytics usage traffic --json"
|
|
12357
12631
|
],
|
|
12358
12632
|
"flags": {
|
|
12359
12633
|
"json": {
|
|
@@ -12404,6 +12678,22 @@
|
|
|
12404
12678
|
"multiple": false,
|
|
12405
12679
|
"type": "option"
|
|
12406
12680
|
},
|
|
12681
|
+
"page": {
|
|
12682
|
+
"description": "Page number",
|
|
12683
|
+
"name": "page",
|
|
12684
|
+
"required": false,
|
|
12685
|
+
"hasDynamicHelp": false,
|
|
12686
|
+
"multiple": false,
|
|
12687
|
+
"type": "option"
|
|
12688
|
+
},
|
|
12689
|
+
"size": {
|
|
12690
|
+
"description": "Page size",
|
|
12691
|
+
"name": "size",
|
|
12692
|
+
"required": false,
|
|
12693
|
+
"hasDynamicHelp": false,
|
|
12694
|
+
"multiple": false,
|
|
12695
|
+
"type": "option"
|
|
12696
|
+
},
|
|
12407
12697
|
"selection": {
|
|
12408
12698
|
"description": "Scope to specific objects/types",
|
|
12409
12699
|
"name": "selection",
|
|
@@ -12439,23 +12729,23 @@
|
|
|
12439
12729
|
},
|
|
12440
12730
|
"hasDynamicHelp": false,
|
|
12441
12731
|
"hiddenAliases": [],
|
|
12442
|
-
"id": "analytics:
|
|
12732
|
+
"id": "analytics:usage:traffic",
|
|
12443
12733
|
"pluginAlias": "twentythree-cli",
|
|
12444
12734
|
"pluginName": "twentythree-cli",
|
|
12445
12735
|
"pluginType": "core",
|
|
12446
12736
|
"strict": true,
|
|
12447
12737
|
"enableJsonFlag": true,
|
|
12448
12738
|
"agentMetadata": {
|
|
12449
|
-
"api_endpoint": "GET /analytics/data/
|
|
12739
|
+
"api_endpoint": "GET /analytics/data/usage/traffic",
|
|
12450
12740
|
"auth_scope": "read",
|
|
12451
12741
|
"output_shape": {
|
|
12452
12742
|
"type": "table",
|
|
12453
12743
|
"columns": [
|
|
12454
|
-
"
|
|
12744
|
+
"Traffic Type",
|
|
12455
12745
|
"Plays",
|
|
12456
|
-
"Peak Viewers",
|
|
12457
12746
|
"Engagement",
|
|
12458
|
-
"
|
|
12747
|
+
"Traffic",
|
|
12748
|
+
"Impressions"
|
|
12459
12749
|
]
|
|
12460
12750
|
},
|
|
12461
12751
|
"side_effects": "none"
|
|
@@ -12465,18 +12755,18 @@
|
|
|
12465
12755
|
"dist",
|
|
12466
12756
|
"commands",
|
|
12467
12757
|
"analytics",
|
|
12468
|
-
"
|
|
12469
|
-
"
|
|
12758
|
+
"usage",
|
|
12759
|
+
"traffic.cjs"
|
|
12470
12760
|
]
|
|
12471
12761
|
},
|
|
12472
|
-
"analytics:
|
|
12762
|
+
"analytics:video": {
|
|
12473
12763
|
"aliases": [],
|
|
12474
12764
|
"args": {},
|
|
12475
|
-
"description": "Get
|
|
12765
|
+
"description": "Get video analytics data",
|
|
12476
12766
|
"examples": [
|
|
12477
|
-
"<%= config.bin %> analytics
|
|
12478
|
-
"<%= config.bin %> analytics
|
|
12479
|
-
"<%= config.bin %> analytics
|
|
12767
|
+
"<%= config.bin %> analytics video --date-expression thisweek",
|
|
12768
|
+
"<%= config.bin %> analytics video --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12769
|
+
"<%= config.bin %> analytics video --json"
|
|
12480
12770
|
],
|
|
12481
12771
|
"flags": {
|
|
12482
12772
|
"json": {
|
|
@@ -12527,6 +12817,22 @@
|
|
|
12527
12817
|
"multiple": false,
|
|
12528
12818
|
"type": "option"
|
|
12529
12819
|
},
|
|
12820
|
+
"page": {
|
|
12821
|
+
"description": "Page number",
|
|
12822
|
+
"name": "page",
|
|
12823
|
+
"required": false,
|
|
12824
|
+
"hasDynamicHelp": false,
|
|
12825
|
+
"multiple": false,
|
|
12826
|
+
"type": "option"
|
|
12827
|
+
},
|
|
12828
|
+
"size": {
|
|
12829
|
+
"description": "Page size",
|
|
12830
|
+
"name": "size",
|
|
12831
|
+
"required": false,
|
|
12832
|
+
"hasDynamicHelp": false,
|
|
12833
|
+
"multiple": false,
|
|
12834
|
+
"type": "option"
|
|
12835
|
+
},
|
|
12530
12836
|
"selection": {
|
|
12531
12837
|
"description": "Scope to specific objects/types",
|
|
12532
12838
|
"name": "selection",
|
|
@@ -12562,23 +12868,23 @@
|
|
|
12562
12868
|
},
|
|
12563
12869
|
"hasDynamicHelp": false,
|
|
12564
12870
|
"hiddenAliases": [],
|
|
12565
|
-
"id": "analytics:
|
|
12871
|
+
"id": "analytics:video",
|
|
12566
12872
|
"pluginAlias": "twentythree-cli",
|
|
12567
12873
|
"pluginName": "twentythree-cli",
|
|
12568
12874
|
"pluginType": "core",
|
|
12569
12875
|
"strict": true,
|
|
12570
12876
|
"enableJsonFlag": true,
|
|
12571
12877
|
"agentMetadata": {
|
|
12572
|
-
"api_endpoint": "GET /analytics/data/
|
|
12878
|
+
"api_endpoint": "GET /analytics/data/videos",
|
|
12573
12879
|
"auth_scope": "read",
|
|
12574
12880
|
"output_shape": {
|
|
12575
12881
|
"type": "table",
|
|
12576
12882
|
"columns": [
|
|
12577
12883
|
"Plays",
|
|
12578
|
-
"Peak Viewers",
|
|
12579
12884
|
"Engagement",
|
|
12580
12885
|
"Playrate",
|
|
12581
|
-
"Avg View Time"
|
|
12886
|
+
"Avg View Time",
|
|
12887
|
+
"Traffic"
|
|
12582
12888
|
]
|
|
12583
12889
|
},
|
|
12584
12890
|
"side_effects": "none"
|
|
@@ -12588,18 +12894,18 @@
|
|
|
12588
12894
|
"dist",
|
|
12589
12895
|
"commands",
|
|
12590
12896
|
"analytics",
|
|
12591
|
-
"
|
|
12592
|
-
"
|
|
12897
|
+
"video",
|
|
12898
|
+
"index.cjs"
|
|
12593
12899
|
]
|
|
12594
12900
|
},
|
|
12595
|
-
"analytics:
|
|
12901
|
+
"analytics:video:performance": {
|
|
12596
12902
|
"aliases": [],
|
|
12597
12903
|
"args": {},
|
|
12598
|
-
"description": "Get
|
|
12904
|
+
"description": "Get video performance analytics",
|
|
12599
12905
|
"examples": [
|
|
12600
|
-
"<%= config.bin %> analytics
|
|
12601
|
-
"<%= config.bin %> analytics
|
|
12602
|
-
"<%= config.bin %> analytics
|
|
12906
|
+
"<%= config.bin %> analytics video performance --date-expression thismonth",
|
|
12907
|
+
"<%= config.bin %> analytics video performance --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
12908
|
+
"<%= config.bin %> analytics video performance --json"
|
|
12603
12909
|
],
|
|
12604
12910
|
"flags": {
|
|
12605
12911
|
"json": {
|
|
@@ -12701,22 +13007,22 @@
|
|
|
12701
13007
|
},
|
|
12702
13008
|
"hasDynamicHelp": false,
|
|
12703
13009
|
"hiddenAliases": [],
|
|
12704
|
-
"id": "analytics:
|
|
13010
|
+
"id": "analytics:video:performance",
|
|
12705
13011
|
"pluginAlias": "twentythree-cli",
|
|
12706
13012
|
"pluginName": "twentythree-cli",
|
|
12707
13013
|
"pluginType": "core",
|
|
12708
13014
|
"strict": true,
|
|
12709
13015
|
"enableJsonFlag": true,
|
|
12710
13016
|
"agentMetadata": {
|
|
12711
|
-
"api_endpoint": "GET /analytics/data/
|
|
13017
|
+
"api_endpoint": "GET /analytics/data/videos/performance",
|
|
12712
13018
|
"auth_scope": "read",
|
|
12713
13019
|
"output_shape": {
|
|
12714
13020
|
"type": "table",
|
|
12715
13021
|
"columns": [
|
|
12716
|
-
"
|
|
13022
|
+
"Title",
|
|
12717
13023
|
"Plays",
|
|
12718
|
-
"Peak Viewers",
|
|
12719
13024
|
"Engagement",
|
|
13025
|
+
"Playrate",
|
|
12720
13026
|
"Performance"
|
|
12721
13027
|
]
|
|
12722
13028
|
},
|
|
@@ -12727,18 +13033,18 @@
|
|
|
12727
13033
|
"dist",
|
|
12728
13034
|
"commands",
|
|
12729
13035
|
"analytics",
|
|
12730
|
-
"
|
|
12731
|
-
"
|
|
13036
|
+
"video",
|
|
13037
|
+
"performance.cjs"
|
|
12732
13038
|
]
|
|
12733
13039
|
},
|
|
12734
|
-
"analytics:
|
|
13040
|
+
"analytics:video:published": {
|
|
12735
13041
|
"aliases": [],
|
|
12736
13042
|
"args": {},
|
|
12737
|
-
"description": "Get
|
|
13043
|
+
"description": "Get analytics for published videos",
|
|
12738
13044
|
"examples": [
|
|
12739
|
-
"<%= config.bin %> analytics
|
|
12740
|
-
"<%= config.bin %> analytics
|
|
12741
|
-
"<%= config.bin %> analytics
|
|
13045
|
+
"<%= config.bin %> analytics video published --date-expression thismonth",
|
|
13046
|
+
"<%= config.bin %> analytics video published --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
13047
|
+
"<%= config.bin %> analytics video published --json"
|
|
12742
13048
|
],
|
|
12743
13049
|
"flags": {
|
|
12744
13050
|
"json": {
|
|
@@ -12840,23 +13146,23 @@
|
|
|
12840
13146
|
},
|
|
12841
13147
|
"hasDynamicHelp": false,
|
|
12842
13148
|
"hiddenAliases": [],
|
|
12843
|
-
"id": "analytics:
|
|
13149
|
+
"id": "analytics:video:published",
|
|
12844
13150
|
"pluginAlias": "twentythree-cli",
|
|
12845
13151
|
"pluginName": "twentythree-cli",
|
|
12846
13152
|
"pluginType": "core",
|
|
12847
13153
|
"strict": true,
|
|
12848
13154
|
"enableJsonFlag": true,
|
|
12849
13155
|
"agentMetadata": {
|
|
12850
|
-
"api_endpoint": "GET /analytics/data/
|
|
13156
|
+
"api_endpoint": "GET /analytics/data/videos/published",
|
|
12851
13157
|
"auth_scope": "read",
|
|
12852
13158
|
"output_shape": {
|
|
12853
13159
|
"type": "table",
|
|
12854
13160
|
"columns": [
|
|
13161
|
+
"Date",
|
|
13162
|
+
"Videos",
|
|
12855
13163
|
"Plays",
|
|
12856
|
-
"Peak Viewers",
|
|
12857
13164
|
"Engagement",
|
|
12858
|
-
"
|
|
12859
|
-
"Avg View Time"
|
|
13165
|
+
"Traffic"
|
|
12860
13166
|
]
|
|
12861
13167
|
},
|
|
12862
13168
|
"side_effects": "none"
|
|
@@ -12866,18 +13172,18 @@
|
|
|
12866
13172
|
"dist",
|
|
12867
13173
|
"commands",
|
|
12868
13174
|
"analytics",
|
|
12869
|
-
"
|
|
12870
|
-
"
|
|
13175
|
+
"video",
|
|
13176
|
+
"published.cjs"
|
|
12871
13177
|
]
|
|
12872
13178
|
},
|
|
12873
|
-
"analytics:
|
|
13179
|
+
"analytics:video:timeseries": {
|
|
12874
13180
|
"aliases": [],
|
|
12875
13181
|
"args": {},
|
|
12876
|
-
"description": "Get
|
|
13182
|
+
"description": "Get video analytics time series data",
|
|
12877
13183
|
"examples": [
|
|
12878
|
-
"<%= config.bin %> analytics
|
|
12879
|
-
"<%= config.bin %> analytics
|
|
12880
|
-
"<%= config.bin %> analytics
|
|
13184
|
+
"<%= config.bin %> analytics video timeseries --date-expression thisweek",
|
|
13185
|
+
"<%= config.bin %> analytics video timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
13186
|
+
"<%= config.bin %> analytics video timeseries --json"
|
|
12881
13187
|
],
|
|
12882
13188
|
"flags": {
|
|
12883
13189
|
"json": {
|
|
@@ -12963,23 +13269,23 @@
|
|
|
12963
13269
|
},
|
|
12964
13270
|
"hasDynamicHelp": false,
|
|
12965
13271
|
"hiddenAliases": [],
|
|
12966
|
-
"id": "analytics:
|
|
13272
|
+
"id": "analytics:video:timeseries",
|
|
12967
13273
|
"pluginAlias": "twentythree-cli",
|
|
12968
13274
|
"pluginName": "twentythree-cli",
|
|
12969
13275
|
"pluginType": "core",
|
|
12970
13276
|
"strict": true,
|
|
12971
13277
|
"enableJsonFlag": true,
|
|
12972
13278
|
"agentMetadata": {
|
|
12973
|
-
"api_endpoint": "GET /analytics/data/
|
|
13279
|
+
"api_endpoint": "GET /analytics/data/videos/timeseries",
|
|
12974
13280
|
"auth_scope": "read",
|
|
12975
13281
|
"output_shape": {
|
|
12976
13282
|
"type": "table",
|
|
12977
13283
|
"columns": [
|
|
12978
13284
|
"Date",
|
|
12979
13285
|
"Plays",
|
|
12980
|
-
"Peak Viewers",
|
|
12981
13286
|
"Engagement",
|
|
12982
|
-
"Playrate"
|
|
13287
|
+
"Playrate",
|
|
13288
|
+
"Traffic"
|
|
12983
13289
|
]
|
|
12984
13290
|
},
|
|
12985
13291
|
"side_effects": "none"
|
|
@@ -12989,18 +13295,18 @@
|
|
|
12989
13295
|
"dist",
|
|
12990
13296
|
"commands",
|
|
12991
13297
|
"analytics",
|
|
12992
|
-
"
|
|
13298
|
+
"video",
|
|
12993
13299
|
"timeseries.cjs"
|
|
12994
13300
|
]
|
|
12995
13301
|
},
|
|
12996
|
-
"analytics:
|
|
13302
|
+
"analytics:video:totals": {
|
|
12997
13303
|
"aliases": [],
|
|
12998
13304
|
"args": {},
|
|
12999
|
-
"description": "Get
|
|
13305
|
+
"description": "Get aggregated video analytics totals",
|
|
13000
13306
|
"examples": [
|
|
13001
|
-
"<%= config.bin %> analytics
|
|
13002
|
-
"<%= config.bin %> analytics
|
|
13003
|
-
"<%= config.bin %> analytics
|
|
13307
|
+
"<%= config.bin %> analytics video totals --date-expression thismonth",
|
|
13308
|
+
"<%= config.bin %> analytics video totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
13309
|
+
"<%= config.bin %> analytics video totals --json"
|
|
13004
13310
|
],
|
|
13005
13311
|
"flags": {
|
|
13006
13312
|
"json": {
|
|
@@ -13086,23 +13392,23 @@
|
|
|
13086
13392
|
},
|
|
13087
13393
|
"hasDynamicHelp": false,
|
|
13088
13394
|
"hiddenAliases": [],
|
|
13089
|
-
"id": "analytics:
|
|
13395
|
+
"id": "analytics:video:totals",
|
|
13090
13396
|
"pluginAlias": "twentythree-cli",
|
|
13091
13397
|
"pluginName": "twentythree-cli",
|
|
13092
13398
|
"pluginType": "core",
|
|
13093
13399
|
"strict": true,
|
|
13094
13400
|
"enableJsonFlag": true,
|
|
13095
13401
|
"agentMetadata": {
|
|
13096
|
-
"api_endpoint": "GET /analytics/data/
|
|
13402
|
+
"api_endpoint": "GET /analytics/data/videos/totals",
|
|
13097
13403
|
"auth_scope": "read",
|
|
13098
13404
|
"output_shape": {
|
|
13099
13405
|
"type": "table",
|
|
13100
13406
|
"columns": [
|
|
13101
13407
|
"Plays",
|
|
13102
|
-
"Peak Viewers",
|
|
13103
13408
|
"Engagement",
|
|
13104
13409
|
"Playrate",
|
|
13105
|
-
"Avg View Time"
|
|
13410
|
+
"Avg View Time",
|
|
13411
|
+
"Traffic"
|
|
13106
13412
|
]
|
|
13107
13413
|
},
|
|
13108
13414
|
"side_effects": "none"
|
|
@@ -13112,18 +13418,18 @@
|
|
|
13112
13418
|
"dist",
|
|
13113
13419
|
"commands",
|
|
13114
13420
|
"analytics",
|
|
13115
|
-
"
|
|
13421
|
+
"video",
|
|
13116
13422
|
"totals.cjs"
|
|
13117
13423
|
]
|
|
13118
13424
|
},
|
|
13119
|
-
"analytics:
|
|
13425
|
+
"analytics:video:weekday": {
|
|
13120
13426
|
"aliases": [],
|
|
13121
13427
|
"args": {},
|
|
13122
|
-
"description": "Get
|
|
13428
|
+
"description": "Get video analytics broken down by day of week",
|
|
13123
13429
|
"examples": [
|
|
13124
|
-
"<%= config.bin %> analytics
|
|
13125
|
-
"<%= config.bin %> analytics
|
|
13126
|
-
"<%= config.bin %> analytics
|
|
13430
|
+
"<%= config.bin %> analytics video weekday --date-expression thismonth",
|
|
13431
|
+
"<%= config.bin %> analytics video weekday --date-start 2024-01-01 --date-end 2024-01-31 --page 1 --size 20",
|
|
13432
|
+
"<%= config.bin %> analytics video weekday --json"
|
|
13127
13433
|
],
|
|
13128
13434
|
"flags": {
|
|
13129
13435
|
"json": {
|
|
@@ -13225,23 +13531,23 @@
|
|
|
13225
13531
|
},
|
|
13226
13532
|
"hasDynamicHelp": false,
|
|
13227
13533
|
"hiddenAliases": [],
|
|
13228
|
-
"id": "analytics:
|
|
13534
|
+
"id": "analytics:video:weekday",
|
|
13229
13535
|
"pluginAlias": "twentythree-cli",
|
|
13230
13536
|
"pluginName": "twentythree-cli",
|
|
13231
13537
|
"pluginType": "core",
|
|
13232
13538
|
"strict": true,
|
|
13233
13539
|
"enableJsonFlag": true,
|
|
13234
13540
|
"agentMetadata": {
|
|
13235
|
-
"api_endpoint": "GET /analytics/data/
|
|
13541
|
+
"api_endpoint": "GET /analytics/data/videos/weekday",
|
|
13236
13542
|
"auth_scope": "read",
|
|
13237
13543
|
"output_shape": {
|
|
13238
13544
|
"type": "table",
|
|
13239
13545
|
"columns": [
|
|
13240
13546
|
"Day",
|
|
13241
13547
|
"Plays",
|
|
13242
|
-
"Peak Viewers",
|
|
13243
13548
|
"Engagement",
|
|
13244
|
-
"Playrate"
|
|
13549
|
+
"Playrate",
|
|
13550
|
+
"Traffic"
|
|
13245
13551
|
]
|
|
13246
13552
|
},
|
|
13247
13553
|
"side_effects": "none"
|
|
@@ -13251,7 +13557,7 @@
|
|
|
13251
13557
|
"dist",
|
|
13252
13558
|
"commands",
|
|
13253
13559
|
"analytics",
|
|
13254
|
-
"
|
|
13560
|
+
"video",
|
|
13255
13561
|
"weekday.cjs"
|
|
13256
13562
|
]
|
|
13257
13563
|
},
|
|
@@ -13865,13 +14171,13 @@
|
|
|
13865
14171
|
"remove.cjs"
|
|
13866
14172
|
]
|
|
13867
14173
|
},
|
|
13868
|
-
"presentation:
|
|
14174
|
+
"presentation:setting:list": {
|
|
13869
14175
|
"aliases": [],
|
|
13870
14176
|
"args": {},
|
|
13871
|
-
"description": "List
|
|
14177
|
+
"description": "List workspace presentation settings",
|
|
13872
14178
|
"examples": [
|
|
13873
|
-
"<%= config.bin %> presentation
|
|
13874
|
-
"<%= config.bin %> presentation
|
|
14179
|
+
"<%= config.bin %> presentation setting list",
|
|
14180
|
+
"<%= config.bin %> presentation setting list --json"
|
|
13875
14181
|
],
|
|
13876
14182
|
"flags": {
|
|
13877
14183
|
"json": {
|
|
@@ -13901,21 +14207,17 @@
|
|
|
13901
14207
|
},
|
|
13902
14208
|
"hasDynamicHelp": false,
|
|
13903
14209
|
"hiddenAliases": [],
|
|
13904
|
-
"id": "presentation:
|
|
14210
|
+
"id": "presentation:setting:list",
|
|
13905
14211
|
"pluginAlias": "twentythree-cli",
|
|
13906
14212
|
"pluginName": "twentythree-cli",
|
|
13907
14213
|
"pluginType": "core",
|
|
13908
14214
|
"strict": true,
|
|
13909
14215
|
"enableJsonFlag": true,
|
|
13910
14216
|
"agentMetadata": {
|
|
13911
|
-
"api_endpoint": "GET /presentation/
|
|
14217
|
+
"api_endpoint": "GET /presentation/setting/list",
|
|
13912
14218
|
"auth_scope": "read",
|
|
13913
14219
|
"output_shape": {
|
|
13914
|
-
"type": "
|
|
13915
|
-
"columns": [
|
|
13916
|
-
"Link Location",
|
|
13917
|
-
"Label"
|
|
13918
|
-
]
|
|
14220
|
+
"type": "key-value"
|
|
13919
14221
|
},
|
|
13920
14222
|
"side_effects": "none"
|
|
13921
14223
|
},
|
|
@@ -13924,17 +14226,18 @@
|
|
|
13924
14226
|
"dist",
|
|
13925
14227
|
"commands",
|
|
13926
14228
|
"presentation",
|
|
13927
|
-
"
|
|
13928
|
-
"
|
|
14229
|
+
"setting",
|
|
14230
|
+
"list.cjs"
|
|
13929
14231
|
]
|
|
13930
14232
|
},
|
|
13931
|
-
"presentation:setting:
|
|
14233
|
+
"presentation:setting:update": {
|
|
13932
14234
|
"aliases": [],
|
|
13933
14235
|
"args": {},
|
|
13934
|
-
"description": "
|
|
14236
|
+
"description": "Update workspace presentation settings",
|
|
13935
14237
|
"examples": [
|
|
13936
|
-
"<%= config.bin %> presentation setting
|
|
13937
|
-
"<%= config.bin %> presentation setting
|
|
14238
|
+
"<%= config.bin %> presentation setting update --set site_name=\"My Site\"",
|
|
14239
|
+
"<%= config.bin %> presentation setting update --set site_name=\"My Site\" --set logo_url=\"https://example.com/logo.png\"",
|
|
14240
|
+
"<%= config.bin %> presentation setting update --set site_name=\"My Site\" --json"
|
|
13938
14241
|
],
|
|
13939
14242
|
"flags": {
|
|
13940
14243
|
"json": {
|
|
@@ -13960,23 +14263,31 @@
|
|
|
13960
14263
|
"name": "agent",
|
|
13961
14264
|
"allowNo": false,
|
|
13962
14265
|
"type": "boolean"
|
|
14266
|
+
},
|
|
14267
|
+
"set": {
|
|
14268
|
+
"description": "Setting key=value pair (repeatable)",
|
|
14269
|
+
"name": "set",
|
|
14270
|
+
"required": false,
|
|
14271
|
+
"hasDynamicHelp": false,
|
|
14272
|
+
"multiple": true,
|
|
14273
|
+
"type": "option"
|
|
13963
14274
|
}
|
|
13964
14275
|
},
|
|
13965
14276
|
"hasDynamicHelp": false,
|
|
13966
14277
|
"hiddenAliases": [],
|
|
13967
|
-
"id": "presentation:setting:
|
|
14278
|
+
"id": "presentation:setting:update",
|
|
13968
14279
|
"pluginAlias": "twentythree-cli",
|
|
13969
14280
|
"pluginName": "twentythree-cli",
|
|
13970
14281
|
"pluginType": "core",
|
|
13971
14282
|
"strict": true,
|
|
13972
14283
|
"enableJsonFlag": true,
|
|
13973
14284
|
"agentMetadata": {
|
|
13974
|
-
"api_endpoint": "
|
|
13975
|
-
"auth_scope": "
|
|
14285
|
+
"api_endpoint": "POST /presentation/setting/update",
|
|
14286
|
+
"auth_scope": "write",
|
|
13976
14287
|
"output_shape": {
|
|
13977
14288
|
"type": "key-value"
|
|
13978
14289
|
},
|
|
13979
|
-
"side_effects": "
|
|
14290
|
+
"side_effects": "updates"
|
|
13980
14291
|
},
|
|
13981
14292
|
"isESM": false,
|
|
13982
14293
|
"relativePath": [
|
|
@@ -13984,17 +14295,16 @@
|
|
|
13984
14295
|
"commands",
|
|
13985
14296
|
"presentation",
|
|
13986
14297
|
"setting",
|
|
13987
|
-
"
|
|
14298
|
+
"update.cjs"
|
|
13988
14299
|
]
|
|
13989
14300
|
},
|
|
13990
|
-
"presentation:
|
|
14301
|
+
"presentation:page:link-locations": {
|
|
13991
14302
|
"aliases": [],
|
|
13992
14303
|
"args": {},
|
|
13993
|
-
"description": "
|
|
14304
|
+
"description": "List available presentation page link locations",
|
|
13994
14305
|
"examples": [
|
|
13995
|
-
"<%= config.bin %> presentation
|
|
13996
|
-
"<%= config.bin %> presentation
|
|
13997
|
-
"<%= config.bin %> presentation setting update --set site_name=\"My Site\" --json"
|
|
14306
|
+
"<%= config.bin %> presentation page link-locations",
|
|
14307
|
+
"<%= config.bin %> presentation page link-locations --json"
|
|
13998
14308
|
],
|
|
13999
14309
|
"flags": {
|
|
14000
14310
|
"json": {
|
|
@@ -14020,39 +14330,35 @@
|
|
|
14020
14330
|
"name": "agent",
|
|
14021
14331
|
"allowNo": false,
|
|
14022
14332
|
"type": "boolean"
|
|
14023
|
-
},
|
|
14024
|
-
"set": {
|
|
14025
|
-
"description": "Setting key=value pair (repeatable)",
|
|
14026
|
-
"name": "set",
|
|
14027
|
-
"required": false,
|
|
14028
|
-
"hasDynamicHelp": false,
|
|
14029
|
-
"multiple": true,
|
|
14030
|
-
"type": "option"
|
|
14031
14333
|
}
|
|
14032
14334
|
},
|
|
14033
14335
|
"hasDynamicHelp": false,
|
|
14034
14336
|
"hiddenAliases": [],
|
|
14035
|
-
"id": "presentation:
|
|
14337
|
+
"id": "presentation:page:link-locations",
|
|
14036
14338
|
"pluginAlias": "twentythree-cli",
|
|
14037
14339
|
"pluginName": "twentythree-cli",
|
|
14038
14340
|
"pluginType": "core",
|
|
14039
14341
|
"strict": true,
|
|
14040
14342
|
"enableJsonFlag": true,
|
|
14041
14343
|
"agentMetadata": {
|
|
14042
|
-
"api_endpoint": "
|
|
14043
|
-
"auth_scope": "
|
|
14344
|
+
"api_endpoint": "GET /presentation/page/link-locations",
|
|
14345
|
+
"auth_scope": "read",
|
|
14044
14346
|
"output_shape": {
|
|
14045
|
-
"type": "
|
|
14347
|
+
"type": "table",
|
|
14348
|
+
"columns": [
|
|
14349
|
+
"Link Location",
|
|
14350
|
+
"Label"
|
|
14351
|
+
]
|
|
14046
14352
|
},
|
|
14047
|
-
"side_effects": "
|
|
14353
|
+
"side_effects": "none"
|
|
14048
14354
|
},
|
|
14049
14355
|
"isESM": false,
|
|
14050
14356
|
"relativePath": [
|
|
14051
14357
|
"dist",
|
|
14052
14358
|
"commands",
|
|
14053
14359
|
"presentation",
|
|
14054
|
-
"
|
|
14055
|
-
"
|
|
14360
|
+
"page",
|
|
14361
|
+
"link-locations.cjs"
|
|
14056
14362
|
]
|
|
14057
14363
|
},
|
|
14058
14364
|
"thumbnail:file:delete": {
|
|
@@ -19975,14 +20281,14 @@
|
|
|
19975
20281
|
"transcriptionlist.cjs"
|
|
19976
20282
|
]
|
|
19977
20283
|
},
|
|
19978
|
-
"analytics:
|
|
20284
|
+
"analytics:live:weekday:timeseries": {
|
|
19979
20285
|
"aliases": [],
|
|
19980
20286
|
"args": {},
|
|
19981
|
-
"description": "Get
|
|
20287
|
+
"description": "Get live/webinar analytics by weekday - time series",
|
|
19982
20288
|
"examples": [
|
|
19983
|
-
"<%= config.bin %> analytics
|
|
19984
|
-
"<%= config.bin %> analytics
|
|
19985
|
-
"<%= config.bin %> analytics
|
|
20289
|
+
"<%= config.bin %> analytics live weekday timeseries --date-expression thisweek",
|
|
20290
|
+
"<%= config.bin %> analytics live weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20291
|
+
"<%= config.bin %> analytics live weekday timeseries --json"
|
|
19986
20292
|
],
|
|
19987
20293
|
"flags": {
|
|
19988
20294
|
"json": {
|
|
@@ -20068,22 +20374,23 @@
|
|
|
20068
20374
|
},
|
|
20069
20375
|
"hasDynamicHelp": false,
|
|
20070
20376
|
"hiddenAliases": [],
|
|
20071
|
-
"id": "analytics:
|
|
20377
|
+
"id": "analytics:live:weekday:timeseries",
|
|
20072
20378
|
"pluginAlias": "twentythree-cli",
|
|
20073
20379
|
"pluginName": "twentythree-cli",
|
|
20074
20380
|
"pluginType": "core",
|
|
20075
20381
|
"strict": true,
|
|
20076
20382
|
"enableJsonFlag": true,
|
|
20077
20383
|
"agentMetadata": {
|
|
20078
|
-
"api_endpoint": "GET /analytics/data/
|
|
20384
|
+
"api_endpoint": "GET /analytics/data/live/weekday/timeseries",
|
|
20079
20385
|
"auth_scope": "read",
|
|
20080
20386
|
"output_shape": {
|
|
20081
20387
|
"type": "table",
|
|
20082
20388
|
"columns": [
|
|
20083
|
-
"
|
|
20389
|
+
"Date",
|
|
20390
|
+
"Day",
|
|
20084
20391
|
"Plays",
|
|
20085
|
-
"
|
|
20086
|
-
"
|
|
20392
|
+
"Peak Viewers",
|
|
20393
|
+
"Engagement"
|
|
20087
20394
|
]
|
|
20088
20395
|
},
|
|
20089
20396
|
"side_effects": "none"
|
|
@@ -20093,19 +20400,19 @@
|
|
|
20093
20400
|
"dist",
|
|
20094
20401
|
"commands",
|
|
20095
20402
|
"analytics",
|
|
20096
|
-
"
|
|
20097
|
-
"
|
|
20098
|
-
"
|
|
20403
|
+
"live",
|
|
20404
|
+
"weekday",
|
|
20405
|
+
"timeseries.cjs"
|
|
20099
20406
|
]
|
|
20100
20407
|
},
|
|
20101
|
-
"analytics:
|
|
20408
|
+
"analytics:live:weekday:totals": {
|
|
20102
20409
|
"aliases": [],
|
|
20103
20410
|
"args": {},
|
|
20104
|
-
"description": "Get aggregated
|
|
20411
|
+
"description": "Get aggregated live/webinar analytics by weekday - totals",
|
|
20105
20412
|
"examples": [
|
|
20106
|
-
"<%= config.bin %> analytics
|
|
20107
|
-
"<%= config.bin %> analytics
|
|
20108
|
-
"<%= config.bin %> analytics
|
|
20413
|
+
"<%= config.bin %> analytics live weekday totals --date-expression thismonth",
|
|
20414
|
+
"<%= config.bin %> analytics live weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20415
|
+
"<%= config.bin %> analytics live weekday totals --json"
|
|
20109
20416
|
],
|
|
20110
20417
|
"flags": {
|
|
20111
20418
|
"json": {
|
|
@@ -20191,22 +20498,23 @@
|
|
|
20191
20498
|
},
|
|
20192
20499
|
"hasDynamicHelp": false,
|
|
20193
20500
|
"hiddenAliases": [],
|
|
20194
|
-
"id": "analytics:
|
|
20501
|
+
"id": "analytics:live:weekday:totals",
|
|
20195
20502
|
"pluginAlias": "twentythree-cli",
|
|
20196
20503
|
"pluginName": "twentythree-cli",
|
|
20197
20504
|
"pluginType": "core",
|
|
20198
20505
|
"strict": true,
|
|
20199
20506
|
"enableJsonFlag": true,
|
|
20200
20507
|
"agentMetadata": {
|
|
20201
|
-
"api_endpoint": "GET /analytics/data/
|
|
20508
|
+
"api_endpoint": "GET /analytics/data/live/weekday/totals",
|
|
20202
20509
|
"auth_scope": "read",
|
|
20203
20510
|
"output_shape": {
|
|
20204
20511
|
"type": "table",
|
|
20205
20512
|
"columns": [
|
|
20206
|
-
"
|
|
20513
|
+
"Day",
|
|
20207
20514
|
"Plays",
|
|
20515
|
+
"Peak Viewers",
|
|
20208
20516
|
"Engagement",
|
|
20209
|
-
"
|
|
20517
|
+
"Playrate"
|
|
20210
20518
|
]
|
|
20211
20519
|
},
|
|
20212
20520
|
"side_effects": "none"
|
|
@@ -20216,19 +20524,19 @@
|
|
|
20216
20524
|
"dist",
|
|
20217
20525
|
"commands",
|
|
20218
20526
|
"analytics",
|
|
20219
|
-
"
|
|
20220
|
-
"
|
|
20527
|
+
"live",
|
|
20528
|
+
"weekday",
|
|
20221
20529
|
"totals.cjs"
|
|
20222
20530
|
]
|
|
20223
20531
|
},
|
|
20224
|
-
"analytics:usage:
|
|
20532
|
+
"analytics:usage:devices:timeseries": {
|
|
20225
20533
|
"aliases": [],
|
|
20226
20534
|
"args": {},
|
|
20227
|
-
"description": "Get
|
|
20535
|
+
"description": "Get usage analytics by device type - time series",
|
|
20228
20536
|
"examples": [
|
|
20229
|
-
"<%= config.bin %> analytics usage
|
|
20230
|
-
"<%= config.bin %> analytics usage
|
|
20231
|
-
"<%= config.bin %> analytics usage
|
|
20537
|
+
"<%= config.bin %> analytics usage devices timeseries --date-expression thisweek",
|
|
20538
|
+
"<%= config.bin %> analytics usage devices timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20539
|
+
"<%= config.bin %> analytics usage devices timeseries --json"
|
|
20232
20540
|
],
|
|
20233
20541
|
"flags": {
|
|
20234
20542
|
"json": {
|
|
@@ -20314,22 +20622,22 @@
|
|
|
20314
20622
|
},
|
|
20315
20623
|
"hasDynamicHelp": false,
|
|
20316
20624
|
"hiddenAliases": [],
|
|
20317
|
-
"id": "analytics:usage:
|
|
20625
|
+
"id": "analytics:usage:devices:timeseries",
|
|
20318
20626
|
"pluginAlias": "twentythree-cli",
|
|
20319
20627
|
"pluginName": "twentythree-cli",
|
|
20320
20628
|
"pluginType": "core",
|
|
20321
20629
|
"strict": true,
|
|
20322
20630
|
"enableJsonFlag": true,
|
|
20323
20631
|
"agentMetadata": {
|
|
20324
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
20632
|
+
"api_endpoint": "GET /analytics/data/usage/devices/timeseries",
|
|
20325
20633
|
"auth_scope": "read",
|
|
20326
20634
|
"output_shape": {
|
|
20327
20635
|
"type": "table",
|
|
20328
20636
|
"columns": [
|
|
20329
|
-
"
|
|
20637
|
+
"Date",
|
|
20638
|
+
"Device",
|
|
20330
20639
|
"Plays",
|
|
20331
|
-
"Engagement"
|
|
20332
|
-
"Traffic"
|
|
20640
|
+
"Engagement"
|
|
20333
20641
|
]
|
|
20334
20642
|
},
|
|
20335
20643
|
"side_effects": "none"
|
|
@@ -20340,18 +20648,18 @@
|
|
|
20340
20648
|
"commands",
|
|
20341
20649
|
"analytics",
|
|
20342
20650
|
"usage",
|
|
20343
|
-
"
|
|
20344
|
-
"
|
|
20651
|
+
"devices",
|
|
20652
|
+
"timeseries.cjs"
|
|
20345
20653
|
]
|
|
20346
20654
|
},
|
|
20347
|
-
"analytics:usage:
|
|
20655
|
+
"analytics:usage:devices:totals": {
|
|
20348
20656
|
"aliases": [],
|
|
20349
20657
|
"args": {},
|
|
20350
|
-
"description": "Get aggregated usage analytics by
|
|
20658
|
+
"description": "Get aggregated usage analytics by device type - totals",
|
|
20351
20659
|
"examples": [
|
|
20352
|
-
"<%= config.bin %> analytics usage
|
|
20353
|
-
"<%= config.bin %> analytics usage
|
|
20354
|
-
"<%= config.bin %> analytics usage
|
|
20660
|
+
"<%= config.bin %> analytics usage devices totals --date-expression thismonth",
|
|
20661
|
+
"<%= config.bin %> analytics usage devices totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20662
|
+
"<%= config.bin %> analytics usage devices totals --json"
|
|
20355
20663
|
],
|
|
20356
20664
|
"flags": {
|
|
20357
20665
|
"json": {
|
|
@@ -20437,22 +20745,23 @@
|
|
|
20437
20745
|
},
|
|
20438
20746
|
"hasDynamicHelp": false,
|
|
20439
20747
|
"hiddenAliases": [],
|
|
20440
|
-
"id": "analytics:usage:
|
|
20748
|
+
"id": "analytics:usage:devices:totals",
|
|
20441
20749
|
"pluginAlias": "twentythree-cli",
|
|
20442
20750
|
"pluginName": "twentythree-cli",
|
|
20443
20751
|
"pluginType": "core",
|
|
20444
20752
|
"strict": true,
|
|
20445
20753
|
"enableJsonFlag": true,
|
|
20446
20754
|
"agentMetadata": {
|
|
20447
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
20755
|
+
"api_endpoint": "GET /analytics/data/usage/devices/totals",
|
|
20448
20756
|
"auth_scope": "read",
|
|
20449
20757
|
"output_shape": {
|
|
20450
20758
|
"type": "table",
|
|
20451
20759
|
"columns": [
|
|
20452
|
-
"
|
|
20760
|
+
"Device",
|
|
20453
20761
|
"Plays",
|
|
20454
20762
|
"Engagement",
|
|
20455
|
-
"Traffic"
|
|
20763
|
+
"Traffic",
|
|
20764
|
+
"Impressions"
|
|
20456
20765
|
]
|
|
20457
20766
|
},
|
|
20458
20767
|
"side_effects": "none"
|
|
@@ -20463,18 +20772,18 @@
|
|
|
20463
20772
|
"commands",
|
|
20464
20773
|
"analytics",
|
|
20465
20774
|
"usage",
|
|
20466
|
-
"
|
|
20775
|
+
"devices",
|
|
20467
20776
|
"totals.cjs"
|
|
20468
20777
|
]
|
|
20469
20778
|
},
|
|
20470
|
-
"analytics:usage:
|
|
20779
|
+
"analytics:usage:domains:totals": {
|
|
20471
20780
|
"aliases": [],
|
|
20472
20781
|
"args": {},
|
|
20473
|
-
"description": "Get
|
|
20782
|
+
"description": "Get aggregated usage analytics by embed domain - totals",
|
|
20474
20783
|
"examples": [
|
|
20475
|
-
"<%= config.bin %> analytics usage
|
|
20476
|
-
"<%= config.bin %> analytics usage
|
|
20477
|
-
"<%= config.bin %> analytics usage
|
|
20784
|
+
"<%= config.bin %> analytics usage domains totals --date-expression thismonth",
|
|
20785
|
+
"<%= config.bin %> analytics usage domains totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20786
|
+
"<%= config.bin %> analytics usage domains totals --json"
|
|
20478
20787
|
],
|
|
20479
20788
|
"flags": {
|
|
20480
20789
|
"json": {
|
|
@@ -20560,22 +20869,22 @@
|
|
|
20560
20869
|
},
|
|
20561
20870
|
"hasDynamicHelp": false,
|
|
20562
20871
|
"hiddenAliases": [],
|
|
20563
|
-
"id": "analytics:usage:
|
|
20872
|
+
"id": "analytics:usage:domains:totals",
|
|
20564
20873
|
"pluginAlias": "twentythree-cli",
|
|
20565
20874
|
"pluginName": "twentythree-cli",
|
|
20566
20875
|
"pluginType": "core",
|
|
20567
20876
|
"strict": true,
|
|
20568
20877
|
"enableJsonFlag": true,
|
|
20569
20878
|
"agentMetadata": {
|
|
20570
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
20879
|
+
"api_endpoint": "GET /analytics/data/usage/domains/totals",
|
|
20571
20880
|
"auth_scope": "read",
|
|
20572
20881
|
"output_shape": {
|
|
20573
20882
|
"type": "table",
|
|
20574
20883
|
"columns": [
|
|
20575
|
-
"
|
|
20576
|
-
"Spot",
|
|
20884
|
+
"Domain",
|
|
20577
20885
|
"Plays",
|
|
20578
|
-
"Engagement"
|
|
20886
|
+
"Engagement",
|
|
20887
|
+
"Traffic"
|
|
20579
20888
|
]
|
|
20580
20889
|
},
|
|
20581
20890
|
"side_effects": "none"
|
|
@@ -20586,18 +20895,18 @@
|
|
|
20586
20895
|
"commands",
|
|
20587
20896
|
"analytics",
|
|
20588
20897
|
"usage",
|
|
20589
|
-
"
|
|
20590
|
-
"
|
|
20898
|
+
"domains",
|
|
20899
|
+
"totals.cjs"
|
|
20591
20900
|
]
|
|
20592
20901
|
},
|
|
20593
|
-
"analytics:usage:
|
|
20902
|
+
"analytics:usage:locations:totals": {
|
|
20594
20903
|
"aliases": [],
|
|
20595
20904
|
"args": {},
|
|
20596
|
-
"description": "Get aggregated
|
|
20905
|
+
"description": "Get aggregated usage analytics by location - totals",
|
|
20597
20906
|
"examples": [
|
|
20598
|
-
"<%= config.bin %> analytics usage
|
|
20599
|
-
"<%= config.bin %> analytics usage
|
|
20600
|
-
"<%= config.bin %> analytics usage
|
|
20907
|
+
"<%= config.bin %> analytics usage locations totals --date-expression thismonth",
|
|
20908
|
+
"<%= config.bin %> analytics usage locations totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
20909
|
+
"<%= config.bin %> analytics usage locations totals --json"
|
|
20601
20910
|
],
|
|
20602
20911
|
"flags": {
|
|
20603
20912
|
"json": {
|
|
@@ -20683,19 +20992,19 @@
|
|
|
20683
20992
|
},
|
|
20684
20993
|
"hasDynamicHelp": false,
|
|
20685
20994
|
"hiddenAliases": [],
|
|
20686
|
-
"id": "analytics:usage:
|
|
20995
|
+
"id": "analytics:usage:locations:totals",
|
|
20687
20996
|
"pluginAlias": "twentythree-cli",
|
|
20688
20997
|
"pluginName": "twentythree-cli",
|
|
20689
20998
|
"pluginType": "core",
|
|
20690
20999
|
"strict": true,
|
|
20691
21000
|
"enableJsonFlag": true,
|
|
20692
21001
|
"agentMetadata": {
|
|
20693
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
21002
|
+
"api_endpoint": "GET /analytics/data/usage/locations/totals",
|
|
20694
21003
|
"auth_scope": "read",
|
|
20695
21004
|
"output_shape": {
|
|
20696
21005
|
"type": "table",
|
|
20697
21006
|
"columns": [
|
|
20698
|
-
"
|
|
21007
|
+
"Location",
|
|
20699
21008
|
"Plays",
|
|
20700
21009
|
"Engagement",
|
|
20701
21010
|
"Traffic"
|
|
@@ -20709,18 +21018,18 @@
|
|
|
20709
21018
|
"commands",
|
|
20710
21019
|
"analytics",
|
|
20711
21020
|
"usage",
|
|
20712
|
-
"
|
|
21021
|
+
"locations",
|
|
20713
21022
|
"totals.cjs"
|
|
20714
21023
|
]
|
|
20715
21024
|
},
|
|
20716
|
-
"analytics:usage:
|
|
21025
|
+
"analytics:usage:sourceids:totals": {
|
|
20717
21026
|
"aliases": [],
|
|
20718
21027
|
"args": {},
|
|
20719
|
-
"description": "Get
|
|
21028
|
+
"description": "Get aggregated usage analytics by source ID - totals",
|
|
20720
21029
|
"examples": [
|
|
20721
|
-
"<%= config.bin %> analytics usage
|
|
20722
|
-
"<%= config.bin %> analytics usage
|
|
20723
|
-
"<%= config.bin %> analytics usage
|
|
21030
|
+
"<%= config.bin %> analytics usage sourceids totals --date-expression thismonth",
|
|
21031
|
+
"<%= config.bin %> analytics usage sourceids totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21032
|
+
"<%= config.bin %> analytics usage sourceids totals --json"
|
|
20724
21033
|
],
|
|
20725
21034
|
"flags": {
|
|
20726
21035
|
"json": {
|
|
@@ -20806,22 +21115,22 @@
|
|
|
20806
21115
|
},
|
|
20807
21116
|
"hasDynamicHelp": false,
|
|
20808
21117
|
"hiddenAliases": [],
|
|
20809
|
-
"id": "analytics:usage:
|
|
21118
|
+
"id": "analytics:usage:sourceids:totals",
|
|
20810
21119
|
"pluginAlias": "twentythree-cli",
|
|
20811
21120
|
"pluginName": "twentythree-cli",
|
|
20812
21121
|
"pluginType": "core",
|
|
20813
21122
|
"strict": true,
|
|
20814
21123
|
"enableJsonFlag": true,
|
|
20815
21124
|
"agentMetadata": {
|
|
20816
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
21125
|
+
"api_endpoint": "GET /analytics/data/usage/sourceids/totals",
|
|
20817
21126
|
"auth_scope": "read",
|
|
20818
21127
|
"output_shape": {
|
|
20819
21128
|
"type": "table",
|
|
20820
21129
|
"columns": [
|
|
20821
|
-
"
|
|
20822
|
-
"Traffic Type",
|
|
21130
|
+
"Source ID",
|
|
20823
21131
|
"Plays",
|
|
20824
|
-
"Engagement"
|
|
21132
|
+
"Engagement",
|
|
21133
|
+
"Traffic"
|
|
20825
21134
|
]
|
|
20826
21135
|
},
|
|
20827
21136
|
"side_effects": "none"
|
|
@@ -20832,18 +21141,18 @@
|
|
|
20832
21141
|
"commands",
|
|
20833
21142
|
"analytics",
|
|
20834
21143
|
"usage",
|
|
20835
|
-
"
|
|
20836
|
-
"
|
|
21144
|
+
"sourceids",
|
|
21145
|
+
"totals.cjs"
|
|
20837
21146
|
]
|
|
20838
21147
|
},
|
|
20839
|
-
"analytics:usage:
|
|
21148
|
+
"analytics:usage:sources:totals": {
|
|
20840
21149
|
"aliases": [],
|
|
20841
21150
|
"args": {},
|
|
20842
|
-
"description": "Get aggregated
|
|
21151
|
+
"description": "Get aggregated usage analytics by source - totals",
|
|
20843
21152
|
"examples": [
|
|
20844
|
-
"<%= config.bin %> analytics usage
|
|
20845
|
-
"<%= config.bin %> analytics usage
|
|
20846
|
-
"<%= config.bin %> analytics usage
|
|
21153
|
+
"<%= config.bin %> analytics usage sources totals --date-expression thismonth",
|
|
21154
|
+
"<%= config.bin %> analytics usage sources totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21155
|
+
"<%= config.bin %> analytics usage sources totals --json"
|
|
20847
21156
|
],
|
|
20848
21157
|
"flags": {
|
|
20849
21158
|
"json": {
|
|
@@ -20929,23 +21238,22 @@
|
|
|
20929
21238
|
},
|
|
20930
21239
|
"hasDynamicHelp": false,
|
|
20931
21240
|
"hiddenAliases": [],
|
|
20932
|
-
"id": "analytics:usage:
|
|
21241
|
+
"id": "analytics:usage:sources:totals",
|
|
20933
21242
|
"pluginAlias": "twentythree-cli",
|
|
20934
21243
|
"pluginName": "twentythree-cli",
|
|
20935
21244
|
"pluginType": "core",
|
|
20936
21245
|
"strict": true,
|
|
20937
21246
|
"enableJsonFlag": true,
|
|
20938
21247
|
"agentMetadata": {
|
|
20939
|
-
"api_endpoint": "GET /analytics/data/usage/
|
|
21248
|
+
"api_endpoint": "GET /analytics/data/usage/sources/totals",
|
|
20940
21249
|
"auth_scope": "read",
|
|
20941
21250
|
"output_shape": {
|
|
20942
21251
|
"type": "table",
|
|
20943
21252
|
"columns": [
|
|
20944
|
-
"
|
|
21253
|
+
"Source",
|
|
20945
21254
|
"Plays",
|
|
20946
21255
|
"Engagement",
|
|
20947
|
-
"Traffic"
|
|
20948
|
-
"Impressions"
|
|
21256
|
+
"Traffic"
|
|
20949
21257
|
]
|
|
20950
21258
|
},
|
|
20951
21259
|
"side_effects": "none"
|
|
@@ -20956,18 +21264,18 @@
|
|
|
20956
21264
|
"commands",
|
|
20957
21265
|
"analytics",
|
|
20958
21266
|
"usage",
|
|
20959
|
-
"
|
|
21267
|
+
"sources",
|
|
20960
21268
|
"totals.cjs"
|
|
20961
21269
|
]
|
|
20962
21270
|
},
|
|
20963
|
-
"analytics:
|
|
21271
|
+
"analytics:usage:spots:timeseries": {
|
|
20964
21272
|
"aliases": [],
|
|
20965
21273
|
"args": {},
|
|
20966
|
-
"description": "Get
|
|
21274
|
+
"description": "Get spot usage analytics - time series",
|
|
20967
21275
|
"examples": [
|
|
20968
|
-
"<%= config.bin %> analytics
|
|
20969
|
-
"<%= config.bin %> analytics
|
|
20970
|
-
"<%= config.bin %> analytics
|
|
21276
|
+
"<%= config.bin %> analytics usage spots timeseries --date-expression thisweek",
|
|
21277
|
+
"<%= config.bin %> analytics usage spots timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21278
|
+
"<%= config.bin %> analytics usage spots timeseries --json"
|
|
20971
21279
|
],
|
|
20972
21280
|
"flags": {
|
|
20973
21281
|
"json": {
|
|
@@ -21053,22 +21361,22 @@
|
|
|
21053
21361
|
},
|
|
21054
21362
|
"hasDynamicHelp": false,
|
|
21055
21363
|
"hiddenAliases": [],
|
|
21056
|
-
"id": "analytics:
|
|
21364
|
+
"id": "analytics:usage:spots:timeseries",
|
|
21057
21365
|
"pluginAlias": "twentythree-cli",
|
|
21058
21366
|
"pluginName": "twentythree-cli",
|
|
21059
21367
|
"pluginType": "core",
|
|
21060
21368
|
"strict": true,
|
|
21061
21369
|
"enableJsonFlag": true,
|
|
21062
21370
|
"agentMetadata": {
|
|
21063
|
-
"api_endpoint": "GET /analytics/data/
|
|
21371
|
+
"api_endpoint": "GET /analytics/data/usage/spots/timeseries",
|
|
21064
21372
|
"auth_scope": "read",
|
|
21065
21373
|
"output_shape": {
|
|
21066
21374
|
"type": "table",
|
|
21067
21375
|
"columns": [
|
|
21068
21376
|
"Date",
|
|
21377
|
+
"Spot",
|
|
21069
21378
|
"Plays",
|
|
21070
|
-
"Engagement"
|
|
21071
|
-
"Playthrough"
|
|
21379
|
+
"Engagement"
|
|
21072
21380
|
]
|
|
21073
21381
|
},
|
|
21074
21382
|
"side_effects": "none"
|
|
@@ -21078,19 +21386,19 @@
|
|
|
21078
21386
|
"dist",
|
|
21079
21387
|
"commands",
|
|
21080
21388
|
"analytics",
|
|
21081
|
-
"
|
|
21082
|
-
"
|
|
21389
|
+
"usage",
|
|
21390
|
+
"spots",
|
|
21083
21391
|
"timeseries.cjs"
|
|
21084
21392
|
]
|
|
21085
21393
|
},
|
|
21086
|
-
"analytics:
|
|
21394
|
+
"analytics:usage:spots:totals": {
|
|
21087
21395
|
"aliases": [],
|
|
21088
21396
|
"args": {},
|
|
21089
|
-
"description": "Get aggregated
|
|
21397
|
+
"description": "Get aggregated spot usage analytics - totals",
|
|
21090
21398
|
"examples": [
|
|
21091
|
-
"<%= config.bin %> analytics
|
|
21092
|
-
"<%= config.bin %> analytics
|
|
21093
|
-
"<%= config.bin %> analytics
|
|
21399
|
+
"<%= config.bin %> analytics usage spots totals --date-expression thismonth",
|
|
21400
|
+
"<%= config.bin %> analytics usage spots totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21401
|
+
"<%= config.bin %> analytics usage spots totals --json"
|
|
21094
21402
|
],
|
|
21095
21403
|
"flags": {
|
|
21096
21404
|
"json": {
|
|
@@ -21176,21 +21484,22 @@
|
|
|
21176
21484
|
},
|
|
21177
21485
|
"hasDynamicHelp": false,
|
|
21178
21486
|
"hiddenAliases": [],
|
|
21179
|
-
"id": "analytics:
|
|
21487
|
+
"id": "analytics:usage:spots:totals",
|
|
21180
21488
|
"pluginAlias": "twentythree-cli",
|
|
21181
21489
|
"pluginName": "twentythree-cli",
|
|
21182
21490
|
"pluginType": "core",
|
|
21183
21491
|
"strict": true,
|
|
21184
21492
|
"enableJsonFlag": true,
|
|
21185
21493
|
"agentMetadata": {
|
|
21186
|
-
"api_endpoint": "GET /analytics/data/
|
|
21494
|
+
"api_endpoint": "GET /analytics/data/usage/spots/totals",
|
|
21187
21495
|
"auth_scope": "read",
|
|
21188
21496
|
"output_shape": {
|
|
21189
21497
|
"type": "table",
|
|
21190
21498
|
"columns": [
|
|
21499
|
+
"Spot",
|
|
21191
21500
|
"Plays",
|
|
21192
21501
|
"Engagement",
|
|
21193
|
-
"
|
|
21502
|
+
"Traffic"
|
|
21194
21503
|
]
|
|
21195
21504
|
},
|
|
21196
21505
|
"side_effects": "none"
|
|
@@ -21200,19 +21509,19 @@
|
|
|
21200
21509
|
"dist",
|
|
21201
21510
|
"commands",
|
|
21202
21511
|
"analytics",
|
|
21203
|
-
"
|
|
21204
|
-
"
|
|
21512
|
+
"usage",
|
|
21513
|
+
"spots",
|
|
21205
21514
|
"totals.cjs"
|
|
21206
21515
|
]
|
|
21207
21516
|
},
|
|
21208
|
-
"analytics:
|
|
21517
|
+
"analytics:usage:traffic:timeseries": {
|
|
21209
21518
|
"aliases": [],
|
|
21210
21519
|
"args": {},
|
|
21211
|
-
"description": "Get
|
|
21520
|
+
"description": "Get traffic usage analytics - time series",
|
|
21212
21521
|
"examples": [
|
|
21213
|
-
"<%= config.bin %> analytics
|
|
21214
|
-
"<%= config.bin %> analytics
|
|
21215
|
-
"<%= config.bin %> analytics
|
|
21522
|
+
"<%= config.bin %> analytics usage traffic timeseries --date-expression thisweek",
|
|
21523
|
+
"<%= config.bin %> analytics usage traffic timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21524
|
+
"<%= config.bin %> analytics usage traffic timeseries --json"
|
|
21216
21525
|
],
|
|
21217
21526
|
"flags": {
|
|
21218
21527
|
"json": {
|
|
@@ -21298,20 +21607,20 @@
|
|
|
21298
21607
|
},
|
|
21299
21608
|
"hasDynamicHelp": false,
|
|
21300
21609
|
"hiddenAliases": [],
|
|
21301
|
-
"id": "analytics:
|
|
21610
|
+
"id": "analytics:usage:traffic:timeseries",
|
|
21302
21611
|
"pluginAlias": "twentythree-cli",
|
|
21303
21612
|
"pluginName": "twentythree-cli",
|
|
21304
21613
|
"pluginType": "core",
|
|
21305
21614
|
"strict": true,
|
|
21306
21615
|
"enableJsonFlag": true,
|
|
21307
21616
|
"agentMetadata": {
|
|
21308
|
-
"api_endpoint": "GET /analytics/data/
|
|
21617
|
+
"api_endpoint": "GET /analytics/data/usage/traffic/timeseries",
|
|
21309
21618
|
"auth_scope": "read",
|
|
21310
21619
|
"output_shape": {
|
|
21311
21620
|
"type": "table",
|
|
21312
21621
|
"columns": [
|
|
21313
21622
|
"Date",
|
|
21314
|
-
"
|
|
21623
|
+
"Traffic Type",
|
|
21315
21624
|
"Plays",
|
|
21316
21625
|
"Engagement"
|
|
21317
21626
|
]
|
|
@@ -21323,19 +21632,19 @@
|
|
|
21323
21632
|
"dist",
|
|
21324
21633
|
"commands",
|
|
21325
21634
|
"analytics",
|
|
21326
|
-
"
|
|
21327
|
-
"
|
|
21635
|
+
"usage",
|
|
21636
|
+
"traffic",
|
|
21328
21637
|
"timeseries.cjs"
|
|
21329
21638
|
]
|
|
21330
21639
|
},
|
|
21331
|
-
"analytics:
|
|
21640
|
+
"analytics:usage:traffic:totals": {
|
|
21332
21641
|
"aliases": [],
|
|
21333
21642
|
"args": {},
|
|
21334
|
-
"description": "Get aggregated
|
|
21643
|
+
"description": "Get aggregated traffic usage analytics - totals",
|
|
21335
21644
|
"examples": [
|
|
21336
|
-
"<%= config.bin %> analytics
|
|
21337
|
-
"<%= config.bin %> analytics
|
|
21338
|
-
"<%= config.bin %> analytics
|
|
21645
|
+
"<%= config.bin %> analytics usage traffic totals --date-expression thismonth",
|
|
21646
|
+
"<%= config.bin %> analytics usage traffic totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21647
|
+
"<%= config.bin %> analytics usage traffic totals --json"
|
|
21339
21648
|
],
|
|
21340
21649
|
"flags": {
|
|
21341
21650
|
"json": {
|
|
@@ -21421,21 +21730,23 @@
|
|
|
21421
21730
|
},
|
|
21422
21731
|
"hasDynamicHelp": false,
|
|
21423
21732
|
"hiddenAliases": [],
|
|
21424
|
-
"id": "analytics:
|
|
21733
|
+
"id": "analytics:usage:traffic:totals",
|
|
21425
21734
|
"pluginAlias": "twentythree-cli",
|
|
21426
21735
|
"pluginName": "twentythree-cli",
|
|
21427
21736
|
"pluginType": "core",
|
|
21428
21737
|
"strict": true,
|
|
21429
21738
|
"enableJsonFlag": true,
|
|
21430
21739
|
"agentMetadata": {
|
|
21431
|
-
"api_endpoint": "GET /analytics/data/
|
|
21740
|
+
"api_endpoint": "GET /analytics/data/usage/traffic/totals",
|
|
21432
21741
|
"auth_scope": "read",
|
|
21433
21742
|
"output_shape": {
|
|
21434
21743
|
"type": "table",
|
|
21435
21744
|
"columns": [
|
|
21436
|
-
"
|
|
21745
|
+
"Traffic Type",
|
|
21437
21746
|
"Plays",
|
|
21438
|
-
"Engagement"
|
|
21747
|
+
"Engagement",
|
|
21748
|
+
"Traffic",
|
|
21749
|
+
"Impressions"
|
|
21439
21750
|
]
|
|
21440
21751
|
},
|
|
21441
21752
|
"side_effects": "none"
|
|
@@ -21445,19 +21756,19 @@
|
|
|
21445
21756
|
"dist",
|
|
21446
21757
|
"commands",
|
|
21447
21758
|
"analytics",
|
|
21448
|
-
"
|
|
21449
|
-
"
|
|
21759
|
+
"usage",
|
|
21760
|
+
"traffic",
|
|
21450
21761
|
"totals.cjs"
|
|
21451
21762
|
]
|
|
21452
21763
|
},
|
|
21453
|
-
"analytics:video:
|
|
21764
|
+
"analytics:video:performance:timeseries": {
|
|
21454
21765
|
"aliases": [],
|
|
21455
21766
|
"args": {},
|
|
21456
|
-
"description": "Get video
|
|
21767
|
+
"description": "Get video playthrough performance - time series",
|
|
21457
21768
|
"examples": [
|
|
21458
|
-
"<%= config.bin %> analytics video
|
|
21459
|
-
"<%= config.bin %> analytics video
|
|
21460
|
-
"<%= config.bin %> analytics video
|
|
21769
|
+
"<%= config.bin %> analytics video performance timeseries --date-expression thisweek",
|
|
21770
|
+
"<%= config.bin %> analytics video performance timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21771
|
+
"<%= config.bin %> analytics video performance timeseries --json"
|
|
21461
21772
|
],
|
|
21462
21773
|
"flags": {
|
|
21463
21774
|
"json": {
|
|
@@ -21543,23 +21854,22 @@
|
|
|
21543
21854
|
},
|
|
21544
21855
|
"hasDynamicHelp": false,
|
|
21545
21856
|
"hiddenAliases": [],
|
|
21546
|
-
"id": "analytics:video:
|
|
21857
|
+
"id": "analytics:video:performance:timeseries",
|
|
21547
21858
|
"pluginAlias": "twentythree-cli",
|
|
21548
21859
|
"pluginName": "twentythree-cli",
|
|
21549
21860
|
"pluginType": "core",
|
|
21550
21861
|
"strict": true,
|
|
21551
21862
|
"enableJsonFlag": true,
|
|
21552
21863
|
"agentMetadata": {
|
|
21553
|
-
"api_endpoint": "GET /analytics/data/videos/
|
|
21864
|
+
"api_endpoint": "GET /analytics/data/videos/performance/timeseries",
|
|
21554
21865
|
"auth_scope": "read",
|
|
21555
21866
|
"output_shape": {
|
|
21556
21867
|
"type": "table",
|
|
21557
21868
|
"columns": [
|
|
21558
21869
|
"Date",
|
|
21559
|
-
"Day",
|
|
21560
21870
|
"Plays",
|
|
21561
21871
|
"Engagement",
|
|
21562
|
-
"
|
|
21872
|
+
"Playthrough"
|
|
21563
21873
|
]
|
|
21564
21874
|
},
|
|
21565
21875
|
"side_effects": "none"
|
|
@@ -21570,18 +21880,18 @@
|
|
|
21570
21880
|
"commands",
|
|
21571
21881
|
"analytics",
|
|
21572
21882
|
"video",
|
|
21573
|
-
"
|
|
21883
|
+
"performance",
|
|
21574
21884
|
"timeseries.cjs"
|
|
21575
21885
|
]
|
|
21576
21886
|
},
|
|
21577
|
-
"analytics:video:
|
|
21887
|
+
"analytics:video:performance:totals": {
|
|
21578
21888
|
"aliases": [],
|
|
21579
21889
|
"args": {},
|
|
21580
|
-
"description": "Get aggregated video
|
|
21890
|
+
"description": "Get aggregated video playthrough performance - totals",
|
|
21581
21891
|
"examples": [
|
|
21582
|
-
"<%= config.bin %> analytics video
|
|
21583
|
-
"<%= config.bin %> analytics video
|
|
21584
|
-
"<%= config.bin %> analytics video
|
|
21892
|
+
"<%= config.bin %> analytics video performance totals --date-expression thisweek",
|
|
21893
|
+
"<%= config.bin %> analytics video performance totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
21894
|
+
"<%= config.bin %> analytics video performance totals --json"
|
|
21585
21895
|
],
|
|
21586
21896
|
"flags": {
|
|
21587
21897
|
"json": {
|
|
@@ -21667,22 +21977,21 @@
|
|
|
21667
21977
|
},
|
|
21668
21978
|
"hasDynamicHelp": false,
|
|
21669
21979
|
"hiddenAliases": [],
|
|
21670
|
-
"id": "analytics:video:
|
|
21980
|
+
"id": "analytics:video:performance:totals",
|
|
21671
21981
|
"pluginAlias": "twentythree-cli",
|
|
21672
21982
|
"pluginName": "twentythree-cli",
|
|
21673
21983
|
"pluginType": "core",
|
|
21674
21984
|
"strict": true,
|
|
21675
21985
|
"enableJsonFlag": true,
|
|
21676
21986
|
"agentMetadata": {
|
|
21677
|
-
"api_endpoint": "GET /analytics/data/videos/
|
|
21987
|
+
"api_endpoint": "GET /analytics/data/videos/performance/totals",
|
|
21678
21988
|
"auth_scope": "read",
|
|
21679
21989
|
"output_shape": {
|
|
21680
21990
|
"type": "table",
|
|
21681
21991
|
"columns": [
|
|
21682
|
-
"Day",
|
|
21683
21992
|
"Plays",
|
|
21684
21993
|
"Engagement",
|
|
21685
|
-
"
|
|
21994
|
+
"Playthrough"
|
|
21686
21995
|
]
|
|
21687
21996
|
},
|
|
21688
21997
|
"side_effects": "none"
|
|
@@ -21693,18 +22002,18 @@
|
|
|
21693
22002
|
"commands",
|
|
21694
22003
|
"analytics",
|
|
21695
22004
|
"video",
|
|
21696
|
-
"
|
|
22005
|
+
"performance",
|
|
21697
22006
|
"totals.cjs"
|
|
21698
22007
|
]
|
|
21699
22008
|
},
|
|
21700
|
-
"analytics:
|
|
22009
|
+
"analytics:video:published:timeseries": {
|
|
21701
22010
|
"aliases": [],
|
|
21702
22011
|
"args": {},
|
|
21703
|
-
"description": "Get
|
|
22012
|
+
"description": "Get video analytics by publish date - time series",
|
|
21704
22013
|
"examples": [
|
|
21705
|
-
"<%= config.bin %> analytics
|
|
21706
|
-
"<%= config.bin %> analytics
|
|
21707
|
-
"<%= config.bin %> analytics
|
|
22014
|
+
"<%= config.bin %> analytics video published timeseries --date-expression thisweek",
|
|
22015
|
+
"<%= config.bin %> analytics video published timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22016
|
+
"<%= config.bin %> analytics video published timeseries --json"
|
|
21708
22017
|
],
|
|
21709
22018
|
"flags": {
|
|
21710
22019
|
"json": {
|
|
@@ -21790,20 +22099,20 @@
|
|
|
21790
22099
|
},
|
|
21791
22100
|
"hasDynamicHelp": false,
|
|
21792
22101
|
"hiddenAliases": [],
|
|
21793
|
-
"id": "analytics:
|
|
22102
|
+
"id": "analytics:video:published:timeseries",
|
|
21794
22103
|
"pluginAlias": "twentythree-cli",
|
|
21795
22104
|
"pluginName": "twentythree-cli",
|
|
21796
22105
|
"pluginType": "core",
|
|
21797
22106
|
"strict": true,
|
|
21798
22107
|
"enableJsonFlag": true,
|
|
21799
22108
|
"agentMetadata": {
|
|
21800
|
-
"api_endpoint": "GET /analytics/data/
|
|
22109
|
+
"api_endpoint": "GET /analytics/data/videos/published/timeseries",
|
|
21801
22110
|
"auth_scope": "read",
|
|
21802
22111
|
"output_shape": {
|
|
21803
22112
|
"type": "table",
|
|
21804
22113
|
"columns": [
|
|
21805
22114
|
"Date",
|
|
21806
|
-
"
|
|
22115
|
+
"Published",
|
|
21807
22116
|
"Plays",
|
|
21808
22117
|
"Engagement"
|
|
21809
22118
|
]
|
|
@@ -21815,19 +22124,19 @@
|
|
|
21815
22124
|
"dist",
|
|
21816
22125
|
"commands",
|
|
21817
22126
|
"analytics",
|
|
21818
|
-
"
|
|
21819
|
-
"
|
|
22127
|
+
"video",
|
|
22128
|
+
"published",
|
|
21820
22129
|
"timeseries.cjs"
|
|
21821
22130
|
]
|
|
21822
22131
|
},
|
|
21823
|
-
"analytics:
|
|
22132
|
+
"analytics:video:published:totals": {
|
|
21824
22133
|
"aliases": [],
|
|
21825
22134
|
"args": {},
|
|
21826
|
-
"description": "Get aggregated
|
|
22135
|
+
"description": "Get aggregated video analytics by publish date - totals",
|
|
21827
22136
|
"examples": [
|
|
21828
|
-
"<%= config.bin %> analytics
|
|
21829
|
-
"<%= config.bin %> analytics
|
|
21830
|
-
"<%= config.bin %> analytics
|
|
22137
|
+
"<%= config.bin %> analytics video published totals --date-expression thisweek",
|
|
22138
|
+
"<%= config.bin %> analytics video published totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22139
|
+
"<%= config.bin %> analytics video published totals --json"
|
|
21831
22140
|
],
|
|
21832
22141
|
"flags": {
|
|
21833
22142
|
"json": {
|
|
@@ -21913,23 +22222,21 @@
|
|
|
21913
22222
|
},
|
|
21914
22223
|
"hasDynamicHelp": false,
|
|
21915
22224
|
"hiddenAliases": [],
|
|
21916
|
-
"id": "analytics:
|
|
22225
|
+
"id": "analytics:video:published:totals",
|
|
21917
22226
|
"pluginAlias": "twentythree-cli",
|
|
21918
22227
|
"pluginName": "twentythree-cli",
|
|
21919
22228
|
"pluginType": "core",
|
|
21920
22229
|
"strict": true,
|
|
21921
22230
|
"enableJsonFlag": true,
|
|
21922
22231
|
"agentMetadata": {
|
|
21923
|
-
"api_endpoint": "GET /analytics/data/
|
|
22232
|
+
"api_endpoint": "GET /analytics/data/videos/published/totals",
|
|
21924
22233
|
"auth_scope": "read",
|
|
21925
22234
|
"output_shape": {
|
|
21926
22235
|
"type": "table",
|
|
21927
22236
|
"columns": [
|
|
21928
|
-
"
|
|
22237
|
+
"Published",
|
|
21929
22238
|
"Plays",
|
|
21930
|
-
"Engagement"
|
|
21931
|
-
"Traffic",
|
|
21932
|
-
"Impressions"
|
|
22239
|
+
"Engagement"
|
|
21933
22240
|
]
|
|
21934
22241
|
},
|
|
21935
22242
|
"side_effects": "none"
|
|
@@ -21939,19 +22246,19 @@
|
|
|
21939
22246
|
"dist",
|
|
21940
22247
|
"commands",
|
|
21941
22248
|
"analytics",
|
|
21942
|
-
"
|
|
21943
|
-
"
|
|
22249
|
+
"video",
|
|
22250
|
+
"published",
|
|
21944
22251
|
"totals.cjs"
|
|
21945
22252
|
]
|
|
21946
22253
|
},
|
|
21947
|
-
"analytics:
|
|
22254
|
+
"analytics:video:weekday:timeseries": {
|
|
21948
22255
|
"aliases": [],
|
|
21949
22256
|
"args": {},
|
|
21950
|
-
"description": "Get
|
|
22257
|
+
"description": "Get video analytics by weekday - time series",
|
|
21951
22258
|
"examples": [
|
|
21952
|
-
"<%= config.bin %> analytics
|
|
21953
|
-
"<%= config.bin %> analytics
|
|
21954
|
-
"<%= config.bin %> analytics
|
|
22259
|
+
"<%= config.bin %> analytics video weekday timeseries --date-expression thisweek",
|
|
22260
|
+
"<%= config.bin %> analytics video weekday timeseries --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22261
|
+
"<%= config.bin %> analytics video weekday timeseries --json"
|
|
21955
22262
|
],
|
|
21956
22263
|
"flags": {
|
|
21957
22264
|
"json": {
|
|
@@ -22037,14 +22344,14 @@
|
|
|
22037
22344
|
},
|
|
22038
22345
|
"hasDynamicHelp": false,
|
|
22039
22346
|
"hiddenAliases": [],
|
|
22040
|
-
"id": "analytics:
|
|
22347
|
+
"id": "analytics:video:weekday:timeseries",
|
|
22041
22348
|
"pluginAlias": "twentythree-cli",
|
|
22042
22349
|
"pluginName": "twentythree-cli",
|
|
22043
22350
|
"pluginType": "core",
|
|
22044
22351
|
"strict": true,
|
|
22045
22352
|
"enableJsonFlag": true,
|
|
22046
22353
|
"agentMetadata": {
|
|
22047
|
-
"api_endpoint": "GET /analytics/data/
|
|
22354
|
+
"api_endpoint": "GET /analytics/data/videos/weekday/timeseries",
|
|
22048
22355
|
"auth_scope": "read",
|
|
22049
22356
|
"output_shape": {
|
|
22050
22357
|
"type": "table",
|
|
@@ -22052,8 +22359,8 @@
|
|
|
22052
22359
|
"Date",
|
|
22053
22360
|
"Day",
|
|
22054
22361
|
"Plays",
|
|
22055
|
-
"
|
|
22056
|
-
"
|
|
22362
|
+
"Engagement",
|
|
22363
|
+
"Playrate"
|
|
22057
22364
|
]
|
|
22058
22365
|
},
|
|
22059
22366
|
"side_effects": "none"
|
|
@@ -22063,19 +22370,19 @@
|
|
|
22063
22370
|
"dist",
|
|
22064
22371
|
"commands",
|
|
22065
22372
|
"analytics",
|
|
22066
|
-
"
|
|
22373
|
+
"video",
|
|
22067
22374
|
"weekday",
|
|
22068
22375
|
"timeseries.cjs"
|
|
22069
22376
|
]
|
|
22070
22377
|
},
|
|
22071
|
-
"analytics:
|
|
22378
|
+
"analytics:video:weekday:totals": {
|
|
22072
22379
|
"aliases": [],
|
|
22073
22380
|
"args": {},
|
|
22074
|
-
"description": "Get aggregated
|
|
22381
|
+
"description": "Get aggregated video analytics by weekday - totals",
|
|
22075
22382
|
"examples": [
|
|
22076
|
-
"<%= config.bin %> analytics
|
|
22077
|
-
"<%= config.bin %> analytics
|
|
22078
|
-
"<%= config.bin %> analytics
|
|
22383
|
+
"<%= config.bin %> analytics video weekday totals --date-expression thisweek",
|
|
22384
|
+
"<%= config.bin %> analytics video weekday totals --date-start 2024-01-01 --date-end 2024-01-31",
|
|
22385
|
+
"<%= config.bin %> analytics video weekday totals --json"
|
|
22079
22386
|
],
|
|
22080
22387
|
"flags": {
|
|
22081
22388
|
"json": {
|
|
@@ -22161,21 +22468,20 @@
|
|
|
22161
22468
|
},
|
|
22162
22469
|
"hasDynamicHelp": false,
|
|
22163
22470
|
"hiddenAliases": [],
|
|
22164
|
-
"id": "analytics:
|
|
22471
|
+
"id": "analytics:video:weekday:totals",
|
|
22165
22472
|
"pluginAlias": "twentythree-cli",
|
|
22166
22473
|
"pluginName": "twentythree-cli",
|
|
22167
22474
|
"pluginType": "core",
|
|
22168
22475
|
"strict": true,
|
|
22169
22476
|
"enableJsonFlag": true,
|
|
22170
22477
|
"agentMetadata": {
|
|
22171
|
-
"api_endpoint": "GET /analytics/data/
|
|
22478
|
+
"api_endpoint": "GET /analytics/data/videos/weekday/totals",
|
|
22172
22479
|
"auth_scope": "read",
|
|
22173
22480
|
"output_shape": {
|
|
22174
22481
|
"type": "table",
|
|
22175
22482
|
"columns": [
|
|
22176
22483
|
"Day",
|
|
22177
22484
|
"Plays",
|
|
22178
|
-
"Peak Viewers",
|
|
22179
22485
|
"Engagement",
|
|
22180
22486
|
"Playrate"
|
|
22181
22487
|
]
|
|
@@ -22187,11 +22493,11 @@
|
|
|
22187
22493
|
"dist",
|
|
22188
22494
|
"commands",
|
|
22189
22495
|
"analytics",
|
|
22190
|
-
"
|
|
22496
|
+
"video",
|
|
22191
22497
|
"weekday",
|
|
22192
22498
|
"totals.cjs"
|
|
22193
22499
|
]
|
|
22194
22500
|
}
|
|
22195
22501
|
},
|
|
22196
|
-
"version": "1.3.
|
|
22502
|
+
"version": "1.3.4"
|
|
22197
22503
|
}
|