AI-generated Key Takeaways
- 
          DaiIngestStatus indicates the status of the DAI ingestion process. 
- 
          Only content with a status of SUCCESS is available for dynamic ad insertion. 
- 
          The enumeration lists various statuses including SUCCESS, WARNING, FAILURE, and others indicating different stages and outcomes of the ingestion process. 
- 
          The namespace for this enumeration is https://www.google.com/apis/ads/publisher/v202505.
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/v202505
| 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. |