enum DaiIngestStatus (v202411)
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/v202411
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\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. |"]]