Method: buyers.publisherProfiles.list

Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.

HTTP request

GET https://authorizedbuyersmarketplace.googleapis.com/v1/{parent=buyers/*}/publisherProfiles

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent that owns the collection of publisher profiles Format: buyers/{buyerId}

Query parameters

Parameters
pageSize

integer

Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.

pageToken

string

The page token as returned from a previous ListPublisherProfilesResponse.

filter

string

Optional query string using the Cloud API list filtering syntax.

Request body

The request body must be empty.

Response body

Response message for profiles visible to the buyer.

If successful, the response body contains data with the following structure:

JSON representation
{
  "publisherProfiles": [
    {
      object (PublisherProfile)
    }
  ],
  "nextPageToken": string
}
Fields
publisherProfiles[]

object (PublisherProfile)

The list of matching publisher profiles.

nextPageToken

string

Token to fetch the next page of results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/authorized-buyers-marketplace