Class: Google::Ads::AdManager::V1::FrequencyCap
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::FrequencyCap
- 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
-
#max_impressions ⇒ ::Integer
The maximum number of impressions for this frequency cap.
-
#time_amount ⇒ ::Integer
The number of time units over which the frequency cap is effective.
-
#time_unit ⇒ ::Google::Ads::AdManager::V1::TimeUnitEnum::TimeUnit
The units of time of this frequency cap.
Instance Attribute Details
#max_impressions ⇒ ::Integer
Returns 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.
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.
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 |