Class MobileCarrierTargeting
Mobile Carrier Targeting.
Can be used to target/exclude a variety of mobile carriers, such as AT&T, Verizon, or T-Mobile.
Implements
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> |