enum PreferredDealError.Reason (v202505)

  • PreferredDealError.Reason is an enumeration detailing the reasons for errors related to preferred deal proposal line items within the ProposalLineItemService.

  • Preferred deal proposal line items have specific restrictions, including only supporting the CPM rate type, not supporting frequency caps, and only supporting the ONE_OR_MORE roadblocking type and the FRONTLOADED delivery rate type.

  • Possible error reasons include invalid priority, invalid rate type, invalid frequency caps, invalid roadblocking type, invalid delivery rate type, and an unknown error.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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