Class: Google::Ads::AdManager::V1::DeviceCategoryTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DeviceCategoryTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Represents a list of targeted and excluded device categories.
Instance Attribute Summary collapse
-
#excluded_categories ⇒ ::Array<::String>
Optional.
-
#targeted_categories ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_categories ⇒ ::Array<::String>
Returns Optional. A list of device category resource names that should be excluded.
109 110 111 112 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 109 class DeviceCategoryTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_categories ⇒ ::Array<::String>
Returns Optional. A list of device category resource names that should be targeted/included.
109 110 111 112 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 109 class DeviceCategoryTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |