REST Resource: accountTypes.accounts.userListDirectLicenses

Resource: UserListDirectLicense

A user list direct license.

This feature is only available to data partners.

JSON representation
{
  "name": string,
  "userListDisplayName": string,
  "clientAccountDisplayName": string,
  "pricing": {
    object (UserListLicensePricing)
  },
  "historicalPricings": [
    {
      object (UserListLicensePricing)
    }
  ],
  "metrics": {
    object (UserListLicenseMetrics)
  },
  "userListId": string,
  "clientAccountType": enum (UserListLicenseClientAccountType),
  "clientAccountId": string,
  "status": enum (UserListLicenseStatus)
}
Fields
name

string

Identifier. The resource name of the user list direct license.

userListDisplayName

string

Output only. Name of the user list being licensed.

This field is read-only.

clientAccountDisplayName

string

Output only. Name of client customer which the user list is being licensed to.

This field is read-only.

pricing

object (UserListLicensePricing)

Optional. UserListDirectLicense pricing.

historicalPricings[]

object (UserListLicensePricing)

Output only. Pricing history of this user list license.

This field is read-only.

metrics

object (UserListLicenseMetrics)

Output only. Metrics related to this license

This field is read-only and only populated if the start and end dates are set in the userListDirectLicenses.list call

userListId

string (int64 format)

Immutable. ID of the user list being licensed.

clientAccountType

enum (UserListLicenseClientAccountType)

Immutable. Account type of client customer which the user list is being licensed to.

clientAccountId

string (int64 format)

Immutable. ID of client customer which the user list is being licensed to.

status

enum (UserListLicenseStatus)

Optional. Status of UserListDirectLicense - ENABLED or DISABLED.

UserListLicenseClientAccountType

Possible product of a client account for a user list license.

Enums
USER_LIST_LICENSE_CLIENT_ACCOUNT_TYPE_UNKNOWN Unknown.
USER_LIST_LICENSE_CLIENT_ACCOUNT_TYPE_GOOGLE_ADS Google Ads customer.
USER_LIST_LICENSE_CLIENT_ACCOUNT_TYPE_DISPLAY_VIDEO_PARTNER Display & Video 360 partner.
USER_LIST_LICENSE_CLIENT_ACCOUNT_TYPE_DISPLAY_VIDEO_ADVERTISER Display & Video 360 advertiser.

Methods

create

Creates a user list direct license.

get

Retrieves a user list direct license.

list

Lists all user list direct licenses owned by the parent account.

patch

Updates a user list direct license.