Method: customers.customBiddingAlgorithms.get
Recupera el algoritmo de ofertas personalizadas administrado de Ads Data Hub solicitado.
Solicitud HTTP
GET https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}
La URL usa la sintaxis de la transcodificación gRPC.
Parámetros de ruta de acceso
Parámetros |
name |
string
Obligatorio. Nombre completo del recurso, p.ej., 'customers/123/customBiddingAlgorithms/12345678.
|
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de CustomBiddingAlgorithm
.
Permisos de autorización
Requiere el siguiente alcance de OAuth:
https://www.googleapis.com/auth/adsdatahub
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2022-09-27 (UTC)
[null,null,["Última actualización: 2022-09-27 (UTC)"],[[["Retrieves a specific Ads Data Hub custom bidding algorithm using a GET request."],["Requires the `name` path parameter to identify the desired algorithm with its full resource name."],["An empty request body is necessary, and the response returns a `CustomBiddingAlgorithm` object if successful."],["Authorization necessitates the `https://www.googleapis.com/auth/adsdatahub` OAuth scope."]]],["The core content describes how to retrieve a custom bidding algorithm managed by Ads Data Hub. It utilizes a `GET` HTTP request to a specific URL with a required path parameter, `name`, representing the algorithm's full resource name. The request body must be empty. A successful request returns an instance of `CustomBiddingAlgorithm` within the response body. The request requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization.\n"]]