AI-generated Key Takeaways
-
This enum lists possible modes for CriterionCategoryLocaleAvailabilityMode.
-
UNSPECIFIED
andUNKNOWN
represent unspecified or unknown values respectively. -
ALL_LOCALES
means the category is available to campaigns of all locales. -
Other modes specify availability based on combinations of countries and languages, such as
COUNTRY_AND_ALL_LANGUAGES
,LANGUAGE_AND_ALL_COUNTRIES
, andCOUNTRY_AND_LANGUAGE
.
Enum containing the possible CriterionCategoryLocaleAvailabilityMode.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The category is available to campaigns of all locales. |
|
The category is available to campaigns within a list of countries, regardless of language. |
|
The category is available to campaigns within a list of languages, regardless of country. |
|
The category is available to campaigns within a list of country, language pairs. |