We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to test Mixpanel to see if it's the right fit for my purposes but I am hitting a wall while trying to import old data.
I am trying to import_data like
import_data
mp.import_data( api_key='API Secret', api_secret='PROJECT_TOKEN', distinct_id=username, event_name=event_name, timestamp=unix_seconds, properties=payload, )
and I keep getting different authentication errors. Docs state the api_key param is deprecated but it complains if I don't pass it.
api_key
Is this method working, or how can we make it work / make the documentation clear? Thank you,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to test Mixpanel to see if it's the right fit for my purposes but I am hitting a wall while trying to import old data.
I am trying to
import_data
likeand I keep getting different authentication errors.
Docs state the
api_key
param is deprecated but it complains if I don't pass it.Is this method working, or how can we make it work / make the documentation clear?
Thank you,
The text was updated successfully, but these errors were encountered: