Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LabelFrequencyCap.
Frequency cap using a label.
Generated from protobuf message google.ads.admanager.v1.LabelFrequencyCap
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ label |
string
Required. The label to used for frequency capping. Format: "networks/{network_code}/labels/{label_id}" |
↳ frequency_cap |
Google\Ads\AdManager\V1\FrequencyCap
The frequency cap. |
getLabel
Required. The label to used for frequency capping.
Format: "networks/{network_code}/labels/{label_id}"
Returns | |
---|---|
Type | Description |
string |
setLabel
Required. The label to used for frequency capping.
Format: "networks/{network_code}/labels/{label_id}"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFrequencyCap
The frequency cap.
Returns | |
---|---|
Type | Description |
Google\Ads\AdManager\V1\FrequencyCap|null |
hasFrequencyCap
clearFrequencyCap
setFrequencyCap
The frequency cap.
Parameter | |
---|---|
Name | Description |
var |
Google\Ads\AdManager\V1\FrequencyCap
|
Returns | |
---|---|
Type | Description |
$this |