Required. The bidder for whom publisher connections will be approved. Format: bidders/{bidder} where {bidder} is the account ID of the bidder.
Request body
The request body contains data with the following structure:
JSON representation
{"names": [string]}
Fields
names[]
string
Required. The names of the publishers with which connections will be approved. In the pattern bidders/{bidder}/publisherConnections/{publisher} where {bidder} is the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID.
Response body
A response for the request to approve a batch of publisher connections.
If successful, the response body contains data with the following structure:
[[["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."],[[["Batch approves multiple publisher connections for a specified bidder using the provided publisher IDs."],["Requires a POST request to the specified endpoint with the bidder ID in the path."],["The request body should contain a JSON array of publisher connection names to be approved."],["Successful responses will include a list of approved publisher connections."],["Requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope for authorization."]]],[]]