Enum CreativeFindingTypeEnum.Types.CreativeFindingType
A finding that occurred while looking up creative information.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum CreativeFindingTypeEnum.Types.CreativeFindingType
Fields
| Name | Description |
|---|---|
| AdCreativeEncodingMatchFailure | Ad creative does not have suitable encodings available to be successfully stitched into a DAI session. |
| AdCreativeLookupFailed | Error occurred when performing lookup on the ad creative for insertion into the DAI session. |
| AdDroppedToFitBreak | Ad creative is dropped due to pod trimming to fit the break. |
| DisabledAdCreative | Creative has been disabled from serving. |
| FailedAdCreative | Ad creative is known but failed to acquire / transcode for serving. |
| MismatchedFrameCount | Incorrect number of frames available for creative when exact frame count is required for a specific duration. |
| MissingTranscodes | Ad creative doesn't have any encodings available. |
| UnidentifiedAdCreative | Ad was dropped because the VAST document returned did not contain enough information to successfully identify the creative media. |
| UnknownAdCreative | Ad was dropped because the system has no knowledge of the creative media to insert into the DAI session. Creative will be reactively loaded into the system for subsequent use. |
| Unspecified | Default value. |