[[["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\u003eScores the last 30 days of impressions for custom bidding models.\u003c/p\u003e\n"],["\u003cp\u003eSends an empty POST request to \u003ccode\u003ehttps://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}:execute\u003c/code\u003e to initiate scoring.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an Operation object detailing the scoring process.\u003c/p\u003e\n"]]],["This document details the process of executing a custom bidding algorithm to score impressions. It uses a POST request to a specific URL, structured with gRPC Transcoding syntax. The URL's `name` parameter, a string, requires the full resource name of the custom bidding algorithm. The request body must be empty. A successful operation returns an instance of `Operation`, and authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. No request data is sent in the body.\n"],null,["# Method: customers.customBiddingAlgorithms.execute\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\nScores the last 30 days of impressions for the custom bidding models.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}:execute`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Full resource name of a custom bidding algorithm, e.g. 'customers/123/customBiddingAlgorithms/12345678. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/ads-data-hub/marketers/reference/rest/v1/operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]