Method: customers.userLists.patchStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
This page details how to update an Ads Data Hub-managed user list using a PATCH HTTP request.
The request uses a specific URL structure including a path parameter for the user list name and a required query parameterupdateMaskto specify fields for partial updates.
The request and response bodies contain instances of a UserList object.
The operation requires thehttps://www.googleapis.com/auth/adsdatahubOAuth scope for authorization.
[[["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 updating an Ads Data Hub-managed user list via a `PATCH` HTTP request to a specific URL using gRPC Transcoding syntax. The URL requires the `userList.name` path parameter. The `updateMask` query parameter is mandatory for partial updates, specifying updatable fields like `title`, `description`, or `recipientAdsDataLinks`. The request and response bodies utilize the `UserList` resource. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"]]