Solved

How do i import historical data from mixpanel and link it to an autocaptured event on heap?

  • 4 August 2023
  • 1 reply
  • 66 views

Badge
  • New Member
  • 0 replies

I am trying to install heap on my product, but also i would want to import all my historical data (events and properties) from mixpanel. Is there a way to do it? 
If yes, then how can we map all the events and define it to an autocaptured event on heap?

icon

Best answer by Christy H 4 August 2023, 23:48

View original

1 reply

Userlevel 4
Badge +3

Hi @pie ,

This is possible in Heap but does require some work. Essentially, you’d want to use Mixpanel’s export API to extract json from Mixpanel.

Then you’d use Heap’s Track and Adduserproperties APIs to send the data to Heap.

Reply