adjust-icon

Create new link

Use this endpoint to create new links and sublinks for your app.

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

Create a new link or sublink associated to your app.

Parameters

Response parameters

Response format
{
"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"
}
  • Network = 1
  • Campaign = 2
  • Adgroup = 3
  • Creative = 4

Example