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.
[[["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.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003eadsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eSends a POST request to the specified endpoint with the algorithm details in the request body.\u003c/p\u003e\n"],["\u003cp\u003eReceives the newly created custom bidding algorithm details in the response if successful.\u003c/p\u003e\n"],["\u003cp\u003eUses the customer resource name as a path parameter to specify the parent.\u003c/p\u003e\n"]]],["This content outlines how to create a custom bidding algorithm within Ads Data Hub. It involves a `POST` HTTP request to a specific URL using gRPC Transcoding. The request requires a `parent` path parameter, representing a customer resource name. The request body must contain a `CustomBiddingAlgorithm` instance. A successful request returns a new `CustomBiddingAlgorithm` instance in the response body. The operation requires OAuth scope `https://www.googleapis.com/auth/adsdatahub`.\n"],null,["# Method: customers.customBiddingAlgorithms.create\n\n- [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\n### HTTP 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\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resournce name, e.g. 'customers/123'. |\n\n### Request body\n\nThe request body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [CustomBiddingAlgorithm](/ads-data-hub/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]