enum PreferredDealError.Reason (v202411)

  • PreferredDealError outlines the reasons for errors related to preferred deals in Google Ad Manager.

  • Preferred deal proposal line items have specific limitations regarding rate type, frequency caps, roadblocking type, and delivery rate type, which, if violated, result in errors.

  • Rate type should be CPM, frequency caps are not supported, roadblocking type should be ONE_OR_MORE, and delivery rate type should be FRONTLOADED for preferred deal proposal line items.

  • The namespace for this error is https://www.google.com/apis/ads/publisher/v202411.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID_PRIORITY
INVALID_RATE_TYPE Preferred deal proposal line items only support RateType.CPM.
INVALID_FREQUENCY_CAPS Preferred deal proposal line items do not support frequency caps.
INVALID_ROADBLOCKING_TYPE Preferred deal proposal line items only support RoadblockingType.ONE_OR_MORE.
INVALID_DELIVERY_RATE_TYPE Preferred deal proposal line items only support DeliveryRateType.FRONTLOADED.
UNKNOWN