Google Ads Ad Manager V1 Client - Class AdRuleFrequencyCapBehavior (0.8.0)

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 \ AdRuleFrequencyCapBehaviorEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

AD_RULE_FREQUENCY_CAP_BEHAVIOR_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum AD_RULE_FREQUENCY_CAP_BEHAVIOR_UNSPECIFIED = 0;

DEFER

Value: 1

Defer frequency cap decisions to the next ad rule in priority order.

Generated from protobuf enum DEFER = 1;

TURN_OFF

Value: 2

Turn off all frequency caps.

Generated from protobuf enum TURN_OFF = 2;

TURN_ON

Value: 3

Turn on at least one of the frequency caps.

Generated from protobuf enum TURN_ON = 3;