Class: Google::Ads::AdManager::V1::CustomTargeting

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 the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_targeting_clauses::Array<::Google::Ads::AdManager::V1::CustomTargetingClause>

Returns Optional. These clauses are all ORed together.

Returns:



185
186
187
188
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 185

class CustomTargeting
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end