Class: Google::Ads::AdManager::V1::FrequencyCap

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/frequency_cap.rb

Overview

Represents a Frequency Cap that can be applied to an entity.

Instance Attribute Summary collapse

Instance Attribute Details

#max_impressions::Integer

Returns The maximum number of impressions for this frequency cap.

Returns:

  • (::Integer)

    The maximum number of impressions for this frequency cap.



34
35
36
37
# File 'proto_docs/google/ads/admanager/v1/frequency_cap.rb', line 34

class FrequencyCap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_amount::Integer

Returns The number of time units over which the frequency cap is effective.

Returns:

  • (::Integer)

    The number of time units over which the frequency cap is effective.



34
35
36
37
# File 'proto_docs/google/ads/admanager/v1/frequency_cap.rb', line 34

class FrequencyCap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_unit::Google::Ads::AdManager::V1::TimeUnitEnum::TimeUnit

Returns The units of time of this frequency cap.

Returns:



34
35
36
37
# File 'proto_docs/google/ads/admanager/v1/frequency_cap.rb', line 34

class FrequencyCap
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end