enum PreferredDealError.Reason (v202411)

  • PreferredDealError.Reason enumerates the possible reasons for errors related to preferred deals within the ProposalLineItemService.

  • Preferred deal proposal line items have specific restrictions regarding rate type, frequency caps, roadblocking type, and delivery rate type.

  • Invalid configurations for rate type, frequency caps, roadblocking type, or delivery rate type can cause a PreferredDealError.

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