Reference documentation and code samples for the Google Ads Ad Manager V1 Client class DaiIngestStatus.
The status of the Dynamic Ad Insertion (DAI) ingestion process. Only Content with a status of SUCCESS will be available for DAI.
Protobuf type google.ads.admanager.v1.DaiIngestStatusEnum.DaiIngestStatus
Namespace
Google \ Ads \ AdManager \ V1 \ DaiIngestStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DAI_INGEST_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum DAI_INGEST_STATUS_UNSPECIFIED = 0;
SUCCESS
Value: 1The Content was successfully ingested for DAI.
Generated from protobuf enum SUCCESS = 1;
WARNING
Value: 2There was a non-fatal issue during the DAI ingestion process.
Generated from protobuf enum WARNING = 2;
INGESTED
Value: 3The preconditioned Content was successfully ingested for DAI.
Generated from protobuf enum INGESTED = 3;
INGESTED_WITH_WARNINGS
Value: 4There was a non-fatal issue during the DAI ingestion process on
preconditioned Content.
Generated from protobuf enum INGESTED_WITH_WARNINGS = 4;
CONDITIONED
Value: 5The unconditioned Content was successfully conditioned for DAI.
Generated from protobuf enum CONDITIONED = 5;
CONDITIONED_WITH_WARNINGS
Value: 6There was a non-fatal issue during the DAI conditioning process on
originally unconditioned Content.
Generated from protobuf enum CONDITIONED_WITH_WARNINGS = 6;
FAILURE
Value: 7There was a non-fatal issue during the DAI ingestion process and the
Content is not available for dynamic ad insertion.
Generated from protobuf enum FAILURE = 7;