Required. Parent customer resource name, e.g. 'customers/123'.
Query parameters
Parameters
pageSize
integer
Maximum number of items to return. If 0, the server will determine the number of custom bidding algorithms to return.
pageToken
string
Page token, returned by a previous call, used to request the next page of results.
showDeleted
boolean
If set to true, deleted custom bidding algorithms will be included in the response.
filter
string
Example filter: title = "cba name" AND dv360PartnerId = 1 AND customBiddingQuery = "customers/744124092/customBiddingQueries/1a65fdb103db4e9e9e30085ce6381e26" AND deleteTime > "2012-04-21T11:30:00-04:00" AND createEmail = "creator@email.com"
Request body
The request body must be empty.
Response body
Response to a ListCustomBiddingAlgorithmsRequest. It contains custom bidding algorithms managed by the specified Ads Data Hub customer.
If successful, the response body contains data with the following structure:
[[["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."],[[["\u003cp\u003eLists custom bidding algorithms managed by a specified Ads Data Hub customer.\u003c/p\u003e\n"],["\u003cp\u003eAllows filtering by parameters like title, dv360PartnerId, customBiddingQuery, deleteTime, and createEmail.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination for retrieving large result sets using \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCan include deleted custom bidding algorithms in the response by setting \u003ccode\u003eshowDeleted\u003c/code\u003e to true.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This API endpoint retrieves a list of custom bidding algorithms for a specified Ads Data Hub customer. It uses a `GET` request with the customer ID as a path parameter (`parent`). Query parameters allow for filtering (`filter`), pagination (`pageSize`, `pageToken`), and including deleted algorithms (`showDeleted`). The request body is empty. The response includes an array of `customBiddingAlgorithms` and a `nextPageToken` for subsequent pages. Authorization requires the `adsdatahub` scope.\n"],null,["# Method: customers.customBiddingAlgorithms.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListCustomBiddingAlgorithmsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists the custom bidding algorithms managed by the specified Ads Data Hub customer.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/customBiddingAlgorithms`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resource name, e.g. 'customers/123'. |\n\n### Query parameters\n\n| Parameters ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Maximum number of items to return. If 0, the server will determine the number of custom bidding algorithms to return. |\n| `pageToken` | `string` Page token, returned by a previous call, used to request the next page of results. |\n| `showDeleted` | `boolean` If set to true, deleted custom bidding algorithms will be included in the response. |\n| `filter` | `string` Example filter: title = \"cba name\" AND dv360PartnerId = 1 AND customBiddingQuery = \"customers/744124092/customBiddingQueries/1a65fdb103db4e9e9e30085ce6381e26\" AND deleteTime \\\u003e \"2012-04-21T11:30:00-04:00\" AND createEmail = \"creator@email.com\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse to a ListCustomBiddingAlgorithmsRequest. It contains custom bidding algorithms managed by the specified Ads Data Hub customer.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"customBiddingAlgorithms\": [ { object (/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customBiddingAlgorithms[]` | `object (`[CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm)`)` A list of custom bidding algorithms |\n| `nextPageToken` | `string` A token that can be used to request the next results page. This field is empty if there are no additional results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]