[[["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-13 UTC."],[],[],null,["# enum DaiIngestStatus (v202508)\n\n**Service** \n**ContentService** **Dependencies** \n[Content](/ad-manager/api/reference/v202508/ContentService.Content) \n▼\n**DaiIngestStatus**\n\nThe status of the DAI ingestion process. Only content with a status of [SUCCESS](#SUCCESS) will be\navailable for dynamic ad insertion.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202508`\n\n| Enumeration | Description |\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| `SUCCESS` | The content was successfully ingested for DAI. |\n| `WARNING` | There was a non-fatal issue during the DAI ingestion process. |\n| `INGESTED` | The preconditioned content was successfully ingested for DAI. |\n| `INGESTED_WITH_WARNINGS` | There was a non-fatal issue during the DAI ingestion process on preconditioned content. |\n| `CONDITIONED` | The unconditioned content was successfully conditioned for DAI. |\n| `CONDITIONED_WITH_WARNINGS` | There was a non-fatal issue during the DAI conditioning process on originally unconditioned content. |\n| `FAILURE` | There was a non-fatal issue during the DAI ingestion process and the content is not available for dynamic ad insertion. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]