Skip to main content

Partner Configuration

This API specifies keys which are required for certain justtrack features. Without them, justtrack won't be able to successfully operate or integrate with partners.

info

A configuration key may appear for different features. You have to fill it every time.

List partner configurations

View the list of partner configurations for a requested feature.

POST /management/v1/partner-configurations

Request

{
"page": {
"offset": integer,
"limit": integer,
},
"filter": {
"feature": string,
"partnerId": integer,
}
}
NameTypeDescription
page.offsetuintNumber of partner configurations to skip for this filter
page.limituintMaximum number of partner configurations to return
filter.featurestring(Optional) The name of the feature
filter.partnerIduint(Optional) justtrack's identifier for the advertising partner

You can use the following values for filter.feature:

  • attribution
  • campaign
  • creative
  • spend-import
  • skad-postback
  • postback
  • tracking

Responses

200
{
"results": [
{
"features": []string,
"key": string,
"partnerId": integer
}
]
}
NameTypeDescription
features[]stringThe names of the features this key is required for
keystringThe name of the key
partnerIduintjusttrack's identifier for the advertising partner