This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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."],[[["\u003cp\u003eExecutes a transient user list query and uploads results to a specified Google Ads user list.\u003c/p\u003e\n"],["\u003cp\u003eRequires providing the customer's resource name, the query to execute, execution parameters, and the target user list ID.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an operation name for tracking query completion status.\u003c/p\u003e\n"],["\u003cp\u003eMust have the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStartTransientUserListQuery\u003c/code\u003e is deprecated; use \u003ccode\u003eStartUserListQuery\u003c/code\u003e instead.\u003c/p\u003e\n"]]],["This outlines updating Ads Data Hub user lists via a PATCH request. The URL structure is defined using gRPC Transcoding syntax, with `userList.name` as a required path parameter. A `updateMask` query parameter dictates fields eligible for updating: `title`, `description`, and `recipientAdsDataLinks`. The request and response body use the `UserList` resource. Authorization requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"],null,["# Method: customers.userLists.patch\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nUpdates the requested Ads Data Hub-managed user list.\n\n### HTTP request\n\n`PATCH https://adsdatahub.googleapis.com/v1/{userList.name=customers/*/userLists/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `userList.name` | `string` Output only. Immutable. Name that uniquely identifies an Ads Data Hub user list. It has the form customers/\\[customerId\\]/userLists/\\[userListId\\] |\n\n### Query parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. Field mask to support partial updates. Only the following paths may be updated via the API: - title - description - recipientAdsDataLinks This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body contains an instance of [UserList](/ads-data-hub/reference/rest/v1/customers.userLists#UserList).\n\n### Response body\n\nIf successful, the response body contains an instance of [UserList](/ads-data-hub/reference/rest/v1/customers.userLists#UserList).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]