We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13559bb commit 1f05c93Copy full SHA for 1f05c93
examples/event_sample.py
@@ -26,7 +26,7 @@
26
entity_type="user",
27
entity_id="uid",
28
properties=first_event_properties,
29
- first_event_time=first_event_time,
+ event_time=first_event_time,
30
)
31
print("First Event response")
32
print(first_event_response)
0 commit comments