Required. The bidder for whom publisher connections will be rejected. 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 whom connection will be rejected. 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 reject 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 rejects multiple publisher connections for a specified bidder using a POST request."],["The request body requires a list of publisher names to reject connections for."],["A successful response includes a list of the publisher connections that were rejected."],["Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` scope."]]],[]]