This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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 outlines the process for adding a DV360 advertiser to a custom bidding algorithm's advertisers via an HTTP POST request."],["The request requires a path parameter specifying the custom bidding algorithm's resource name and a request body containing the DV360 advertiser ID."],["Successful requests will return the updated CustomBiddingAlgorithm object."],["This operation requires authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["The core action is adding a DV360 advertiser to a custom bidding algorithm. This is achieved via a `POST` HTTP request to a specified URL, including a required `customBiddingAlgorithm` path parameter. The request body requires a JSON structure containing the `dv360Advertiser` ID. A successful response returns an instance of the `CustomBiddingAlgorithm`. The request must include the authorization scope `https://www.googleapis.com/auth/adsdatahub`.\n"]]