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."],[[["Creates a new Ads Data Hub user list within a specified parent resource."],["Utilizes an HTTP POST request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userLists` with gRPC Transcoding."],["Requires a request body containing a UserList object and provides a UserList object as a response upon successful creation."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."]]],["This outlines the creation of an Ads Data Hub-managed user list. A `POST` request is sent to the specified URL, including the required `parent` parameter (customer ID) in the path. The request body contains a `UserList` instance. Upon success, the response body returns the newly created `UserList`. Authorization for this operation requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope. The request follows gRPC Transcoding syntax.\n"]]