Skip to content

Commit a9e99f8

Browse files
1 parent f545bc5 commit a9e99f8

File tree

7 files changed

+36
-24
lines changed

7 files changed

+36
-24
lines changed

clients/google-api-services-displayvideo/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v2-rev20240919-2.0.0</version>
25+
<version>v2-rev20241003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20241003-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-displayvideo</artifactId>
11-
<version>v2-rev20240919-2.0.0</version>
12-
<name>Display &amp; Video 360 API v2-rev20240919-2.0.0</name>
11+
<version>v2-rev20241003-2.0.0</version>
12+
<name>Display &amp; Video 360 API v2-rev20241003-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v2-rev20240919-2.0.0</version>
25+
<version>v2-rev20241003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v2-rev20241003-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v3-rev20240919-2.0.0</version>
25+
<version>v3-rev20241003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20241003-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/TargetingExpansionConfig.java

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@ public final class TargetingExpansionConfig extends com.google.api.client.json.G
4848
private java.lang.Boolean audienceExpansionSeedListExcluded;
4949

5050
/**
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`
5559
* The value may be {@code null}.
5660
*/
5761
@com.google.api.client.util.Key
@@ -96,21 +100,29 @@ public TargetingExpansionConfig setAudienceExpansionSeedListExcluded(java.lang.B
96100
}
97101

98102
/**
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`
103111
* @return value or {@code null} for none
104112
*/
105113
public java.lang.Boolean getEnableOptimizedTargeting() {
106114
return enableOptimizedTargeting;
107115
}
108116

109117
/**
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`
114126
* @param enableOptimizedTargeting enableOptimizedTargeting or {@code null} for none
115127
*/
116128
public TargetingExpansionConfig setEnableOptimizedTargeting(java.lang.Boolean enableOptimizedTargeting) {

clients/google-api-services-displayvideo/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-displayvideo</artifactId>
11-
<version>v3-rev20240919-2.0.0</version>
12-
<name>Display &amp; Video 360 API v3-rev20240919-2.0.0</name>
11+
<version>v3-rev20241003-2.0.0</version>
12+
<name>Display &amp; Video 360 API v3-rev20241003-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-displayvideo/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-displayvideo</artifactId>
25-
<version>v3-rev20240919-2.0.0</version>
25+
<version>v3-rev20241003-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20240919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-displayvideo:v3-rev20241003-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)