Module: Google::Ads::AdManager::V1::DaiIngestStatusEnum::DaiIngestStatus
- Defined in:
- proto_docs/google/ads/admanager/v1/content_enums.rb
Overview
The status of the Dynamic Ad Insertion (DAI) ingestion process. Only Content with a status of SUCCESS will be available for DAI.
Constant Summary collapse
- DAI_INGEST_STATUS_UNSPECIFIED =
Default value. This value is unused.
0- SUCCESS =
The
Contentwas successfully ingested for DAI. 1- WARNING =
There was a non-fatal issue during the DAI ingestion process.
2- INGESTED =
The preconditioned
Contentwas successfully ingested for DAI. 3- INGESTED_WITH_WARNINGS =
There was a non-fatal issue during the DAI ingestion process on preconditioned
Content. 4- CONDITIONED =
The unconditioned
Contentwas successfully conditioned for DAI. 5- CONDITIONED_WITH_WARNINGS =
There was a non-fatal issue during the DAI conditioning process on originally unconditioned
Content. 6- FAILURE =
There was a non-fatal issue during the DAI ingestion process and the
Contentis not available for dynamic ad insertion. 7