--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-10-15。
[null,null,["最后更新时间 (UTC):2025-10-15。"],[],[]]