Optional unique identifier (from the standpoint of an Ad Exchange sponsor buyer partner) of the client to return. If specified, at most one client will be returned in the response.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
A token to retrieve the next page of results. Pass this value in the ListClientsRequest.pageToken field in the subsequent call to the accounts.clients.list method to retrieve the next page of results.
[[["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 document details how to list clients for a sponsor buyer using the `GET` method with the URL `https://adexchangebuyer.googleapis.com/v2beta1/accounts/{accountId}/clients`. It requires the `accountId` path parameter and allows optional `pageSize`, `pageToken`, and `partnerClientId` query parameters. The request body must be empty. The response includes a list of client objects and a `nextPageToken` for pagination. Requires authorization scope: `https://www.googleapis.com/auth/adexchange.buyer`.\n"]]