Lists the user lists managed by the specified Ads Data Hub customer.
HTTP request
GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/userLists
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent customer resource name, e.g. 'customers/123'. |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of items to return. If 0, the server will determine the number of user lists to return. |
pageToken |
Page token, returned by a previous call, used to request the next page of results. |
filter |
Restrict which UserLists are returned. Currently only accepts filters on "type" which is matched against the UserList.type. See the UserListType enum for valid values. Example filters: type = REMARKETING type != FREQUENCY_BASED |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response to a userLists.list request. Contains the user lists managed by the specified Ads Data Hub customer.
JSON representation | |
---|---|
{
"userLists": [
{
object ( |
Fields | |
---|---|
userLists[] |
A list of user lists. |
nextPageToken |
A token that can be used to request the next results page. This field is empty if there are no additional results. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsdatahub