# Adjust

## Integration

Official Adjust documentation for enabling devtodev partner module can be found [here](https://help.adjust.com/en/partner-setup/devtodev).

1. Go to the [Adjust Dashboard ](https://dash.adjust.com/)

<figure><img src="https://www.devtodev.com/upload/images/adjust1(1).png" alt="" width="375"><figcaption></figcaption></figure>

2. Open `Partner Setup`:&#x20;

<figure><img src="https://www.devtodev.com/upload/images/adjust2(1).png" alt="" width="375"><figcaption></figcaption></figure>

3. Click `Add Partners`:&#x20;

<figure><img src="https://www.devtodev.com/upload/images/adjust3(1).png" alt="" width="375"><figcaption></figcaption></figure>

4. Search devtodev and click blue plus button:<br>

   <figure><img src="https://www.devtodev.com/upload/images/adjust4(1).png" alt="" width="375"><figcaption></figcaption></figure>
5. Go to devtodev Settings -> 3rd party sources -> Attribution tracking page of a preferred app and copy your API Key:&#x20;

<figure><img src="https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnGcP_ZeRJ1ipj9O8dF%2Fuploads%2FDas9oqYl5UCe5R4QY74o%2Fimage.png?alt=media&#x26;token=5649f033-4141-46f3-825a-f251387e98e2" alt=""><figcaption></figcaption></figure>

6. &#x20;Enter your API Key in the field for corresponding platform and click `Save`:\
   ![](https://www.devtodev.com/upload/images/adjust5\(1\).png)
7. Switch on the attribution in devtodev interface (Settings -> 3rd party sources -> Attribution tracking):

<figure><img src="https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnGcP_ZeRJ1ipj9O8dF%2Fuploads%2F8O2nQUfD9jmHgbdWmNdt%2Fimage.png?alt=media&#x26;token=98b31584-871c-4981-bfa1-7ad32f773325" alt=""><figcaption></figcaption></figure>

### Improve matching

{% hint style="info" %}
To improve the synchronization of the user data obtained by devtodev with the install data from Adjust, we recommend that you follow the guideline below.&#x20;

The following recommendation is especially important for iOS since Advertising ID (IDFA) is no longer always available, and Vendor ID (IDFV) is not always sent by Adjust. The best solution here is to send Adjust’s user ID data to devtodev.

You need to make some changes to the devtodev SDK integration. Send a [user profile custom property](https://docs.devtodev.com/integration/integration-of-sdk-v2/setting-up-events/user-profile#custom-user-property) named **`ad_tracker_id`** and assign it a string value of **`{adid}`**, which can be obtained from [Adjust](https://help.adjust.com/ru/partner-setup/devtodev#list-of-all-parameters-forwarded).

If you have multiple mobile apps for which you would like to set up this integration, you will need to follow these steps for each one of your mobile apps individually.&#x20;

You can find this field later as `MMP_ID` in the [User card](https://docs.devtodev.com/reports-and-functionality/project-related-reports-and-fuctionality/users#users) or `mmpid` in the [users table](https://docs.devtodev.com/reports-and-functionality/space-related-reports-and-functionality/sql#users-table-specific-fields) in SQL.
{% endhint %}

## CPI data integration

devtodev allows our customers to query CPI data from Adjust via API in order to get more accurate install costs. \
Check the `Enable receiving CPI info by Adjust KPI Service` box and fill in the form to switch on CPI data collection.

<figure><img src="https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnGcP_ZeRJ1ipj9O8dF%2Fuploads%2FZxaDEj61UEqDeL4CrdF9%2Fimage.png?alt=media&#x26;token=ff38a486-2e98-476d-889c-f2cfca3d5f58" alt=""><figcaption></figcaption></figure>

[Documentation on these fields and how to find them can be found here.](https://help.adjust.com/resources/kpi-service#authentication)
