Method: customers.customBiddingAlgorithms.get

  • This document provides a reference for retrieving a specific Ads Data Hub-managed custom bidding algorithm.

  • The method uses an HTTP GET request to a specified URL containing the customer and algorithm identifiers.

  • The request requires a name path parameter in the format customers/*/customBiddingAlgorithms/*.

  • The request body must be empty, and a successful response contains a CustomBiddingAlgorithm instance.

  • The request requires the https://www.googleapis.com/auth/adsdatahub OAuth scope for authorization.

Retrieves the requested Ads Data Hub-managed custom bidding algorithm.

HTTP request

GET https://adsdatahub.googleapis.com/v1/{name=customers/*/customBiddingAlgorithms/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Full resource name, e.g. 'customers/123/customBiddingAlgorithms/12345678.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of CustomBiddingAlgorithm.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsdatahub