v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13177414729.5 KB
customBiddingAlgorithms

Lists custom bidding scripts that belong to the given algorithm. The order is defined by the order_by parameter.

get/v4/customBiddingAlgorithms/{+customBiddingAlgorithmId}/scripts

Path parameters

customBiddingAlgorithmIdstring required

Required. The ID of the custom bidding algorithm owns the script.

Query parameters

advertiserIdstring

The ID of the advertiser that owns the parent custom bidding algorithm.

orderBystring

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.

pageSizeinteger

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.

pageTokenstring

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.

partnerIdstring

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