[[["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 operation approves a list of pending ads data links using a batch request."],["It requires a list of link resource names, with a maximum of 100 links per batch."],["The request must be authorized with the `https://www.googleapis.com/auth/adsdatahub` scope."],["Upon success, the response includes an array of the updated ads data links."],["The API endpoint for this operation is `POST https://adsdatahub.googleapis.com/v1/{parent=customers/*}/adsDataLinks:batchApprove`, where `{parent}` is the customer resource name."]]],["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"]]