Class NonGuaranteedDealPriority
Represents the priority settings to apply to non-guaranteed deals, independently of their types.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class NonGuaranteedDealPriority : IMessage<NonGuaranteedDealPriority>, IEquatable<NonGuaranteedDealPriority>, IDeepCloneable<NonGuaranteedDealPriority>, IBufferMessage, IMessage
Constructors
NonGuaranteedDealPriority()
Declaration
public NonGuaranteedDealPriority()
NonGuaranteedDealPriority(NonGuaranteedDealPriority)
Declaration
public NonGuaranteedDealPriority(NonGuaranteedDealPriority other)
Parameters
| Type | Name | Description |
|---|---|---|
| NonGuaranteedDealPriority | other |
Properties
HasPriorityTier
Gets whether the "priority_tier" field is set
Declaration
public bool HasPriorityTier { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PriorityTier
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.
Declaration
public DealPriorityTierEnum.Types.DealPriorityTier PriorityTier { get; set; }
Property Value
| Type | Description |
|---|---|
| DealPriorityTierEnum.Types.DealPriorityTier |