Anuncios gráficos y La API de Video 360 v2 dejará de estar disponible. Utiliza Display & API de Video 360 v3 en su lugar. Para obtener instrucciones de migración de v2 a v3, consulta nuestra guía de migración.
Obligatorio. El ID del algoritmo de ofertas personalizadas que se recuperará.
Parámetros de consulta
Parámetros
Es el parámetro de unión accessor. Obligatorio. Identifica en qué entidad de DV360 se realiza la solicitud. La solicitud Get solo mostrará una entidad del algoritmo de ofertas personalizadas que sea accesible para la entidad de DV360 identificada en accessor. accessor puede ser solo uno de los siguientes:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-06-11 (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"]]