Class: Google::Ads::AdManager::V1::DeviceCapabilityTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DeviceCapabilityTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Device Capability Targeting.
Can be used to target/exclude users using mobile apps, ad requests resulting from apps built on the MRAID standard, or users on devices that are able to make phone calls versus devices that aren't able to make phone calls, such as tablets.
Instance Attribute Summary collapse
-
#excluded_capabilities ⇒ ::Array<::String>
Optional.
-
#targeted_capabilities ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_capabilities ⇒ ::Array<::String>
Returns Optional. A list of device capability resource names that should be excluded.
186 187 188 189 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 186 class DeviceCapabilityTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_capabilities ⇒ ::Array<::String>
Returns Optional. A list of device capability resource names that should be targeted/included.
186 187 188 189 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 186 class DeviceCapabilityTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |