Enum AdRequestFindingTypeEnum.Types.AdRequestFindingType
A finding that occurred while making an ad request.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum AdRequestFindingTypeEnum.Types.AdRequestFindingType
Fields
| Name | Description |
|---|---|
| AdBreakTypeNotSupported | VMAP contains an adbreak that is not supported. |
| AdRequestError | An error while making an ad request. |
| AdRequestTimeout | The request has timed out. |
| AdTagParseError | Error while parsing ad tag. |
| CannotFindUniqueTranscodeId | Ad element does not contain enough information to generate a unique transcode ID. |
| CustomAdSourceInVmap | VMAP contains custom ad source which is not supported. |
| DuplicateAdTag | The same ad tag was already used in the same pod. |
| FollowRedirectsIsFalse | VMAP AdSource followRedirects is set as false. |
| InternalError | Internal DAI error. |
| InvalidVmapResponse | Invalid VMAP data (Able to parse VMAP but XML attributes have invalid data). |
| MaxWrapperDepthReached | Reached the maximum number of VAST redirects. |
| MissingInlineElements | No InLine elements found in the Ad. |
| NeitherAdSourceNorTracking | VMAP contains an adbreak that has neither ad source nor tracking events. |
| NoAdBreaksInVmap | VMAP response contains no ad breaks. |
| NoValidMediafilesFound | No media files were found in the VAST ad. |
| SkippableAdNotSupported | Client doesn't support skippable ads. The ad was a skippable ad. |
| Unspecified | Default value. |
| UnsupportedAdSystem | AdSystem reported in VAST is not supported. |
| UnsupportedVastVersion | VAST version is not supported. |
| VastParseError | Generic VAST parsing error. |
| VmapParseError | Generic VMAP parsing error. |