Method: customers.customBiddingAlgorithms.create

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

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

  • The request body needs to include an instance of CustomBiddingAlgorithm, and the successful response body will contain the newly created CustomBiddingAlgorithm instance.

  • Authorization for this action 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