Class CustomTargeting
Represents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CustomTargeting : IMessage<CustomTargeting>, IEquatable<CustomTargeting>, IDeepCloneable<CustomTargeting>, IBufferMessage, IMessage
Constructors
CustomTargeting()
Declaration
public CustomTargeting()
CustomTargeting(CustomTargeting)
Declaration
public CustomTargeting(CustomTargeting other)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomTargeting | other |
Properties
CustomTargetingClauses
Optional. These clauses are all ORed together.
Declaration
public RepeatedField<CustomTargetingClause> CustomTargetingClauses { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<CustomTargetingClause> |