---
title: "Tracked applications - Update"
method: PUT
path: "/user/tracked_applications"
---

# Tracked applications - Update

`PUT /user/tracked_applications`

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

## Query parameters

- `id` string, required

## Request body

- object
  - `application_id` string — 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>
  - `country` string — 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/>
  - `language` string — 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`

200

- object
  - `result` object
    - `id` string
    - `application_id` string
    - `country` string
    - `language` string
    - `device` string
    - `created_at` string
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `id` string
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
      - `body` object
        - `country` string
        - `language` string
    - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
