Class: Google::Ads::AdManager::V1::AdUnitTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::AdUnitTargeting
- 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
-
#ad_unit ⇒ ::String
Optional.
-
#include_descendants ⇒ ::Boolean
Whether this ad unit's children should be targeted/excluded as well.
Instance Attribute Details
#ad_unit ⇒ ::String
Returns 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.
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 |