[[["容易理解","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 (世界標準時間)。"],[[["This request retrieves a specific custom bidding algorithm rule using its ID and the ID of its parent custom bidding algorithm."],["To identify the owner, you must specify either the partner ID or the advertiser ID using the `accessor` parameter."],["The request doesn't require a body and the response includes the details of the custom bidding algorithm rules."],["To authorize, you need the `https://www.googleapis.com/auth/display-video` scope."]]],["This document outlines the process for retrieving a rules resource using a GET request. The request URL includes the `customBiddingAlgorithmId` and `customBiddingAlgorithmRulesId` as path parameters, both requiring integer IDs. A union query parameter, `accessor`, is also required, specifying either a `partnerId` or `advertiserId`. The request body must be empty. Successful requests return a `CustomBiddingAlgorithmRules` instance in the response body. The `display-video` OAuth scope is required.\n"]]