Output only. Name of the user list that must follow the pattern buyers/{buyer}/userLists/{userList}, where {buyer} represents the account ID of the buyer who owns the user list. For a bidder accessing user lists on behalf of a child seat buyer, {buyer} represents the account ID of the child seat buyer. {userList} is an int64 identifier assigned by Google to uniquely identify a user list.
Request body
The request body contains an instance of UserList.
Response body
If successful, the response body contains an instance of UserList.
[[["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."],[[["Updates a given user list, specifically those with URL restrictions, using an HTTP PUT request."],["The request requires specifying the user list name using a specific pattern in the URL path."],["The request body and successful response both include a UserList object, providing details about the updated user list."],["Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope."]]],[]]