Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter.
Path parameters
Required. The ID of the custom bidding algorithm owns the script.
Query parameters
The ID of the advertiser that owns the parent custom bidding algorithm.
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.
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.
A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to ListCustomBiddingScripts method. If not specified, the first page of results will be returned.
The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.
Response
Successful response