AI-generated Key Takeaways
- 
          DaiIngestStatus represents the status of the DAI ingestion process. 
- 
          Only content with a status of SUCCESS is available for dynamic ad insertion. 
- 
          The table lists various enumeration values for DaiIngestStatus, such as SUCCESS, WARNING, INGESTED, and FAILURE, with corresponding descriptions. 
- 
          The UNKNOWN status indicates a value not exposed by the requested API version. 
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/v202502
| 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. |