[[["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\u003e\u003ccode\u003eDaiIngestStatus\u003c/code\u003e indicates 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\u003ePotential statuses include \u003ccode\u003eSUCCESS\u003c/code\u003e, \u003ccode\u003eWARNING\u003c/code\u003e, \u003ccode\u003eINGESTED\u003c/code\u003e, \u003ccode\u003eINGESTED_WITH_WARNINGS\u003c/code\u003e, \u003ccode\u003eCONDITIONED\u003c/code\u003e, \u003ccode\u003eCONDITIONED_WITH_WARNINGS\u003c/code\u003e, \u003ccode\u003eFAILURE\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e, each providing insight into the DAI ingestion process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDaiIngestStatus\u003c/code\u003e is part of the ContentService within the Google Ad Manager API.\u003c/p\u003e\n"]]],["The core information pertains to the `DaiIngestStatus`, which indicates the state of content ingestion for dynamic ad insertion (DAI). Possible statuses include `SUCCESS` (content is available for DAI), `WARNING` (non-fatal issue), `INGESTED` (preconditioned content ingested), `CONDITIONED` (unconditioned content processed), and `FAILURE` (content unavailable for DAI). `UNKNOWN` is for unspecified API version values. Content must have a `SUCCESS` status to be used in DAI.\n"],null,["# enum DaiIngestStatus (v202408)\n\n**Service** \n**ContentService** **Dependencies** \n[Content](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]