Class: Google::Ads::AdManager::V1::AdUnitTargeting

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/targeting.rb

Overview

Specifies an ad unit and (optionally) its descendants.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_unit::String

Returns Optional. The resource name of this ad unit.

Returns:

  • (::String)

    Optional. The resource name of this ad unit.



166
167
168
169
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 166

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

#include_descendants::Boolean

Returns Whether this ad unit's children should be targeted/excluded as well.

Returns:

  • (::Boolean)

    Whether this ad unit's children should be targeted/excluded as well.



166
167
168
169
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 166

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