Show / Hide Table of Contents

Class CustomTargeting

Represents the top level targeting expression for custom key/values, audience segments, and/or CMS metadata.

Inheritance
object
CustomTargeting
Implements
IMessage<CustomTargeting>
IEquatable<CustomTargeting>
IDeepCloneable<CustomTargeting>
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 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>
In this article
Back to top Generated by DocFX