enum LiveStreamEventStatus (v202502)
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/v202502
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."],[],["The core content describes the `LiveStreamEventStatus` enumeration, which details the various states a `LiveStreamEvent` object can have. These statuses include `ACTIVE`, indicating the event is ready for streaming; `ARCHIVED`, denoting a completed event; `PAUSED`, meaning the event is temporarily halted but can be reactivated; `ADS_PAUSED`, signaling a pause in ad insertion but continued streaming, and `UNKNOWN`, for unexposed values. This `LiveStreamEventStatus` is a dependency of the `LiveStreamEventService`.\n"],null,["# enum LiveStreamEventStatus (v202502)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEvent) \n▼\n**LiveStreamEventStatus**\n\nDescribes the status of a [LiveStreamEvent](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEvent) object.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEvent) has been created and is eligible for streaming. |\n| `ARCHIVED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202502/LiveStreamEventService.LiveStreamEvent) has been archived. |\n| `PAUSED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202502/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. |"]]