This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
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 method updates an existing Ads Data Hub custom bidding algorithm using a PATCH request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eOnly the title and dv360AdvertiserId fields of the custom bidding algorithm can be updated, indicated through the 'updateMask' query parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain the updated CustomBiddingAlgorithm object, following a defined structure.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful execution returns the updated CustomBiddingAlgorithm object in the response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation necessitates the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["The provided information outlines how to update an Ads Data Hub-managed custom bidding algorithm using a `PATCH` HTTP request to a specific URL. The request includes a required path parameter, `customBiddingAlgorithm.name`, and a mandatory query parameter, `updateMask`, for partial updates, specifying editable fields like \"title\" and \"dv360AdvertiserId\". The request body must contain an instance of `CustomBiddingAlgorithm`, and a successful response will also return an instance of `CustomBiddingAlgorithm`. This operation requires the `https://www.googleapis.com/auth/adsdatahub` OAuth 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/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Response body\n\nIf successful, the response body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]