enum LiveStreamEventStatus (v202411)
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/v202411
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\u003e\u003ccode\u003eLiveStreamEventStatus\u003c/code\u003e describes the different states a live stream event can be in, such as active, archived, paused, or ads paused.\u003c/p\u003e\n"],["\u003cp\u003eThis status is a property of the \u003ccode\u003eLiveStreamEvent\u003c/code\u003e object in Google Ad Manager's LiveStreamEventService.\u003c/p\u003e\n"],["\u003cp\u003eEach status value, like \u003ccode\u003eACTIVE\u003c/code\u003e or \u003ccode\u003ePAUSED\u003c/code\u003e, indicates the current operational state of the live stream, affecting ad serving and stream availability.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eADS_PAUSED\u003c/code\u003e specifically signifies that the stream continues but without ad insertions.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes the `LiveStreamEventStatus` enumeration within the `LiveStreamEventService` namespace. It details five possible statuses for a `LiveStreamEvent` object: `ACTIVE` (eligible for streaming), `ARCHIVED` (archived), `PAUSED` (paused but can be reactivated), `ADS_PAUSED` (stream active, ads paused), and `UNKNOWN` (status not exposed by the API version). These statuses reflect the lifecycle and ad serving capabilities of a live stream event.\n"],null,["# enum LiveStreamEventStatus (v202411)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) \n▼\n**LiveStreamEventStatus**\n\nDescribes the status of a [LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) object.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ACTIVE` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) has been created and is eligible for streaming. |\n| `ARCHIVED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202411/LiveStreamEventService.LiveStreamEvent) has been archived. |\n| `PAUSED` | Indicates the [LiveStreamEvent](/ad-manager/api/reference/v202411/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. |"]]