Class TargetingExpansionConfig
Settings that control the optimized targeting settings of the line item.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class TargetingExpansionConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExcludeFirstPartyAudience
Whether to exclude first-party audiences from use in targeting expansion. This field was deprecated with the
launch of optimized targeting. This field will be set
to false. If this field is set to true when deprecated, all positive first-party audience targeting
assigned to this line item will be replaced with negative targeting of the same first-party audiences to
ensure the continued exclusion of those audiences.
Declaration
[JsonProperty("excludeFirstPartyAudience")]
public virtual bool? ExcludeFirstPartyAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TargetingExpansionLevel
Required. Whether optimized targeting is turned on. This field supports the following values: *
NO_EXPANSION: optimized targeting is turned off * LEAST_EXPANSION: optimized targeting is turned on If
this field is set to any other value, it will automatically be set to LEAST_EXPANSION. NO_EXPANSION will
be the default value for the field and will be automatically assigned if you do not set the field.
Declaration
[JsonProperty("targetingExpansionLevel")]
public virtual string TargetingExpansionLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |