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."],[[["This method updates an existing Ads Data Hub custom bidding algorithm using a PATCH request to a specific URL."],["Only the title and dv360AdvertiserId fields of the custom bidding algorithm can be updated, indicated through the 'updateMask' query parameter."],["The request body must contain the updated CustomBiddingAlgorithm object, following a defined structure."],["Successful execution returns the updated CustomBiddingAlgorithm object in the response body."],["Authorization for this operation necessitates the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],["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"]]