Google Ads Ad Manager V1 Client - Class DaiIngestStatus (0.8.0)

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 \ DaiIngestStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DAI_INGEST_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum DAI_INGEST_STATUS_UNSPECIFIED = 0;

SUCCESS

Value: 1

The Content was successfully ingested for DAI.

Generated from protobuf enum SUCCESS = 1;

WARNING

Value: 2

There was a non-fatal issue during the DAI ingestion process.

Generated from protobuf enum WARNING = 2;

INGESTED

Value: 3

The preconditioned Content was successfully ingested for DAI.

Generated from protobuf enum INGESTED = 3;

INGESTED_WITH_WARNINGS

Value: 4

There was a non-fatal issue during the DAI ingestion process on preconditioned Content.

Generated from protobuf enum INGESTED_WITH_WARNINGS = 4;

CONDITIONED

Value: 5

The unconditioned Content was successfully conditioned for DAI.

Generated from protobuf enum CONDITIONED = 5;

CONDITIONED_WITH_WARNINGS

Value: 6

There was a non-fatal issue during the DAI conditioning process on originally unconditioned Content.

Generated from protobuf enum CONDITIONED_WITH_WARNINGS = 6;

FAILURE

Value: 7

There 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;