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.
Es obligatorio. Es el ID del algoritmo de ofertas personalizadas al que pertenece el recurso de reglas.
Parámetros de consulta
Parámetros
Parámetro de unión owner. Es obligatorio. Identifica la entidad de DV360 a la que pertenece el algoritmo de ofertas personalizadas superior. Puede ser un socio o un anunciante. Las direcciones (owner) solo pueden ser una de las siguientes opciones:
[[["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: 2025-02-25 (UTC)"],[[["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"]]