Skip to content

Commit 2d8053d

Browse files
1 parent 4aaf10b commit 2d8053d

4 files changed

Lines changed: 32 additions & 21 deletions

File tree

src/DisplayVideo/Resource/CustomBiddingAlgorithms.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ public function listCustomBiddingAlgorithms($optParams = [])
113113
}
114114
/**
115115
* Updates an existing custom bidding algorithm. Returns the updated custom
116-
* bidding algorithm if successful. (customBiddingAlgorithms.patch)
116+
* bidding algorithm if successful. *Warning*: Starting **April 1, 2025**,
117+
* requests updating custom bidding algorithms that are assigned to line items
118+
* will return an error. [Read more about this announced change](/display-
119+
* video/api/deprecations#features.custom_bidding_floodlight).
120+
* (customBiddingAlgorithms.patch)
117121
*
118122
* @param string $customBiddingAlgorithmId Output only. The unique ID of the
119123
* custom bidding algorithm. Assigned by the system.

src/DisplayVideo/Resource/CustomBiddingAlgorithmsRules.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ class CustomBiddingAlgorithmsRules extends \Google\Service\Resource
3232
{
3333
/**
3434
* Creates a new rules resource. Returns the newly created rules resource if
35-
* successful. (rules.create)
35+
* successful. *Warning*: Starting **April 1, 2025**, requests updating custom
36+
* bidding algorithms that are assigned to line items will return an error.
37+
* [Read more about this announced change](/display-
38+
* video/api/deprecations#features.custom_bidding_floodlight). (rules.create)
3639
*
3740
* @param string $customBiddingAlgorithmId Required. The ID of the custom
3841
* bidding algorithm that owns the rules resource.

src/DisplayVideo/Resource/CustomBiddingAlgorithmsScripts.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ class CustomBiddingAlgorithmsScripts extends \Google\Service\Resource
3232
{
3333
/**
3434
* Creates a new custom bidding script. Returns the newly created script if
35-
* successful. (scripts.create)
35+
* successful. *Warning*: Starting **April 1, 2025**, requests updating custom
36+
* bidding algorithms that are assigned to line items will return an error.
37+
* [Read more about this announced change](/display-
38+
* video/api/deprecations#features.custom_bidding_floodlight). (scripts.create)
3639
*
3740
* @param string $customBiddingAlgorithmId Required. The ID of the custom
3841
* bidding algorithm that owns the script.

src/DisplayVideo/Resource/FirstPartyAndPartnerAudiences.php

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,26 +98,27 @@ public function get($firstPartyAndPartnerAudienceId, $optParams = [])
9898
*
9999
* @opt_param string advertiserId The ID of the advertiser that has access to
100100
* the fetched first party and partner audiences.
101-
* @opt_param string filter Allows filtering by first party and partner audience
102-
* fields. Supported syntax: * Filter expressions for first party and partner
103-
* audiences can only contain at most one restriction. * A restriction has the
104-
* form of `{field} {operator} {value}`. * All fields must use the `HAS (:)`
105-
* operator. Supported fields: * `displayName` Examples: * All first party and
106-
* partner audiences for which the display name contains "Google":
107-
* `displayName:"Google"`. The length of this field should be no more than 500
108-
* characters. Reference our [filter `LIST` requests](/display-
101+
* @opt_param string filter Optional. Allows filtering by first party and
102+
* partner audience fields. Supported syntax: * Filter expressions for first
103+
* party and partner audiences can only contain at most one restriction. * A
104+
* restriction has the form of `{field} {operator} {value}`. * All fields must
105+
* use the `HAS (:)` operator. Supported fields: * `displayName` Examples: * All
106+
* first party and partner audiences for which the display name contains
107+
* "Google": `displayName:"Google"`. The length of this field should be no more
108+
* than 500 characters. Reference our [filter `LIST` requests](/display-
109109
* video/api/guides/how-tos/filters) guide for more information.
110-
* @opt_param string orderBy Field by which to sort the list. Acceptable values
111-
* are: * `FirstPartyAndPartnerAudienceId` (default) * `displayName` The default
112-
* sorting order is ascending. To specify descending order for a field, a suffix
113-
* "desc" should be added to the field name. Example: `displayName desc`.
114-
* @opt_param int pageSize Requested page size. Must be between `1` and `5000`.
115-
* If unspecified, this value defaults to `5000`. Returns error code
110+
* @opt_param string orderBy Optional. Field by which to sort the list.
111+
* Acceptable values are: * `FirstPartyAndPartnerAudienceId` (default) *
112+
* `displayName` The default sorting order is ascending. To specify descending
113+
* order for a field, a suffix "desc" should be added to the field name.
114+
* Example: `displayName desc`.
115+
* @opt_param int pageSize Optional. Requested page size. Must be between `1`
116+
* and `5000`. If unspecified, this value defaults to `5000`. Returns error code
116117
* `INVALID_ARGUMENT` if an invalid value is specified.
117-
* @opt_param string pageToken A token identifying a page of results the server
118-
* should return. Typically, this is the value of next_page_token returned from
119-
* the previous call to `ListFirstPartyAndPartnerAudiences` method. If not
120-
* specified, the first page of results will be returned.
118+
* @opt_param string pageToken Optional. A token identifying a page of results
119+
* the server should return. Typically, this is the value of next_page_token
120+
* returned from the previous call to `ListFirstPartyAndPartnerAudiences`
121+
* method. If not specified, the first page of results will be returned.
121122
* @opt_param string partnerId The ID of the partner that has access to the
122123
* fetched first party and partner audiences.
123124
* @return ListFirstPartyAndPartnerAudiencesResponse

0 commit comments

Comments
 (0)