Class: Google::Ads::AdManager::V1::CustomTargetingLiteral
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::CustomTargetingLiteral
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Represents targeting for custom key/values. The values are ORed together.
Instance Attribute Summary collapse
-
#custom_targeting_key ⇒ ::String
Optional.
-
#custom_targeting_values ⇒ ::Array<::String>
Optional.
-
#negative ⇒ ::Boolean
Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.
Instance Attribute Details
#custom_targeting_key ⇒ ::String
Returns Optional. The resource name of the targeted CustomKey.
210 211 212 213 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 210 class CustomTargetingLiteral include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_targeting_values ⇒ ::Array<::String>
Returns Optional. The resource names of the targeted CustomValues.
210 211 212 213 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 210 class CustomTargetingLiteral include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#negative ⇒ ::Boolean
Returns Whether this expression is negatively targeted, meaning it matches ad requests that exclude the below values.
210 211 212 213 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 210 class CustomTargetingLiteral include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |