Class GeoTargeting
Represents a list of targeted and excluded geos.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class GeoTargeting : IMessage<GeoTargeting>, IEquatable<GeoTargeting>, IDeepCloneable<GeoTargeting>, IBufferMessage, IMessage
Constructors
GeoTargeting()
Declaration
public GeoTargeting()
GeoTargeting(GeoTargeting)
Declaration
public GeoTargeting(GeoTargeting other)
Parameters
| Type | Name | Description |
|---|---|---|
| GeoTargeting | other |
Properties
ExcludedGeos
Optional. A list of geo resource names that should be excluded.
Declaration
public RepeatedField<string> ExcludedGeos { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
ExcludedGeosAsGeoTargetNames
GeoTargetName-typed view over the ExcludedGeos resource name property.
Declaration
public ResourceNameList<GeoTargetName> ExcludedGeosAsGeoTargetNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<GeoTargetName> |
TargetedGeos
Optional. A list of geo resource names that should be targeted/included.
Declaration
public RepeatedField<string> TargetedGeos { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<string> |
TargetedGeosAsGeoTargetNames
GeoTargetName-typed view over the TargetedGeos resource name property.
Declaration
public ResourceNameList<GeoTargetName> TargetedGeosAsGeoTargetNames { get; }
Property Value
| Type | Description |
|---|---|
| ResourceNameList<GeoTargetName> |