@@ -48,10 +48,14 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
48
48
private java .lang .Boolean audienceExpansionSeedListExcluded ;
49
49
50
50
/**
51
- * Required. Whether to enable Optimized Targeting for the line item. *Warning*: Starting on
52
- * **September 30, 2024**, optimized targeting will no longer be compatible with a subset of bid
53
- * strategies. [Read more about this announced change](/display-
54
- * video/api/deprecations#features.ot_bid_strategies).
51
+ * Required. Whether to enable Optimized Targeting for the line item. Optimized targeting is not
52
+ * compatible with all bid strategies. Attempting to set this field to `true` for a line item
53
+ * using one of the following combinations of BiddingStrategy fields and
54
+ * BiddingStrategyPerformanceGoalType will result in an error: maximize_auto_spend_bid: *
55
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
56
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
57
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
58
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
55
59
* The value may be {@code null}.
56
60
*/
57
61
@ com .google .api .client .util .Key
@@ -96,21 +100,29 @@ public TargetingExpansionConfig setAudienceExpansionSeedListExcluded(java.lang.B
96
100
}
97
101
98
102
/**
99
- * Required. Whether to enable Optimized Targeting for the line item. *Warning*: Starting on
100
- * **September 30, 2024**, optimized targeting will no longer be compatible with a subset of bid
101
- * strategies. [Read more about this announced change](/display-
102
- * video/api/deprecations#features.ot_bid_strategies).
103
+ * Required. Whether to enable Optimized Targeting for the line item. Optimized targeting is not
104
+ * compatible with all bid strategies. Attempting to set this field to `true` for a line item
105
+ * using one of the following combinations of BiddingStrategy fields and
106
+ * BiddingStrategyPerformanceGoalType will result in an error: maximize_auto_spend_bid: *
107
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
108
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
109
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
110
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
103
111
* @return value or {@code null} for none
104
112
*/
105
113
public java .lang .Boolean getEnableOptimizedTargeting () {
106
114
return enableOptimizedTargeting ;
107
115
}
108
116
109
117
/**
110
- * Required. Whether to enable Optimized Targeting for the line item. *Warning*: Starting on
111
- * **September 30, 2024**, optimized targeting will no longer be compatible with a subset of bid
112
- * strategies. [Read more about this announced change](/display-
113
- * video/api/deprecations#features.ot_bid_strategies).
118
+ * Required. Whether to enable Optimized Targeting for the line item. Optimized targeting is not
119
+ * compatible with all bid strategies. Attempting to set this field to `true` for a line item
120
+ * using one of the following combinations of BiddingStrategy fields and
121
+ * BiddingStrategyPerformanceGoalType will result in an error: maximize_auto_spend_bid: *
122
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` *
123
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` *
124
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` performance_goal_auto_bid: *
125
+ * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`
114
126
* @param enableOptimizedTargeting enableOptimizedTargeting or {@code null} for none
115
127
*/
116
128
public TargetingExpansionConfig setEnableOptimizedTargeting (java .lang .Boolean enableOptimizedTargeting ) {
0 commit comments