Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["This documentation details how to create a custom bidding algorithm within Ads Data Hub. A `POST` request is sent to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/customBiddingAlgorithms` using gRPC Transcoding. The `parent` path parameter, a customer resource name, is required. The request body includes a `CustomBiddingAlgorithm` instance. Upon success, the response body returns the newly created `CustomBiddingAlgorithm` instance. The process requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope for authorization.\n"]]