After you install Adapty SDK and release the app, you can find your users and subscribers in Profiles. But what if you have legacy infrastructure and want to migrate to Adapty? Or just want to see your existing data in Adapty?
You can export your data to a CSV file and then import it to Adapty. Let's see how to do that.
Export data to a CSV file with a format in this file (Google doc file). Fields without description are self-explained (we hope they are).
Field name | Description |
user_id | Id of your user |
subscription_expiration_date | The date of subscription expiration, i.g. next charging date, datetime with timezone (2020-12-31T23:59:59-06:00) |
created_at | Datetime of profile creation (2019-12-31T23:59:59-06:00) |
birthday | date (2000-12-31) |
| |
facebook_user_id | |
gender | f|m |
phone_number | |
first_name | |
last_name | |
last_seen | datetime with timezone (2020-12-31T23:59:59-06:00) |
idfa | iOS Identifier for advertiser |
idfv | |
advertising_id | It's similar to idfa, but for Android |
amplitude_user_id | |
amplitude_device_id | |
mixpanel_user_id | |
appmetrica_profile_id | |
appmetrica_device_id | |
attribution_source | appsflyer|adjust|branch|apple_search_ads |
attribution_status | organic|non_organic|unknown |
attribution_channel | |
attribution_campaign | |
attribution_ad_group | |
attribution_ad_set | |
attribution_creative | |
apple_receipt_encoded | |
google_product_id | |
google_purchase_token | |
google_is_subscription | 1|0 |
The only required field is user_id. However, to see all transaction history you need to specify apple_receipt_encoded or google_product_id+google_purchase_token+google_is_subscription, without them Adapty won't be able to fetch transactions.
Right now we don't have an automatic tool for that. Please contact us using the website (we use Intercom in the bottom right corner) or just email us at contact@adapty.io.