[[["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."],[[["Scores the last 30 days of impressions for custom bidding models."],["Sends an empty POST request to `https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}:execute` to initiate scoring."],["Requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization."],["A successful response returns an Operation object detailing the scoring process."]]],["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"]]