Reference documentation and code samples for the Google Ads Ad Manager V1 Client class NonGuaranteedDealPriority.
Represents the priority settings to apply to non-guaranteed deals, independently of their types.
Generated from protobuf message google.ads.admanager.v1.NonGuaranteedDealPriority
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ priority_tier |
int
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. |
getPriorityTier
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 | |
|---|---|
| Type | Description |
int |
|
hasPriorityTier
clearPriorityTier
setPriorityTier
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.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|