[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-02-25 (世界標準時間)。"],[[["Creates a new rules resource associated with a custom bidding algorithm, returning the resource upon successful creation."],["Utilizes an HTTP POST request to a specific endpoint, including the custom bidding algorithm ID in the path."],["Requires specifying the owning entity (partner or advertiser) using query parameters."],["The request body should contain a CustomBiddingAlgorithmRules object, defining the rules to be created."],["Successful responses will contain the newly created CustomBiddingAlgorithmRules object."]]],["This describes creating a new rules resource for a custom bidding algorithm. A `POST` request to `https://displayvideo.googleapis.com/v3/customBiddingAlgorithms/{customBiddingAlgorithmId}/rules` is used. The `customBiddingAlgorithmId` is required in the path. The `owner` parameter, specifying the owning partner or advertiser ID, is required. The request body must include a `CustomBiddingAlgorithmRules` instance, and a successful request will return a newly created `CustomBiddingAlgorithmRules` instance in the response. Requests to update custom bidding algorithms assigned to line items will return an error after April 1, 2025. The process requires `https://www.googleapis.com/auth/display-video` authorization.\n"]]