Regions
Region targeting data for app recovery action targeting.
JSON representation |
{
"regionCode": [
string
]
} |
Fields |
regionCode[] |
string
Regions targeted by the recovery action. Region codes are ISO 3166 Alpha-2 country codes. For example, US stands for United States of America. See https://www.iso.org/iso-3166-country-codes.html for the complete list of country codes.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-17 UTC.
[null,null,["Last updated 2024-12-17 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"]]