Regions
Данные о таргетинге на регион для таргетинга действий по восстановлению приложений.
JSON-представление |
---|
{
"regionCode": [
string
]
} |
Поля |
---|
region Code[] | string Регионы, на которые направлены действия по восстановлению. Коды регионов — это коды стран ISO 3166 Alpha-2. Например, США означает Соединенные Штаты Америки. См. https://www.iso.org/iso-3166-country-codes.html для получения полного списка кодов стран. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-12-18 UTC.
[null,null,["Последнее обновление: 2024-12-18 UTC."],[[["Region targeting data is used for app recovery action targeting."],["The data is represented in JSON format using the `regionCode` field."],["`regionCode` contains an array of ISO 3166 Alpha-2 country codes specifying targeted regions."],["Developers can refer to the provided ISO website for a complete list of country codes."]]],["The content describes region targeting for app recovery actions using a JSON format. The JSON structure utilizes the key \"regionCode,\" which contains an array of strings. Each string within the array represents a region code, specifically ISO 3166 Alpha-2 country codes. These codes, like \"US\" for the United States, determine the specific regions where the recovery action will be applied. A link for a full list of region codes is provided.\n"]]