Campaign API

Use the Campaign API to get link, sublink, and partner information. Create new links and update existing links with new partner information.

How it works

  1. Authenticate your calls

To use the Campaign API endpoints, you first need to get your Adjust API token. Follow the instructions in the Authentication article to find out how to use this token with the API.

  1. Fetch a list of network links associated with your app

Use the trackers endpoint to fetch details about any links associated with your app. You can fetch a list of top-level links or a list of sublinks.

  1. Create new network links

You can add new links to your app by sending a POST request to the trackers endpoint. This endpoint supports creating top-level links and sublinks.

  1. Fetch a list of partners

Use the partners endpoint to fetch a list of partners. You can use these when updating your links.

  1. Update your link with new partners

Send a PATCH request to the trackers endpoint to update existing links with new partners and ad spend data information.