- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists publisher connections for a given bidder.
HTTP request
GET https://realtimebidding.googleapis.com/v1/{parent=bidders/*}/publisherConnections
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of the bidder for which publishers have initiated connections. The pattern for this resource is |
Query parameters
Parameters | |
---|---|
pageSize |
Requested page size. The server may return fewer results than requested (due to timeout constraint) even if more are available through another call. If unspecified, the server will pick an appropriate default. Acceptable values are 1 to 5000, inclusive. |
pageToken |
A token identifying a page of results the server should return. Typically, this is the value of |
filter |
Query string to filter publisher connections. Connections can be filtered by |
orderBy |
Order specification by which results should be sorted. If no sort order is specified, the results will be returned in alphabetic order based on the publisher's publisher code. Results can be sorted by |
Request body
The request body must be empty.
Response body
A response to a request for listing publisher connections.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"publisherConnections": [
{
object ( |
Fields | |
---|---|
publisherConnections[] |
The list of publisher connections. |
nextPageToken |
A token to retrieve the next page of results. Pass this value in the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/realtime-bidding