Show / Hide Table of Contents

Enum DaiIngestStatusEnum.Types.DaiIngestStatus

The status of the Dynamic Ad Insertion (DAI) ingestion process. Only [Content][google.ads.admanager.v1.Content] with a status of SUCCESS will be available for DAI.

Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum DaiIngestStatusEnum.Types.DaiIngestStatus

Fields

Name Description
Conditioned

The unconditioned Content was successfully conditioned for DAI.

ConditionedWithWarnings

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.

Ingested

The preconditioned Content was successfully ingested for DAI.

IngestedWithWarnings

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

Success

The Content was successfully ingested for DAI.

Unspecified

Default value. This value is unused.

Warning

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

In this article
Back to top Generated by DocFX