CriterionCategoryLocaleAvailabilityMode

  • This enum lists possible modes for CriterionCategoryLocaleAvailabilityMode.

  • UNSPECIFIED and UNKNOWN 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, and COUNTRY_AND_LANGUAGE.

Enum containing the possible CriterionCategoryLocaleAvailabilityMode.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

ALL_LOCALES

The category is available to campaigns of all locales.

COUNTRY_AND_ALL_LANGUAGES

The category is available to campaigns within a list of countries, regardless of language.

LANGUAGE_AND_ALL_COUNTRIES

The category is available to campaigns within a list of languages, regardless of country.

COUNTRY_AND_LANGUAGE

The category is available to campaigns within a list of country, language pairs.