- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- UserListView
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 |
Example filter: title = "user*" AND title = "*name*" AND -type = FREQUENCY_BASED AND createEmail = "creator@email.com" AND listSize > 10 AND populateTime > "2012-04-21T11:30:00-04:00" |
view |
Specifies which fields to include in each user list. |
showDeleted |
If set to true, deleted user lists will be included in the response. |
Request body
The request body must be empty.
Response body
Response to a userLists.list request. Contains the user lists managed by the specified Ads Data Hub customer.
If successful, the response body contains data with the following structure:
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
UserListView
Enum to indicate which fields to include in each user list returned by the [userLists.list] API.
Enums | |
---|---|
USER_LIST_VIEW_UNSPECIFIED |
The default / unset value. The API will default to the FULL view. |
BASIC |
Include fields except [recipientAdsDataLinks]. |
FULL |
Include everything. |