Regions

  • 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.

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.