AI-generated Key Takeaways
-
The
DaiIngestStatus
enumeration describes the status of the Dynamic Ad Insertion (DAI) ingestion process for content. -
Only content with a
DaiIngestStatus
ofSUCCESS
is available for DAI. -
Several other statuses indicate warnings, failures, or intermediate stages of the ingestion process.
-
DaiIngestStatus
values likeWARNING
,INGESTED_WITH_WARNINGS
, andCONDITIONED_WITH_WARNINGS
signal non-fatal issues during ingestion. -
A status of
FAILURE
indicates a fatal issue preventing the content from being used for DAI.
The status of the DAI ingestion process. Only content with a status of SUCCESS will be available for dynamic ad insertion.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
SUCCESS
|
The content was successfully ingested for DAI. |
WARNING
|
There was a non-fatal issue during the DAI ingestion process. |
INGESTED
|
The preconditioned content was successfully ingested for DAI. |
INGESTED_WITH_WARNINGS
|
There was a non-fatal issue during the DAI ingestion process on preconditioned content. |
CONDITIONED
|
The unconditioned content was successfully conditioned for DAI. |
CONDITIONED_WITH_WARNINGS
|
There was a non-fatal issue during the DAI conditioning process on originally unconditioned content. |
FAILURE
|
There was a non-fatal issue during the DAI ingestion process and the content is not available for dynamic ad insertion. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |