so when I replace the distinct_id, the time (by 1546646400 which is a couple of days ago, we are the 14th, this is the timestamp for the 5th), and the token, I get a new piece of base64 encoded data (encoded from this website https://www.base64encode.org/, I use it from the beginning and everything is working fine).
I send it following the documentation and, nothing appears in Mixpanel. However, it seems that the call works since I get "status 1" in return instead of 0?
Hey !
For some reason, the import doesn't show data in mixpanel but I get a
{"status": 1, "error": null}
with curl following the documentation.The example is the following:
so when I replace the distinct_id, the time (by 1546646400 which is a couple of days ago, we are the 14th, this is the timestamp for the 5th), and the token, I get a new piece of base64 encoded data (encoded from this website https://www.base64encode.org/, I use it from the beginning and everything is working fine).
I send it following the documentation and, nothing appears in Mixpanel. However, it seems that the call works since I get "status 1" in return instead of 0?
Thanks for any help