Required. The ID of the custom bidding algorithm to fetch.
Query parameters
Parameters
Union parameter accessor. Required. Identifies which DV360 entity the request is being made within. The Get request will only return a custom bidding algortihm entity that is accessible to the DV360 entity identified within the accessor. 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 2024-09-18 UTC."],[[["This page documents how to get a custom bidding algorithm using the Display & Video 360 API."],["The request requires specifying the `customBiddingAlgorithmId` as a path parameter."],["It's mandatory to include a query parameter (`partnerId` or `advertiserId`) to identify the DV360 entity accessing the algorithm."],["A successful response returns a `CustomBiddingAlgorithm` object containing the details of the requested algorithm."],["Users need the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization."]]],["The provided content outlines how to retrieve a custom bidding algorithm using the Display & Video 360 API. It utilizes a `GET` request with the URL structure `https://displayvideo.googleapis.com/v2/customBiddingAlgorithms/{customBiddingAlgorithmId}`. A required path parameter, `customBiddingAlgorithmId`, specifies the algorithm's ID. A query parameter `accessor` with either `partnerId` or `advertiserId` identifies the DV360 entity. The request body should be empty. A successful request returns a `CustomBiddingAlgorithm` instance, and requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]