AI-generated Key Takeaways
-
PreferredDealError.Reason
provides the reasons for target errors related to Preferred Deals in theProposalLineItemService
. -
Preferred deal proposal line items have specific limitations on supported
RateType
, frequency caps,RoadblockingType
, andDeliveryRateType
. -
Possible error reasons include invalid priority, rate type, frequency caps, roadblocking type, delivery rate type, and an unknown reason.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|