enableOptimizedTargeting property

bool? enableOptimizedTargeting
getter/setter pair

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 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 Warning: Starting March 6, 2025, this field will stop being compatible when using the BiddingStrategy field fixed_bid. [Read more about this announced change](/display-video/api/deprecations#features.ot_fixed_bid)

Required.

Implementation

core.bool? enableOptimizedTargeting;