Class CreativeTargeting
Represents the creative targeting criteria for a LineItem.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class CreativeTargeting : IMessage<CreativeTargeting>, IEquatable<CreativeTargeting>, IDeepCloneable<CreativeTargeting>, IBufferMessage, IMessage
Constructors
CreativeTargeting()
Declaration
public CreativeTargeting()
CreativeTargeting(CreativeTargeting)
Declaration
public CreativeTargeting(CreativeTargeting other)
Parameters
| Type | Name | Description |
|---|---|---|
| CreativeTargeting | other |
Properties
CreativeTargetingDisplayName
Required. The name of this creative targeting. This attribute is required.
Declaration
public string CreativeTargetingDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasCreativeTargetingDisplayName
Gets whether the "creative_targeting_display_name" field is set
Declaration
public bool HasCreativeTargetingDisplayName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Targeting
Required. The Targeting criteria of this creative targeting. This attribute is required.
Declaration
public Targeting Targeting { get; set; }
Property Value
| Type | Description |
|---|---|
| Targeting |