Skip to content
New issue

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

No event when I send int Id #56

Closed
navff opened this issue Jan 20, 2024 · 2 comments
Closed

No event when I send int Id #56

navff opened this issue Jan 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@navff
Copy link

navff commented Jan 20, 2024

Expected Behavior

Amplidue works with integer Id

Current Behavior

Amplidue don't works with integer Id

Steps to Reproduce

  1. Send event with int user_id = 99
  2. There is no events in panel
  3. Send event with user_id = "USER_99"
  4. There is event in panel

Environment

  • SDK Version: v1.1.4
  • Python Version: 3.12.1
  • OS Info: Win11
@navff navff added the bug Something isn't working label Jan 20, 2024
@navff
Copy link
Author

navff commented Jan 20, 2024

@izaaz
Copy link

izaaz commented Feb 5, 2024

@navff thank you for reaching out. We expect the min id length to be 5 characters by default. This can be overridden by updating min_id_length in the configuration to a lower value.

https://www.docs.developers.amplitude.com/data/sdks/python/#configuration

@izaaz izaaz closed this as completed Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants