[[["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\u003eCreates a new custom bidding algorithm within Ads Data Hub, managed by the platform.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes an HTTP POST request to the specified endpoint for creation.\u003c/p\u003e\n"],["\u003cp\u003eRequires a parent customer resource name as a path parameter to specify the location.\u003c/p\u003e\n"],["\u003cp\u003eRequest and response bodies utilize the \u003ccode\u003eCustomBiddingAlgorithm\u003c/code\u003e object for data exchange.\u003c/p\u003e\n"],["\u003cp\u003eNeeds \u003ccode\u003eadsdatahub\u003c/code\u003e authorization scope for successful execution.\u003c/p\u003e\n"]]],["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"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates an Ads Data Hub-managed custom bidding algorithm.\n\nHTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/customBiddingAlgorithms`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resournce name, e.g. 'customers/123'. |\n\nRequest body\n\nThe request body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\nResponse body\n\nIf successful, the response body contains a newly created instance of [CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]