Class: Google::Ads::AdManager::V1::GeoTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::GeoTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
Represents a list of targeted and excluded geos.
Instance Attribute Summary collapse
-
#excluded_geos ⇒ ::Array<::String>
Optional.
-
#targeted_geos ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_geos ⇒ ::Array<::String>
Returns Optional. A list of geo resource names that should be excluded.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 62 class GeoTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_geos ⇒ ::Array<::String>
Returns Optional. A list of geo resource names that should be targeted/included.
62 63 64 65 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 62 class GeoTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |