Union parameter accessor. Required. Identifies the DV360 entity that owns the parent custom bidding algorithm. It can be either a partner or an advertiser. accessor can be only one of the following:
[[["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 2025-01-09 UTC."],[[["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"]]