mirror of
https://github.com/BillyOutlast/posthog.com.git
synced 2026-02-06 04:11:22 +01:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
```python
|
|
posthog.capture("distinct_id", "movie_played", {
|
|
movie_id: "123",
|
|
category: "romcom",
|
|
});
|
|
``` |