Class TargetingExpansionConfig
Settings that control the optimized targeting settings of the line item.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class TargetingExpansionConfig : IDirectResponseSchema
Properties
AudienceExpansionLevel
Output only. Magnitude of expansion for eligible first-party user lists under this ad group. This field only applies to YouTube and Partners line item and ad group resources.
Declaration
[JsonProperty("audienceExpansionLevel")]
public virtual string AudienceExpansionLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AudienceExpansionSeedListExcluded
Output only. Whether to exclude seed list for audience expansion. This field only applies to YouTube and Partners line item and ad group resources.
Declaration
[JsonProperty("audienceExpansionSeedListExcluded")]
public virtual bool? AudienceExpansionSeedListExcluded { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableOptimizedTargeting
Required. Whether to enable Optimized Targeting for the line item. Optimized targeting is not compatible
with all bid strategies. Attempting to set this field to true for a line item using the BiddingStrategy
field fixed_bid or one of the following combinations of BiddingStrategy fields and
BiddingStrategyPerformanceGoalType will result in an error: maximize_auto_spend_bid: *
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA * BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN *
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED performance_goal_auto_bid: *
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM This also applies if the line item inherits one of the
above bid strategies from the parent insertion order. Bid strategies set at the insertion order-level will
be inherited by their line items if the InsertionOrder budget field automationType is set to
INSERTION_ORDER_AUTOMATION_TYPE_BUDGET or INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET.
Declaration
[JsonProperty("enableOptimizedTargeting")]
public virtual bool? EnableOptimizedTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ExcludeDemographicExpansion
Optional. Whether to exclude demographic expansion for Optimized Targeting. This field can only be set for Demand Gen ad groups. Retrieval and management of Demand Gen resources is currently in beta. This field is only available to allowlisted users.
Declaration
[JsonProperty("excludeDemographicExpansion")]
public virtual bool? ExcludeDemographicExpansion { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |