Output only. Immutable. Name that uniquely identifies an Ads Data Hub custom bidding algorithm. It has the form customers/[customerId]/customBiddingAlgorithms/[customBiddingAlgorithmId]
[[["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\u003eThis operation updates an existing Ads Data Hub custom bidding algorithm using a PATCH request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eYou can partially update the algorithm's title and dv360AdvertiserId using the \u003ccode\u003eupdateMask\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain a \u003ccode\u003eCustomBiddingAlgorithm\u003c/code\u003e object with the desired updates.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the response will return the updated \u003ccode\u003eCustomBiddingAlgorithm\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["The provided information outlines how to update an Ads Data Hub-managed custom bidding algorithm using a `PATCH` request. The request URL structure is specified, including the `customBiddingAlgorithm.name` path parameter for identifying the algorithm. The `updateMask` query parameter is required to define which fields (`title`, `dv360AdvertiserId`) to update. The request body should contain a `CustomBiddingAlgorithm` instance, and a successful response will also include an updated `CustomBiddingAlgorithm`. This action requires the `https://www.googleapis.com/auth/adsdatahub` authorization scope.\n"],null,["# Method: customers.customBiddingAlgorithms.patch\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- [Authorization scopes](#body.aspect)\n\nUpdates the requested Ads Data Hub-managed custom bidding algorithm.\n\n### HTTP request\n\n`PATCH https://adsdatahub.googleapis.com/v1/{customBiddingAlgorithm.name=customers/*/customBiddingAlgorithms/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customBiddingAlgorithm.name` | `string` Output only. Immutable. Name that uniquely identifies an Ads Data Hub custom bidding algorithm. It has the form customers/\\[customerId\\]/customBiddingAlgorithms/\\[customBiddingAlgorithmId\\] |\n\n### Query parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. Field mask to support partial updates. Only the following paths may be updated via the API: - title - dv360AdvertiserId This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Response body\n\nIf successful, the response body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]