enum LiveStreamEventStatus (v202502)

  • LiveStreamEventStatus describes the status of a LiveStreamEvent object.

  • Possible statuses include ACTIVE, ARCHIVED, PAUSED, ADS_PAUSED, and UNKNOWN.

  • Each status indicates a specific state of the LiveStreamEvent, such as being eligible for streaming, archived, paused, or temporarily pausing ad insertion.

  • UNKNOWN is returned if the actual value is not exposed by the requested API version.

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.