Adjust migration guide

Moving to Adjust from another Mobile Measurement Partner is a straightforward process. Adjust offers support and guidance every step of the way, and a range of resources for you to refer to.

An infographic showing the steps you follow when you migrate to Adjust from another MMP.

Follow the instructions in this guide to complete the following migration steps:

Note:
If your plan includes dedicated support, you will receive workshops covering SDK integration, UA setup, data export/BI, Datascape/data analysis, and iOS campaign setup.

1. Set up your app in Adjust

Before you can import your historic data, you need to set up your app in AppView. All historic data is imported against your Adjust app token.

  1. Follow the instructions in the app setup guide.
  2. Once you finish setting up your app, copy your app token.

2. Integrate and test the Adjust SDK

Warning:
Don't submit your app(s) to an app store before Adjust completes your data import. This causes Adjust to record existing users as new users.

SDK documentation is available in the Developer section of the help center. While you're configuring your app to work with the Adjust SDK, make sure you put the SDK in sandbox mode and turn the logging up to verbose to capture as much information as possible. If you have any questions about SDK integration, reach out to your Adjust representative or support@adjust.com.

Adjust offers a testing console and a Device API to make testing easy. Use these tools to analyze the data the SDK sends to Adjust's servers.

3. Export your historical data

Once you've set up your app in AppView, you need to create an import file containing your historic data. Export your information from your previous Mobile Measurement Partner or your Business Intelligence system and format your file as follows.

File format

Your file must be a CSV (Comma Separated Values) file that is:

  • UTF-8 encoded.
  • Comma-delimited
  • Qualified with double quotes (").

File name

Your CSV file name must contain the following information in lower case:

  1. The app token you saved in step 1.
  2. The name of the target operating system (e.g. ios or android).
  3. The type of device ID that is contained in the file.

You must provide a file for each device ID type.

<app_token>_<os_name>_<device_id_type>.csv

Device ID types

The following device ID types are available:

For iOS:

  • idfa
  • idfv

For Android devices targeting the Google Play Store:

  • gps_adid
  • android_id

For Android devices targeting the Amazon app store:

  • fire_adid
  • android_id

Example

This example demonstrates the file name you should use for data with the following properties:

  1. Relating to an app with an Adjust app token of abc123.
  2. For Android devices.
  3. Identified by the gps_adid device ID type.
abc123_android_gps_adid.csv

Fields

Important:
Any double quotes (") in your CSV must be escaped. To do this, enclose quoted fields in another set of double quotes like this: ""High spenders"".

Your CSV file must contain the following fields, in this order:

FieldRequired or optionalExample valueNotes
device_idRequiredB1CDA5FE-BEBA-48ED-AD0F-27AE62BF82D8Dashes are optional. Accepted device_id types:
  • android_id (case-insensitive)
  • external_device_id (case-sensitive)
  • gps_adid (Google Advertising ID, case-insensitive)
  • fire_adid (case-insensitive)
  • idfa (case-insensitive)
  • idfv (case-insensitive)
created_atOptional1586391845Unix install timestamp as an integer, specified in seconds. If this field isn't populated in the import file, the value is automatically populated with the timestamp of the import.
networkRequiredImported DevicesImported data should be put in a separate network to avoid confusion with live Adjust datasets. See the network mapping table for more information about how to structure this information.
campaignOptionalironsource
adgroupOptionalironsource_ios_us
creativeOptionalAd Group 1

If you don't have information for one or more of the optional fields, insert an empty field. Each row must contain the same number of fields as the header row.

Network mapping

Adjust tracks installs as soon as your app is opened for the first time. If an existing user opens your app after you integrate the Adjust SDK, this is counted as an install and the install date is recorded. This means that if you use the actual name of a network in your import file, you will see a spike of new installs associated with a network even if the install events are actually coming from existing users.

To avoid this, you should import your historical data under a placeholder network called "Imported devices". This keeps your historical data separate from your live Adjust data and gives you an accurate reflection of how each network is performing. To maintain granularity, you should map each network field as follows:

Previous system valueAdjust import CSV valueNotes
networkHardcode this value to "Imported devices".
Network namecampaign
Campaign nameadgroup
Ad group namecreative

Using this structure enables you to drill down through your existing campaign data to three sublevels.

Example

Here is a template with a header row and values:

device_id,created_at,network,campaign,adgroup,creative
<device_id>,<created_at>,Imported Devices,<network>,<campaign>,<adgroup>

Populate <device_id>, <created_at>, <network>, <campaign>, and <adgroup> with values from your previous system. For example:

device_id,created_at,network,campaign,adgroup,creative
B1CDA5FE-BEBA-48ED-AD0F-27AE62BF82D8,1586391845,Imported Devices,ironsource,ironsource_ios_us,Ad Group 1

4. Import your data into Adjust

Once you've exported your data and verified the files meet the above criteria, upload the files to a secure location and send it to your Adjust representative. Adjust's technical team imports your CSV files and checks the data over to make sure everything looks right. Your Adjust representative will contact you when your import is complete.

Note:
Imported users don't automatically appear in Datascape reporting. They show up when they start a session in your app after you've released an update containing the Adjust SDK.

5. Release your app

Once your developers confirm they've integrated the SDK and your Adjust representative confirms they've imported your data, you can submit a new version of your app to the store. Check your app statistics to verify that existing users and new installs are being recorded as you expect.

6. Set up your campaigns

Follow the campaign setup guides to set up campaigns with network partners and self-attributing networks. If you need support setting up a campaign, provide a list of partners to your Adjust representative.

If your plan includes dedicated support, your Adjust representative will arrange a workshop to tak you through:

  • The types of campaigns you can record
  • The levels of information you can receive
  • How to create a campaign link
  • Adjust's attribution methodology
  • How to set up an iOS 14+ campaign

After this workshop, you'll be ready to reach out to your network partners for campaign configuration.

7. Update your campaign links

Note:
Networks must not begin testing until after the version of your app with the Adjust SDK integrated is live in the app store.

Once you've configured your campaigns, send your Adjust campaign links to your network partners so they can test the new links and update their settings.

8. Explore the new Adjust suite

That's it! It's time to start using the new Adjust suite. Check out the help center for guides on:

If you need further advice or clarification, contact your account manager or reach out to support@adjust.com.