youtube_concurrent_curve
Get minute-by-minute peak and average concurrent viewers for an ended live stream. Builds the precise query needed for real YouTube Analytics data.
Instructions
Peak and average concurrent viewers for one ended live stream, minute by minute. These metrics are real but only answer in one exact query shape, which this builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | ||
| account | No | alias or channel id; defaults to the configured default, or the only account | |
| endDate | No | ||
| videoId | Yes | ||
| startDate | Yes | a date on or before the stream day | |
| outputPath | No | write the full result here instead of returning it inline; strongly preferred for anything large. Extension picks the format unless format is given. |