type BandwidthGroup (v202411)

  • BandwidthGroup represents a group of bandwidths organized by generic names like 'Cable' or 'DSL'.

  • This object inherits from the Technology class and includes inherited fields like 'id' and 'name'.

  • The id field is a required long value for targeting, while the name field is a read-only string assigned by Google.

  • BandwidthGroup is used in several services including AdRuleService, ForecastService, and LineItemService.

Represents a group of bandwidths that are logically organized by some well known generic names such as 'Cable' or 'DSL'.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

Technology (inherited)

id

xsd:long

The unique ID of the Technology. This value is required for all forms of TechnologyTargeting.

name

xsd:string

The name of the technology being targeting. This value is read-only and is assigned by Google.

BandwidthGroup