[[["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."],[[["\u003cp\u003eRemove a DV360 advertiser from a custom bidding algorithm's advertisers using the specified HTTP request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the full resource name of the custom bidding algorithm as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eInclude the DV360 advertiser ID in the request body to specify the advertiser to remove.\u003c/p\u003e\n"],["\u003cp\u003eA successful request returns the updated CustomBiddingAlgorithm object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["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"],null,["# Method: customers.customBiddingAlgorithms.removeAdvertiser\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nRemove a DV360 advertiser from the custom bidding algorithm's advertisers.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{customBiddingAlgorithm=customers/*/customBiddingAlgorithms/*}:removeAdvertiser`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| `customBiddingAlgorithm` | `string` Required. Full resource name of a custom bidding algorithm, e.g. 'customers/123/customBiddingAlgorithms/12345678. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------|\n| ``` { \"dv360Advertiser\": string } ``` |\n\n| Fields ||\n|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `dv360Advertiser` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Advertiser to remove from the custom bidding algorithm |\n\n### Response body\n\nIf successful, the response body contains an instance of [CustomBiddingAlgorithm](/ads-data-hub/marketers/reference/rest/v1/customers.customBiddingAlgorithms#CustomBiddingAlgorithm).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]