[[["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."],[[["Remove a DV360 advertiser from a custom bidding algorithm's advertisers using the specified HTTP request."],["The request requires the full resource name of the custom bidding algorithm as a path parameter."],["Include the DV360 advertiser ID in the request body to specify the advertiser to remove."],["A successful request returns the updated CustomBiddingAlgorithm object."],["Authorization requires the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["The provided information outlines how to remove a DV360 advertiser from a custom bidding algorithm using an HTTP POST request to the Ads Data Hub API. The request URL includes a required `customBiddingAlgorithm` path parameter. The request body, in JSON format, requires a `dv360Advertiser` field specifying the advertiser's ID. A successful request returns an instance of `CustomBiddingAlgorithm`. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]