Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
UserListCustomerType
A user list customer type
Fields |
resource_name
|
string
Immutable. The resource name of the user list customer type User list customer type resource names have the form: customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}
|
user_list
|
string
Immutable. The resource name for the user list this user list customer type is associated with
|
customer_type_category
|
UserListCustomerTypeCategory
Immutable. The user list customer type category
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["User list customer type resource names follow a specific format: `customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}`."],["The user list customer type is associated with a specific user list, indicated by the `user_list` field."],["The `customer_type_category` field determines the category of the user list customer type using the UserListCustomerTypeCategory enum."]]],["The document describes the structure of a user list customer type. It includes three key fields: `resource_name`, which is a unique identifier for the user list customer type; `user_list`, which links the type to a specific user list; and `customer_type_category`, which specifies the category of the user list customer type, using an enumerated type. All fields are immutable after creation.\n"]]