--- v23/errors/criterion_error.proto 2026-06-18 21:38:48.000000000 +0000 +++ v24/errors/criterion_error.proto 2026-06-18 21:38:54.000000000 +0000 @@ -587,5 +587,18 @@ // The dimension of the Vertical Ads Item Group Rule criterion is not // supported for the shared set vertical type. VERTICAL_ADS_ITEM_GROUP_RULE_NOT_SUPPORTED_FOR_THE_VERTICAL_TYPE = 183; + + // A RetailTag references a RetailFilterExpression name that does not exist. + RETAIL_FILTER_EXPRESSION_DOES_NOT_EXIST = 184; + + // A RetailFilterExpression cannot be removed as it is still referenced by + // Tags. + RETAIL_FILTER_TAGS_REFERRING_TO_EXPRESSION = 185; + + // Cannot exclude all demographic targets. + CANNOT_EXCLUDE_ALL_TARGETS = 186; + + // The criterion is not allowed to be targeted for the language. + CANNOT_TARGET_LANGUAGE = 187; } }
/errors/criterion_error.proto
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2026-06-24 UTC.