Method: customers.customBiddingAlgorithms.create

  • This document outlines how to create an Ads Data Hub-managed custom bidding algorithm using a POST request.

  • The request requires a parent customer resource name as a path parameter.

  • The request body should contain an instance of CustomBiddingAlgorithm.

  • A successful response will contain a newly created instance of CustomBiddingAlgorithm.

  • Creating a custom bidding algorithm requires the https://www.googleapis.com/auth/adsdatahub OAuth scope.

Creates an Ads Data Hub-managed custom bidding algorithm.

HTTP request

POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/customBiddingAlgorithms

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent customer resournce name, e.g. 'customers/123'.

Request body

The request body contains an instance of CustomBiddingAlgorithm.

Response body

If successful, the response body contains a newly created instance of CustomBiddingAlgorithm.

Authorization scopes

Requires the following OAuth scope:

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