[[["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\u003eThis endpoint allows rejection of a list of pending ads data links in batches, with a maximum of 100 links per batch.\u003c/p\u003e\n"],["\u003cp\u003eThe request must specify the parent customer resource name and an array of link resource names to be rejected.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the response includes an array of updated \u003ccode\u003eAdsDataLink\u003c/code\u003e objects representing the rejected links.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint utilizes a \u003ccode\u003ePOST\u003c/code\u003e request to the URL \u003ccode\u003ehttps://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchReject\u003c/code\u003e, employing gRPC Transcoding syntax.\u003c/p\u003e\n"]]],["This describes how to batch reject pending ads data links via a POST request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchReject`. The `parent` path parameter (e.g., 'customers/123') specifies the customer. The request body requires a JSON object containing an array `names[]` of up to 100 link resource names to reject. A successful response returns a JSON object containing `links[]` with updated link details. This process requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"],null,["# Method: customers.adsDataLinks.batchReject\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 - [JSON representation](#body.BatchRejectAdsDataLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReject a list of pending ads data links.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchReject`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resource name, e.g. 'customers/123'. All links to reject must be under this customer. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------|\n| ``` { \"names\": [ string ] } ``` |\n\n| Fields ||\n|-----------|------------------------------------------------------------------------------------------------------------------|\n| `names[]` | `string` Required. The resource names of the links to reject. A maximum of 100 links can be rejected in a batch. |\n\n### Response body\n\nResponse to a BatchUpdateAdsDataLinks request.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------|\n| ``` { \"links\": [ { object (/ads-data-hub/marketers/reference/rest/v1/customers.adsDataLinks#AdsDataLink) } ] } ``` |\n\n| Fields ||\n|-----------|-------------------------------------------------------------------------------------------------------------------------|\n| `links[]` | `object (`[AdsDataLink](/ads-data-hub/marketers/reference/rest/v1/customers.adsDataLinks#AdsDataLink)`)` Links updated. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]