AI-generated Key Takeaways
-
LiveStreamEventStatus
describes the different states a live stream event can be in, such as active, archived, paused, or ads paused. -
This status is a property of the
LiveStreamEvent
object in Google Ad Manager's LiveStreamEventService. -
Each status value, like
ACTIVE
orPAUSED
, indicates the current operational state of the live stream, affecting ad serving and stream availability. -
ADS_PAUSED
specifically signifies that the stream continues but without ad insertions. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
.
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. |