Class: Google::Ads::AdManager::V1::NonGuaranteedDealPriority

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/non_guaranteed_deal_priority.rb

Overview

Represents the priority settings to apply to non-guaranteed deals, independently of their types.

Instance Attribute Summary collapse

Instance Attribute Details

#priority_tier::Google::Ads::AdManager::V1::DealPriorityTierEnum::DealPriorityTier

Returns Required. Enables publishers to favor certain deals, even if their default priorities are lower. For example, allowing a PA deal to beat a PD deal.

Returns:



30
31
32
33
# File 'proto_docs/google/ads/admanager/v1/non_guaranteed_deal_priority.rb', line 30

class NonGuaranteedDealPriority
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end