You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/DisplayVideo.java
+18-25Lines changed: 18 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -18927,9 +18927,8 @@ public List set(String parameterName, Object value) {
18927
18927
}
18928
18928
/**
18929
18929
* Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/ConversionCountingConfig.java
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,9 @@ public final class ConversionCountingConfig extends com.google.api.client.json.G
34
34
/**
35
35
* The Floodlight activity configs used to track conversions. The number of conversions counted is
36
36
* the sum of all of the conversions counted by all of the Floodlight activity IDs specified in
37
-
* this field. *Warning*: Starting **April 1, 2025**, this field will no longer be writable while
38
-
* a custom bidding algorithm is assigned to the line item. If you set this field and assign a
39
-
* custom bidding algorithm in the same request, the floodlight activities must match the ones
40
-
* used by the custom bidding algorithm. [Read more about this announced change](/display-
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/FirstAndThirdPartyAudience.java
+12-27Lines changed: 12 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -150,15 +150,10 @@ public final class FirstAndThirdPartyAudience extends com.google.api.client.json
150
150
privatejava.lang.LonggmailAudienceSize;
151
151
152
152
/**
153
-
* The duration in days that an entry remains in the audience after the qualifying event. If the
154
-
* audience has no expiration, set the value of this field to 10000. Otherwise, the set value must
155
-
* be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This
156
-
* field is required if one of the following audience_type is used: *
157
-
* `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` *Warning*: Starting on **April 7,
158
-
* 2025**, audiences will no longer be able to have infinite membership duration. This field will
159
-
* no longer accept the value 10000 and all audiences with membership durations greater than 540
160
-
* days will be updated to a membership duration of 540 days. [Read more about this announced
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/LineItem.java
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,7 @@ public final class LineItem extends com.google.api.client.json.GenericJson {
59
59
privatejava.lang.LongcampaignId;
60
60
61
61
/**
62
-
* The conversion tracking setting of the line item. *Warning*: Starting **April 1, 2025**, the
63
-
* floodlight_activity_configs field will no longer be writable while a custom bidding algorithm
64
-
* is assigned to the line item. If you set this field and assign a custom bidding algorithm in
65
-
* the same request, the floodlight activities must match the ones used by the custom bidding
66
-
* algorithm. [Read more about this announced change](/display-
Copy file name to clipboardExpand all lines: clients/google-api-services-displayvideo/v3/2.0.0/com/google/api/services/displayvideo/v3/model/MaximizeSpendBidStrategy.java
+9-15Lines changed: 9 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,9 @@ public final class MaximizeSpendBidStrategy extends com.google.api.client.json.G
33
33
34
34
/**
35
35
* The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when
36
-
* performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
37
-
* *Warning*: Starting **April 1, 2025**, assigning a custom bidding algorithm that uses
38
-
* floodlight activities not identified in floodlightActivityConfigs will return an error. [Read
0 commit comments