Class: Google::Ads::AdManager::V1::DeviceManufacturerTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DeviceManufacturerTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Device Manufacturer Targeting.
Can be used to target/exclude users on devices made by specific brands or companies, such as Apple, Google, Samsung and others. For more information, see https://support.google.com/admanager/answer/2884033 ("Targeting types > Device manufacturer").
Instance Attribute Summary collapse
-
#excluded_device_manufacturers ⇒ ::Array<::String>
Optional.
-
#excluded_mobile_device_submodels ⇒ ::Array<::String>
Optional.
-
#excluded_mobile_devices ⇒ ::Array<::String>
Optional.
-
#targeted_device_manufacturers ⇒ ::Array<::String>
Optional.
-
#targeted_mobile_device_submodels ⇒ ::Array<::String>
Optional.
-
#targeted_mobile_devices ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_device_manufacturers ⇒ ::Array<::String>
Returns Optional. A list of device manufacturer resource names that should be excluded.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_mobile_device_submodels ⇒ ::Array<::String>
Returns Optional. A list of mobile device submodel resource names that should be excluded.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#excluded_mobile_devices ⇒ ::Array<::String>
Returns Optional. A list of mobile device resource names that should be excluded.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_device_manufacturers ⇒ ::Array<::String>
Returns Optional. A list of device manufacturer resource names that should be targeted/included.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_mobile_device_submodels ⇒ ::Array<::String>
Returns Optional. A list of mobile device submodel resource names that should be targeted/included.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_mobile_devices ⇒ ::Array<::String>
Returns Optional. A list of mobile device resource names that should be targeted/included.
220 221 222 223 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 220 class DeviceManufacturerTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |