Data Imports
Overview
The CleverTap enables you to import data such as events and profiles from third parties to the CleverTap platform.
Data Import
To perform a data import, complete the following steps:
- Get the artifacts for data upload from the CleverTap Repository.
NoteThe CleverTap script runs in
Go. Check that you have installedGoon your system. To download and install go, see https://golang.org/dl/.
- Install the CleverTap upload tool.
You can use the following arguments:
- Upload your data to CleverTap.
From Mixpanel
You can import your data from Mixpanel directly to CleverTap. The script constantly checks your Mixpanel project for new data at an interval of 20 seconds.
Example Events upload from Mixpanel:
Example Profiles upload from Mixpanel:
From other platforms such as Amplitude or any analytics tool
You can import data from any provider to CleverTap. You must first save the data from your platform in a CSV. You can then upload this CSV to CleverTap.
Example Events upload from CSV:
Example Profiles upload from CSV:
NoteFor CSV uploads, you must include one of identity, objectId, FBID or GPID, in your data. Email addresses can serve as an identity value, but the key must be identity.
Updated 19 days ago
