From dcc0aca0be16965dced8712e29706ede412b5f4b Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Thu, 6 Jul 2023 13:21:44 -0500 Subject: [PATCH] views/query breakdownby fields (#1793) * views/query breakdownby fields Add playbackId, creatorId to breakdownBy enum * fixed `exists` typo * added geohash * Updated references * prettier --------- Co-authored-by: gioelecerati --- packages/api/src/schema/api-schema.yaml | 15 ++++++++- packages/www/public/sitemap-0.xml | 41 +++++++++++++++---------- 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/packages/api/src/schema/api-schema.yaml b/packages/api/src/schema/api-schema.yaml index c9c265ea47..646f5632b0 100644 --- a/packages/api/src/schema/api-schema.yaml +++ b/packages/api/src/schema/api-schema.yaml @@ -1824,6 +1824,12 @@ components: playbackId: type: string description: The playback ID associated with the metric + creatorId: + type: string + description: The ID of the creator associated with the metric + viewerId: + type: string + description: The ID of the viewer associated with the metric dStorageUrl: type: string description: The URL of the distributed storage used for the asset @@ -1866,6 +1872,10 @@ components: timezone: type: string description: The timezone where the viewer is located + geohas: + type: string + description: + Geographic encoding of the viewers location. Accurate to 3 digits. viewCount: type: integer description: The number of views for the asset @@ -1881,7 +1891,7 @@ components: errorRate: type: number description: The error rate for the asset - existsBeforeStart: + exitsBeforeStart: type: number description: | The percentage of sessions that existed before the asset started @@ -3152,6 +3162,7 @@ paths: items: type: string enum: + - playbackId - deviceType - device - cpu @@ -3162,7 +3173,9 @@ paths: - country - subdivision - timezone + - geohash - viewerId + - creatorId responses: "200": description: A list of Metric objects diff --git a/packages/www/public/sitemap-0.xml b/packages/www/public/sitemap-0.xml index e771c16a27..0870ef99f3 100644 --- a/packages/www/public/sitemap-0.xml +++ b/packages/www/public/sitemap-0.xml @@ -1,20 +1,27 @@ -https://livepeer.studiodaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/contactdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboarddaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/assetsdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/billingdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/billing/plansdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/developers/api-keysdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/developers/signing-keysdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/developers/webhooksdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/sessionsdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/stream-healthdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/streamsdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/dashboard/usagedaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/forgot-passworddaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/registerdaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/reset-passworddaily0.72023-06-27T11:09:43.503Z -https://livepeer.studio/verifydaily0.72023-06-27T11:09:43.503Z +https://livepeer.studiodaily0.72023-07-06T17:35:55.122Z +https://livepeer.studio/contactdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboarddaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/assetsdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/billingdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/billing/plansdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/developers/api-keysdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/developers/signing-keysdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/developers/webhooksdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/sessionsdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/stream-healthdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/streamsdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dashboard/usagedaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/forgot-passworddaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/registerdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/reset-passworddaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/verifydaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/privacy-policydaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/decentralized-storage-arweavedaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/terms-of-servicedaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/pricing-faqdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/decentralized-storage-ipfsdaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/dstoragedaily0.72023-07-06T17:35:55.123Z +https://livepeer.studio/bundlrdaily0.72023-07-06T17:35:55.123Z \ No newline at end of file