[[["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-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDaiIngestStatus\u003c/code\u003e enumeration describes the status of the Dynamic Ad Insertion (DAI) ingestion process for content.\u003c/p\u003e\n"],["\u003cp\u003eOnly content with a \u003ccode\u003eDaiIngestStatus\u003c/code\u003e of \u003ccode\u003eSUCCESS\u003c/code\u003e is available for DAI.\u003c/p\u003e\n"],["\u003cp\u003eSeveral other statuses indicate warnings, failures, or intermediate stages of the ingestion process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDaiIngestStatus\u003c/code\u003e values like \u003ccode\u003eWARNING\u003c/code\u003e, \u003ccode\u003eINGESTED_WITH_WARNINGS\u003c/code\u003e, and \u003ccode\u003eCONDITIONED_WITH_WARNINGS\u003c/code\u003e signal non-fatal issues during ingestion.\u003c/p\u003e\n"],["\u003cp\u003eA status of \u003ccode\u003eFAILURE\u003c/code\u003e indicates a fatal issue preventing the content from being used for DAI.\u003c/p\u003e\n"]]],["The `ContentService` uses `DaiIngestStatus` to track the state of content ingestion for dynamic ad insertion (DAI). Possible statuses include `SUCCESS`, indicating successful ingestion, and `FAILURE`, meaning the content isn't available for DAI. Other statuses like `WARNING`, `INGESTED`, `CONDITIONED` and variations indicate non-fatal issues during the process. `UNKNOWN` represents values not exposed by the API version. Only content with `SUCCESS` is usable for DAI.\n"],null,["# enum DaiIngestStatus (v202411)\n\n**Service** \n**ContentService** **Dependencies** \n[Content](/ad-manager/api/reference/v202411/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/v202411`\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. |"]]