enum LiveStreamEventStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
LiveStreamEventService
Describes the status of a LiveStreamEvent object.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
ACTIVE
|
Indicates the LiveStreamEvent has been created and is eligible
for streaming.
|
ARCHIVED
|
Indicates the LiveStreamEvent has been archived.
|
PAUSED
|
Indicates the LiveStreamEvent has been paused. This
can be made ACTIVE at later time.
|
ADS_PAUSED
|
Indicates that the stream is still being served, but ad insertion should be paused
temporarily.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API
version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eLiveStreamEventStatus describes the operational status of a LiveStreamEvent object, such as active, archived, paused, or ads paused.\u003c/p\u003e\n"],["\u003cp\u003eStatuses indicate whether a LiveStreamEvent is eligible for streaming, archived, temporarily paused, or has ad insertion paused.\u003c/p\u003e\n"],["\u003cp\u003eThis status information helps manage and understand the current state of live stream events within the system.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for LiveStreamEventStatus is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The document defines `LiveStreamEventStatus`, part of the `LiveStreamEventService`, with possible states for a `LiveStreamEvent`. These statuses include `ACTIVE` (eligible for streaming), `ARCHIVED` (archived), `PAUSED` (temporarily paused, can be reactivated), `ADS_PAUSED` (stream served but ads paused), and `UNKNOWN` (value not exposed by API version). Each status provides information about the current state and functionality of the live stream event.\n"],null,["# enum LiveStreamEventStatus (v202408)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEvent) \n▼\n**LiveStreamEventStatus**\n\nDescribes the status of a [LiveStreamEvent](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEvent) object.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEvent) has been created and is eligible for streaming. |\n| `ARCHIVED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEvent) has been archived. |\n| `PAUSED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202408/LiveStreamEventService.LiveStreamEvent) has been paused. This can be made [ACTIVE](#ACTIVE) at later time. |\n| `ADS_PAUSED` | Indicates that the stream is still being served, but ad insertion should be paused temporarily. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]