Class: Google::Ads::AdManager::V1::CustomTargetingLiteral

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#custom_targeting_key::String

Returns Optional. The resource name of the targeted CustomKey.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Boolean)

    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