Show / Hide Table of Contents

Class BandwidthTargeting

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.

Inheritance
object
BandwidthTargeting
Implements
IMessage<BandwidthTargeting>
IEquatable<BandwidthTargeting>
IDeepCloneable<BandwidthTargeting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class BandwidthTargeting : IMessage<BandwidthTargeting>, IEquatable<BandwidthTargeting>, IDeepCloneable<BandwidthTargeting>, IBufferMessage, IMessage

Constructors

BandwidthTargeting()

Declaration
public BandwidthTargeting()

BandwidthTargeting(BandwidthTargeting)

Declaration
public BandwidthTargeting(BandwidthTargeting other)
Parameters
Type Name Description
BandwidthTargeting other

Properties

ExcludedBandwidthGroups

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

Declaration
public RepeatedField<string> ExcludedBandwidthGroups { get; }
Property Value
Type Description
RepeatedField<string>

ExcludedBandwidthGroupsAsBandwidthGroupNames

BandwidthGroupName-typed view over the ExcludedBandwidthGroups resource name property.

Declaration
public ResourceNameList<BandwidthGroupName> ExcludedBandwidthGroupsAsBandwidthGroupNames { get; }
Property Value
Type Description
ResourceNameList<BandwidthGroupName>

TargetedBandwidthGroups

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

Declaration
public RepeatedField<string> TargetedBandwidthGroups { get; }
Property Value
Type Description
RepeatedField<string>

TargetedBandwidthGroupsAsBandwidthGroupNames

BandwidthGroupName-typed view over the TargetedBandwidthGroups resource name property.

Declaration
public ResourceNameList<BandwidthGroupName> TargetedBandwidthGroupsAsBandwidthGroupNames { get; }
Property Value
Type Description
ResourceNameList<BandwidthGroupName>
In this article
Back to top Generated by DocFX