- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- UserListGlobalLicenseCustomerInfo
- Try it!
Lists all customer info for a user list global license.
This feature is only available to data partners.
HTTP request
GET https://datamanager.googleapis.com/v1/{parent=accountTypes/*/accounts/*/userListGlobalLicenses/*}/userListGlobalLicenseCustomerInfos
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The global license whose customer info are being queried. Should be in the format |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. A filter string to apply to the list request. All fields need to be on the left hand side of each condition (for example: Supported Operations:
Unsupported Fields:
|
pageSize |
Optional. The maximum number of licenses to return. The service may return fewer than this value. If unspecified, at most 50 licenses will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response from the [ListUserListGlobalLicensesCustomerInfoRequest][google.ads.datamanager.v1.ListUserListGlobalLicensesCustomerInfoRequest].
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"userListGlobalLicenseCustomerInfos": [
{
object ( |
| Fields | |
|---|---|
userListGlobalLicenseCustomerInfos[] |
The customer information for the given license in the request. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/datamanager
UserListGlobalLicenseCustomerInfo
Information about a customer of a user list global license. This will automatically be created by the system when a customer purchases a global license.
| JSON representation |
|---|
{ "name": string, "userListId": string, "userListDisplayName": string, "licenseType": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the user list global license customer. |
userListId |
Output only. ID of the user list being licensed. |
userListDisplayName |
Output only. Name of the user list being licensed. |
licenseType |
Output only. Product type of client customer which the user list is being licensed to. |
status |
Output only. Status of UserListDirectLicense - ENABLED or DISABLED. |
pricing |
Output only. UserListDirectLicense pricing. |
clientAccountType |
Output only. Product type of client customer which the user list is being licensed to. |
clientAccountId |
Output only. ID of client customer which the user list is being licensed to. |
clientAccountDisplayName |
Output only. Name of client customer which the user list is being licensed to. |
historicalPricings[] |
Output only. Pricing history of this user list license. |
metrics |
Output only. Metrics related to this license This field is only populated if the start and end dates are set in the userListGlobalLicenseCustomerInfos.list call. |