Reference documentation and code samples for the Google Ads Ad Manager V1 Client class AdRuleFrequencyCapBehavior.
Types of behavior for frequency caps within ad rules.
Protobuf type google.ads.admanager.v1.AdRuleFrequencyCapBehaviorEnum.AdRuleFrequencyCapBehavior
Namespace
Google \ Ads \ AdManager \ V1 \ AdRuleFrequencyCapBehaviorEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AD_RULE_FREQUENCY_CAP_BEHAVIOR_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum AD_RULE_FREQUENCY_CAP_BEHAVIOR_UNSPECIFIED = 0;
DEFER
Value: 1Defer frequency cap decisions to the next ad rule in priority order.
Generated from protobuf enum DEFER = 1;
TURN_OFF
Value: 2Turn off all frequency caps.
Generated from protobuf enum TURN_OFF = 2;
TURN_ON
Value: 3Turn on at least one of the frequency caps.
Generated from protobuf enum TURN_ON = 3;