AI-generated Key Takeaways
-
LiveStreamEventSlateError
outlines potential issues encountered when configuring slate creatives for live stream events in Google Ad Manager. -
Errors can arise from invalid slate creative IDs, missing slate sources (video or asset paths), or incorrect slate types.
-
The error reasons also include scenarios where a live stream event requires a slate creative ID or a valid network-level slate, and when attempting to modify a slate's video source URL that cannot be changed.
-
The
LiveStreamEventSlateError
enumeration provides specific error codes likeINVALID_SLATE_CREATIVE_ID
,LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED
, and others for troubleshooting.
Describes reasons for LiveStreamEventSlateError
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
INVALID_SLATE_CREATIVE_ID
|
The slate creative ID does not correspond to a slate creative. |
LIVE_STREAM_EVENT_SLATE_CREATIVE_ID_REQUIRED
|
The required field live stream event slate is not set.
There must either be a slate creative ID assigned to the live stream event or a valid network level slate selected. |
MISSING_SOURCE_FOR_SLATE
|
The slate does not have a videoSourceUrl or assetSourcePath. |
INVALID_SLATE_TYPE
|
The slate is of an invalid type. |
CANNOT_CHANGE_SLATE_VIDEO_SOURCE_URL
|
The slate video source url cannot change. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |