[[["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."],[[["Creates a new custom bidding algorithm within Ads Data Hub, managed by the platform."],["Utilizes an HTTP POST request to the specified endpoint for creation."],["Requires a parent customer resource name as a path parameter to specify the location."],["Request and response bodies utilize the `CustomBiddingAlgorithm` object for data exchange."],["Needs `adsdatahub` authorization scope for successful execution."]]],["This documentation details how to create a custom bidding algorithm within Ads Data Hub. A `POST` request is sent to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/customBiddingAlgorithms` using gRPC Transcoding. The `parent` path parameter, a customer resource name, is required. The request body includes a `CustomBiddingAlgorithm` instance. Upon success, the response body returns the newly created `CustomBiddingAlgorithm` instance. The process requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization.\n"]]