Getting Started with Adjust Tracking / SDK

Image Description
Written by Luisa Woodfine Updated over a week ago

About Adjust Tracking / SDK
Adjust is a 3rd party tracking solution which provides tracking SDK and the purpose of tracking SDK is to track installs or conversions, report it to Adjust data center, then they verify the same and send a conversion postback to our server.

If you integrated the Adjust tracking SDK into your app, you can use Adjust as tracking solution. This allows you to rely on their reporting and anti-fraud measures. Additionally, you can create and run CPA campaigns in this setup. Please keep in mind that Adjust will charge you an additional fee per attribution for their services. 

New to Adjust? Kindly refer this official step by step guide by Adjust => Getting Started: Step-by-Step

Overview:

  1. Integrate Adjust SDK:
  2. Initialize SDK & Test Integration:
  3. Activate Tracking Link for CPIDroid:
  4. Enable Install/Event Postbacks:

1. Integrate Adjust SDK:

You may need to integrate Adjust tracking SDK which is required for iOS CPI campaigns and you can learn more about it at https://www.adjust.com or refer the official articles from Adjust help center as given below:-

2. Initialize SDK & Test Integration:

*It is highly recommended that you initialize the SDK and test the integration beforehand.

3. Activate Tracking Link for CPIDroid:

4. Enable Install/Event Postbacks:

Our platform will automatically append our postback url into the tracking link by adding parameter "install_callback" or "event_callback_123456"

 

Need Extended Help with Adjust?

Adjust is 3rd party and for extended support, you may refer their:

 

 

Useful Information by Adjust for Advanced Users:

Adjust uses a dynamic approach, so rather than having callback URLs hardcoded in their system, they give us more flexibility by allowing us to dynamically append our callback URL to the client's tracker URL. To create a customized tracking link with Adjust, please follow the instructions below.

In a few easy steps, we will be able to create the final click URL for the campaign. To complete the setup, please refer to their partner tool which you’ll find here: https://partners.adjust.com 

The first field - ‘Enter your links’

  • Enter the Adjust tracker URLs your clients have given you. You can also use our test URL: https://app.adjust.com/cbtest (cbtest is our test token, which you can use if you don't have a tracker from a client)  
  • Please make sure there are no extra spaces or blank lines.

The second field - ‘Your callbacks’

The fourth field - ‘Generated URLs’

Run the link through your servers, and use the output as a final link for customers to click on. Test the final link on a fresh device, a device upon which the app has not been installed yet. If you don’t have a fresh device, you can send us your device ID and we will flush it from our servers.

If you need event/session callbacks, it works in the same way as install callbacks. You just use our event_callback or session_callback parameter to append your callback URL. With this format, you'll get a callback for all events. If you wish to track only a specific event, your client will provide you with a specific event token, for example 123456.

Event callbacks:

https://app.adjust.com/cbtest?install_callback=https%3A%2F%2Fwww.url.com%26idfa%3D{idfa}%26click_id%3D{click_id}&event_callback_123456=https%3A%2F%2Fwww.url.com%26idfa%3D{idfa}%26click_id%3D{click_id}

Session callbacks:

https://app.adjust.com/cbtest?install_callback=https%3A%2F%2Fwww.url.com%26idfa%3D{idfa}%26click_id%3D{click_id}&session_callback=https%3A%2F%2Fwww.url.com%26idfa%3D{idfa}%26click_id%3D{click_id}

Was this article helpful?

1 out of 1 found this helpful

Related articles