Required. The name of the parent buyer for the user lists to be returned that must follow the pattern buyers/{buyerAccountId}, where {buyerAccountId} represents the account ID of the buyer who owns user lists. For a bidder accessing user lists on behalf of a child seat buyer , {buyerAccountId} should represent the account ID of the child seat buyer.
Query parameters
Parameters
pageSize
integer
The number of results to return per page.
pageToken
string
Continuation page token as received from a previous response.
Request body
The request body must be empty.
Response body
The list user list response.
If successful, the response body contains data with the following structure:
The continuation page token to send back to the server in a subsequent request.
Due to a currently known issue, it is recommended that the caller keep invoking the list method until the time a next page token is not returned, even if the result set is empty.
[[["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 2025-01-31 UTC."],[[["Retrieves a list of user lists visible to the current user, including those owned by the parent buyer or a child seat buyer."],["The request can be customized with pagination parameters such as `pageSize` and `pageToken`."],["The response body includes an array of user lists and a `nextPageToken` for retrieving additional results."],["Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` scope."]]],["This document details how to retrieve a list of user lists. It uses a `GET` request to `https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/userLists`. The `parent` path parameter, a string, specifies the buyer's account ID. Query parameters `pageSize` and `pageToken` manage pagination. The request body is empty. The successful response body includes an array of `userLists` objects and a `nextPageToken` string for further pagination. This operation requires the `https://www.googleapis.com/auth/realtime-bidding` authorization scope.\n"]]