Skip to content
Snippets Groups Projects
Unverified Commit 0e6072e3 authored by Denise Peña's avatar Denise Peña Committed by GitHub
Browse files

[Stream] Feedback edits and Link fixes (#3685)


* implementing additional feedback from Zaid

* Fixing broken links

* Update content/stream/viewing-videos/displaying-thumbnails.md

Co-authored-by: default avatarKate Tungusova <70746074+deadlypants1973@users.noreply.github.com>

Co-authored-by: default avatarKate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
parent 68326a0c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,10 @@ title: Fetching bulk analytics
# Fetching bulk analytics
You can use GraphQL for client side and server side data related to your Streams. With client side analytics, you can retrieve bulk analytics information for every video in your account. Use server side analytics to view a detailed breakdown of billing of minutes viewed for your account.
Cloudflare Stream lets you fetch usage data in bulk using the GraphQL API. Stream's GraphQL API exposes two data sets:
- Client-side Metrics: Data collected from the Stream Player. If you use your own player, it will not be reflected in this data set.
- Server-side Metrics: Data collected from server-side logs and used for billing purposes.
For additional information on using GraphQL, refer to [Get started with GraphQL Analytics API](/analytics/graphql-api/getting-started/).
......
......@@ -121,7 +121,7 @@ The `uploadURL` provided in the `result` body of a successful request should be
passed along to the end-user to make their upload request.
The `uid` references the reserved media object's unique identifier and can be
kept as a reference to query our [API](/stream/getting-started/searching/).
kept as a reference to query our API.
## Direct creator upload request from end users
......
......@@ -16,7 +16,7 @@ https://videodelivery.net/5d5bc37ffcf54c9b82e996823bffbb81/thumbnails/thumbnail.
<img src="https://videodelivery.net/5d5bc37ffcf54c9b82e996823bffbb81/thumbnails/thumbnail.jpg?time=68s&height=270" />
Using the `poster` query parameter in the embed URL, you can set a thumbnail to any time in your video. If [signed URLs](/stream/security/signed-urls/) are required, you must use signed URL instead of video IDs.
Using the `poster` query parameter in the embed URL, you can set a thumbnail to any time in your video. If [signed URLs](/stream/viewing-videos/securing-your-stream/) are required, you must use a signed URL instead of video IDs.
```html
<iframe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment