Class AudienceSegment.Types.Rule
Eligibility criteria for a user to be part of an AudienceSegment.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AudienceSegment.Types.Rule : IMessage<AudienceSegment.Types.Rule>, IEquatable<AudienceSegment.Types.Rule>, IDeepCloneable<AudienceSegment.Types.Rule>, IBufferMessage, IMessage
Constructors
Rule()
Declaration
public Rule()
Rule(Rule)
Declaration
public Rule(AudienceSegment.Types.Rule other)
Parameters
| Type | Name | Description |
|---|---|---|
| AudienceSegment.Types.Rule | other |
Properties
CustomTargeting
Optional. Specification of custom criteria that are part of the rule of the RuleBasedFirstPartyAudienceSegment. Once specified, the server may return a normalized but equivalent representation of the rule. There are up to 3 levels of custom criteria allowed. See [CustomTargeting][google.ads.admanager.v1.CustomTargeting] and its sub-messages for limitations.
Declaration
public CustomTargeting CustomTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomTargeting |
InventoryTargeting
Required. Specification of inventory (i.e. ad units and placements) that are part of the rule of the RuleBasedFirstPartyAudienceSegment.
Declaration
public InventoryTargeting InventoryTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| InventoryTargeting |