Required. The ID of the custom bidding algorithm owns the script.
Query parameters
Parameters
pageSize
integer
Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of nextPageToken returned from the previous call to scripts.list method. If not specified, the first page of results will be returned.
orderBy
string
Field by which to sort the list. Acceptable values are:
createTime desc (default)
The default sorting order is descending. To specify ascending order for a field, the suffix "desc" should be removed. Example: createTime.
Union parameter accessor. Required. Identifies the DV360 entity that owns the parent custom bidding algorithm. It can be either a partner or an advertiser. accessor can be only one of the following:
A token to retrieve the next page of results. Pass this value in the pageToken field in the subsequent call to ListCustomBiddingScriptsRequest method to retrieve the next page of results. If this field is null, it means this is the last page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Lists custom bidding scripts that belong to a given algorithm, ordered by the `orderBy` parameter."],["Uses the `GET` method and requires specifying the `customBiddingAlgorithmId` as a path parameter."],["Allows filtering by `partnerId` or `advertiserId` to identify the owner of the parent custom bidding algorithm."],["Supports pagination with `pageSize` and `pageToken` parameters to retrieve results in chunks."],["Requires the `https://www.googleapis.com/auth/display-video` authorization scope for access."]]],[]]