Resource: UserList
Information about a UserList.
JSON representation | |
---|---|
{ "userListId": string, "name": string, "description": string, // Union field |
Fields | ||
---|---|---|
userListId |
The id of the user list. |
|
name |
Name of the user list. |
|
description |
Description of the user list. |
|
Union field list_owner . The customer that owns the list. Either a GoogleAds customer or an Ads Data Hub data customer. list_owner can be only one of the following: |
||
adwordsCustomerId |
Id of the Google Ads customer that owns the user list. |
|
adsDataCustomerId |
Linked Ads Data Hub customer ID associated with this user list. This ID must be specified as the adsDataCustomerId when executing queries using this user list. |
Methods |
|
---|---|
|
Creates a user list in Google Ads to be populated from ADH queries. |
|
Retrieves a Google Ads user list for the given user list id. |
|
Retrieves the Google Ads user lists associated with an Ads Data Hub customer. |