Class: Google::Ads::AdManager::V1::MobileCarrierTargeting

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

Overview

Mobile Carrier Targeting.

Can be used to target/exclude a variety of mobile carriers, such as AT&T, Verizon, or T-Mobile.

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_mobile_carriers::Array<::String>

Returns Optional. A list of mobile carrier resource names that should be excluded.

Returns:

  • (::Array<::String>)

    Optional. A list of mobile carrier resource names that should be excluded.



236
237
238
239
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 236

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

#targeted_mobile_carriers::Array<::String>

Returns Optional. A list of mobile carrier resource names that should be targeted/included.

Returns:

  • (::Array<::String>)

    Optional. A list of mobile carrier resource names that should be targeted/included.



236
237
238
239
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 236

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