enum DaiIngestStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
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/v202408
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]