We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21452fe commit aa9ce41Copy full SHA for aa9ce41
1 file changed
README.md
@@ -54,7 +54,7 @@ track.identify(
54
Example `event` call:
55
```
56
track.event(
57
- user_id="changu_mangu",
+ user_id="<USER_ID>",
58
event="Add to Cart",
59
traits={"amount": 200}
60
)
0 commit comments