--- v21/errors/user_list_error.proto 2025-10-07 23:35:19.000000000 +0000 +++ v22/errors/user_list_error.proto 2025-10-07 23:35:28.000000000 +0000 @@ -143,5 +143,33 @@ // One or more invalid country codes are added to Lookalike UserList. INVALID_COUNTRY_CODES = 45; + + // The partner audience source is not supported for the user list type. + PARTNER_AUDIENCE_SOURCE_NOT_SUPPORTED_FOR_USER_LIST_TYPE = 47; + + // The commerce partner is only supported for COMMERCE_AUDIENCE. + COMMERCE_PARTNER_NOT_ALLOWED = 48; + + // The partner audience info is not supported for the user list type. + PARTNER_AUDIENCE_INFO_NOT_SUPPORTED_FOR_USER_LIST_TYPE = 49; + + // Manager account is not allowed to create this UserList. + PARTNER_MANAGER_ACCOUNT_DISALLOWED = 50; + + // This UserList can only be created by allowlisted partners. + PARTNER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA = 51; + + // The advertiser must accept the Terms of Service to create this UserList. + ADVERTISER_TOS_NOT_ACCEPTED = 52; + + // The advertiser must have an active link to the partner to create this + // UserList. + ADVERTISER_PARTNER_LINK_MISSING = 53; + + // This UserList can only be created for allowlisted advertisers. + ADVERTISER_NOT_ALLOWLISTED_FOR_THIRD_PARTY_PARTNER_DATA = 54; + + // This UserList is not allowed for this account type. + ACCOUNT_SETTING_TYPE_NOT_ALLOWED = 55; } }
/errors/user_list_error.proto
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-10-10 UTC.