v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

Tracked applications - Update

Update applications that you're tracking by changing the app id, country, language and device

put/user/tracked_applications

Query parameters

idstring required

The id of the tracked application entry to be updated.<br/>The id can be found using the <a target="_blank" href="https://developers.apptweak.com/reference/tracked-applications-list">list endpoint<a/>

Request body

application_idstring

App ID to be tracked. <br/> <a href="https://developers.apptweak.com/reference/how-to-find-app-ids" target="_blank">How to find App IDs?</a>

countrystring

Two letter country code (ISO Alpha-2).<br/> <a target="_blank" href="https://developers.apptweak.com/reference/country-codes">See supported country/language combinations.<a/>

languagestring

Two letter language code. <br/><a target="_blank" href="https://developers.apptweak.com/reference/country-codes">See supported country/language combinations.<a/>

device'iphone' | 'ipad' | 'android'

The device for which the application will be tracked. <br/> Available options: <b>iphone</b>, <b>ipad</b>, <b>android</b>.

Response

200

Example response

{
  "result": {
    "id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a",
    "application_id": "com.king.candycrushsaga",
    "country": "be",
    "language": "fr",
    "device": "android",
    "created_at": "2024-09-09T11:07:17.208Z"
  },
  "metadata": {
    "request": {
      "path": "/api/public/apptweak/user/tracked_applications",
      "params": {
        "id": "1109fe6f-f828-44d0-bfe5-788fa014ff9a"
      },
      "cost": 1,
      "max_credit_cost": 1,
      "status": 200,
      "body": {
        "country": "be",
        "language": "fr"
      }
    }
  }
}