Show / Hide Table of Contents

Class MobileCarrierTargeting

Mobile Carrier Targeting.

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

Inheritance
object
MobileCarrierTargeting
Implements
IMessage<MobileCarrierTargeting>
IEquatable<MobileCarrierTargeting>
IDeepCloneable<MobileCarrierTargeting>
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 MobileCarrierTargeting : IMessage<MobileCarrierTargeting>, IEquatable<MobileCarrierTargeting>, IDeepCloneable<MobileCarrierTargeting>, IBufferMessage, IMessage

Constructors

MobileCarrierTargeting()

Declaration
public MobileCarrierTargeting()

MobileCarrierTargeting(MobileCarrierTargeting)

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

Properties

ExcludedMobileCarriers

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

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

ExcludedMobileCarriersAsMobileCarrierNames

MobileCarrierName-typed view over the ExcludedMobileCarriers resource name property.

Declaration
public ResourceNameList<MobileCarrierName> ExcludedMobileCarriersAsMobileCarrierNames { get; }
Property Value
Type Description
ResourceNameList<MobileCarrierName>

TargetedMobileCarriers

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

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

TargetedMobileCarriersAsMobileCarrierNames

MobileCarrierName-typed view over the TargetedMobileCarriers resource name property.

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