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 operation updates an existing Ads Data Hub custom bidding algorithm using a PATCH request to a specific URL."],["You can partially update the algorithm's title and dv360AdvertiserId using the `updateMask` query parameter."],["The request body should contain a `CustomBiddingAlgorithm` object with the desired updates."],["Upon successful execution, the response will return the updated `CustomBiddingAlgorithm` object."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["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"]]