type InventoryUnitSizesError (v202411)

  • InventoryUnitSizesError is an error type specific to InventoryUnitSizes within the Google Ad Manager API.

  • It's part of the InventoryService and inherits from ApiError, providing standard error fields like fieldPath, trigger, and errorString.

  • The reason field provides specific details about the error, such as invalid sizes, unsupported aspect ratios, or missing video features.

  • Reasons for this error can include sizes being too large or small, using aspect ratios with non-mobile ad units, or missing required video features.

  • The error also covers situations with companions, master sizes, and mobile video limitations.

An error specifically for InventoryUnitSizes.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement[]

A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.

trigger

xsd:string

The data that caused the error.

errorString

xsd:string

A simple string representation of the error and reason.

InventoryUnitSizesError

reason

InventoryUnitSizesError.Reason


Enumerations
INVALID_SIZES
A size in the ad unit is too large or too small.
INVALID_SIZE_FOR_PLATFORM
A size is an aspect ratio, but the ad unit is not a mobile ad unit.
VIDEO_FEATURE_MISSING
A size is video, but the video feature is not enabled.
VIDEO_MOBILE_LINE_ITEM_FEATURE_MISSING
A size is video in a mobile ad unit, but the mobile video feature is not enabled.
INVALID_SIZE_FOR_MASTER
A size that has companions must have an environment of VIDEO_PLAYER.
INVALID_SIZE_FOR_COMPANION
A size that is a companion must have an environment of BROWSER.
DUPLICATE_MASTER_SIZES
Duplicate video master sizes are not allowed.
ASPECT_RATIO_NOT_SUPPORTED
A size is an aspect ratio, but aspect ratio sizes are not enabled.
VIDEO_COMPANIONS_NOT_SUPPORTED
A video size has companions, but companions are not allowed for the network
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.