--- v21/errors/user_list_error.proto 2025-08-06 17:20:29.000000000 +0000 +++ v22/errors/user_list_error.proto 2025-10-07 23:21:47.000000000 +0000 @@ -1,147 +1,175 @@ // Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto3"; -package google.ads.googleads.v21.errors; +package google.ads.googleads.v22.errors; -option csharp_namespace = "Google.Ads.GoogleAds.V21.Errors"; -option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v21/errors;errors"; +option csharp_namespace = "Google.Ads.GoogleAds.V22.Errors"; +option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v22/errors;errors"; option java_multiple_files = true; option java_outer_classname = "UserListErrorProto"; -option java_package = "com.google.ads.googleads.v21.errors"; +option java_package = "com.google.ads.googleads.v22.errors"; option objc_class_prefix = "GAA"; -option php_namespace = "Google\\Ads\\GoogleAds\\V21\\Errors"; -option ruby_package = "Google::Ads::GoogleAds::V21::Errors"; +option php_namespace = "Google\\Ads\\GoogleAds\\V22\\Errors"; +option ruby_package = "Google::Ads::GoogleAds::V22::Errors"; // Proto file describing user list errors. // Container for enum describing possible user list errors. message UserListErrorEnum { // Enum describing possible user list errors. enum UserListError { // Enum unspecified. UNSPECIFIED = 0; // The received error code is not known in this version. UNKNOWN = 1; // Creating and updating external remarketing user lists is not supported. EXTERNAL_REMARKETING_USER_LIST_MUTATE_NOT_SUPPORTED = 2; // Concrete type of user list is required. CONCRETE_TYPE_REQUIRED = 3; // Creating/updating user list conversion types requires specifying the // conversion type Id. CONVERSION_TYPE_ID_REQUIRED = 4; // Remarketing user list cannot have duplicate conversion types. DUPLICATE_CONVERSION_TYPES = 5; // Conversion type is invalid/unknown. INVALID_CONVERSION_TYPE = 6; // User list description is empty or invalid. INVALID_DESCRIPTION = 7; // User list name is empty or invalid. INVALID_NAME = 8; // Type of the UserList does not match. INVALID_TYPE = 9; // Embedded logical user lists are not allowed. CAN_NOT_ADD_LOGICAL_LIST_AS_LOGICAL_LIST_OPERAND = 10; // User list rule operand is invalid. INVALID_USER_LIST_LOGICAL_RULE_OPERAND = 11; // Name is already being used for another user list for the account. NAME_ALREADY_USED = 12; // Name is required when creating a new conversion type. NEW_CONVERSION_TYPE_NAME_REQUIRED = 13; // The given conversion type name has been used. CONVERSION_TYPE_NAME_ALREADY_USED = 14; // Only an owner account may edit a user list. OWNERSHIP_REQUIRED_FOR_SET = 15; // Creating user list without setting type in oneof user_list field, or // creating/updating read-only user list types is not allowed. USER_LIST_MUTATE_NOT_SUPPORTED = 16; // Rule is invalid. INVALID_RULE = 17; // The specified date range is empty. INVALID_DATE_RANGE = 27; // A UserList which is privacy sensitive or legal rejected cannot be mutated // by external users. CAN_NOT_MUTATE_SENSITIVE_USERLIST = 28; // Maximum number of rulebased user lists a customer can have. MAX_NUM_RULEBASED_USERLISTS = 29; // BasicUserList's billable record field cannot be modified once it is set. CANNOT_MODIFY_BILLABLE_RECORD_COUNT = 30; // crm_based_user_list.app_id field must be set when upload_key_type is // MOBILE_ADVERTISING_ID. APP_ID_NOT_SET = 31; // Name of the user list is reserved for system generated lists and cannot // be used. USERLIST_NAME_IS_RESERVED_FOR_SYSTEM_LIST = 32; // Advertiser needs to be on the allow-list to use remarketing lists created // from advertiser uploaded data (for example, Customer Match lists). ADVERTISER_NOT_ON_ALLOWLIST_FOR_USING_UPLOADED_DATA = 37; // The provided rule_type is not supported for the user list. RULE_TYPE_IS_NOT_SUPPORTED = 34; // Similar user list cannot be used as a logical user list operand. CAN_NOT_ADD_A_SIMILAR_USERLIST_AS_LOGICAL_LIST_OPERAND = 35; // Logical user list should not have a mix of CRM based user list and other // types of lists in its rules. CAN_NOT_MIX_CRM_BASED_IN_LOGICAL_LIST_WITH_OTHER_LISTS = 36; // crm_based_user_list.app_id field can only be set when upload_key_type is // MOBILE_ADVERTISING_ID. APP_ID_NOT_ALLOWED = 39; // Google system generated user lists cannot be mutated. CANNOT_MUTATE_SYSTEM_LIST = 40; // The mobile app associated with the remarketing list is sensitive. MOBILE_APP_IS_SENSITIVE = 41; // One or more given seed lists do not exist. SEED_LIST_DOES_NOT_EXIST = 42; // One or more given seed lists are not accessible to the current user. INVALID_SEED_LIST_ACCESS_REASON = 43; // One or more given seed lists have an unsupported type. INVALID_SEED_LIST_TYPE = 44; // 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。"],[],[]]