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,[]]