--- v22/errors/criterion_error.proto 2026-01-23 15:36:20.000000000 +0000 +++ v23/errors/criterion_error.proto 2026-01-23 15:36:27.000000000 +0000 @@ -562,5 +562,26 @@ // The user list cannot be used while it is pending privacy review. CANNOT_ADD_USER_LIST_PENDING_PRIVACY_REVIEW = 178; + + // The referenced Vertical Ads item group rule list shared set does not + // exist. + VERTICAL_ADS_ITEM_GROUP_RULE_LIST_DOES_NOT_EXIST = 179; + + // Cannot add Vertical Ads Item Group Rule List with deleted shared set. + CANNOT_ADD_REMOVED_VERTICAL_ADS_ITEM_GROUP_RULE_LIST_SHARED_SET = 180; + + // Vertical Ads Item Group Rule List is not supported for campaigns that do + // not have an active travel feed. + VERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_ENABLED_TRAVEL_FEED = + 181; + + // Vertical Ads Item Group Rule List is not supported for campaigns that do + // not have AI max enabled. + VERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_AI_MAX = + 182; + + // 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; } }
/errors/criterion_error.proto
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2026-01-28 UTC.