[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]