Class: Google::Ads::AdManager::V1::BandwidthTargeting

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

Overview

Bandwidth Targeting.

Reach users accessing the internet via various means of connection, such as cable, DSL, or dial-up. Can be useful to target campaigns using low-resolution creatives or text ads for users with low bandwidth.

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_bandwidth_groups::Array<::String>

Returns Optional. A list of resource names of the bandwidth groups that should be excluded.

Returns:

  • (::Array<::String>)

    Optional. A list of resource names of the bandwidth groups that should be excluded.



96
97
98
99
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 96

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

#targeted_bandwidth_groups::Array<::String>

Returns Optional. A list of resource names of the bandwidth groups that should be targeted/included.

Returns:

  • (::Array<::String>)

    Optional. A list of resource names of the bandwidth groups that should be targeted/included.



96
97
98
99
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 96

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