[[["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 operation approves a list of pending ads data links using a batch request.\u003c/p\u003e\n"],["\u003cp\u003eIt requires a list of link resource names, with a maximum of 100 links per batch.\u003c/p\u003e\n"],["\u003cp\u003eThe request must be authorized with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eUpon success, the response includes an array of the updated ads data links.\u003c/p\u003e\n"],["\u003cp\u003eThe API endpoint for this operation is \u003ccode\u003ePOST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchApprove\u003c/code\u003e, where \u003ccode\u003e{parent}\u003c/code\u003e is the customer resource name.\u003c/p\u003e\n"]]],["This document details the process of batch-approving pending ads data links via a `POST` request to the endpoint: `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchApprove`. The `parent` path parameter specifies the customer. The request body, in JSON, requires a list of `names` (link resource names) for up to 100 links. The response body, also in JSON, contains a list of the updated `links`. This process requires the OAuth scope `https://www.googleapis.com/auth/adsdatahub`.\n"],null,["# Method: customers.adsDataLinks.batchApprove\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.BatchApproveAdsDataLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nApprove a list of pending ads data links.\n\n### HTTP request\n\n`POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchApprove`\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 approve 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 approve. A maximum of 100 links can be approved 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`"]]