Create new tracker

Use this endpoint to create new trackers and subtrackers for your app.

Before you begin

To use this endpoint, you need an Adjust API token. Follow the instructions in the authentication guide to get your token.

Endpoint

https://api.adjust.com/public/v1/apps/{app_token}/trackers

POST request

Create a new tracker or subtracker associated to your app.

Parameters

ParameterData typeInDescription
app_token *StringPathYour app's 12 digit identifier.
name *StringBodyThe new tracker's name.
parent_tokenStringBodyThe name of the parent tracker. Only required if you are creating a subtracker.

Response

{
  "name": "String",
  "token": "String",
  "label": "String",
  "level": 1,
  "archived": false,
  "has_subtrackers": false,
  "partner_id": 3,
  "cost_data_enabled": false,
  "url": "String",
  "click_url": "String",
  "impression_url": "String",
 }

Fields

Example

Tracker

Subtracker