You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked around at docs and in code and previous issues and haven't found anything. Might be missing it, but is there anywhere that documents what types are supported as properties in the track method? In code, properties are a type of Any.
For example of why I'm looking for these docs, I'm wanting to send a time as a property to an event, are there docs for recommended types to use for something like that? Instant? a date time String? Long as millis?
Cheers
The text was updated successfully, but these errors were encountered:
@xXxXxXxXxXam we don't support a datetime property values. You can pass in a long or a string value. Within Amplitude, you'll be able to query them again by specifying a number or a string in the chart builder.
Summary
I've looked around at docs and in code and previous issues and haven't found anything. Might be missing it, but is there anywhere that documents what types are supported as properties in the track method? In code, properties are a type of Any.
For example of why I'm looking for these docs, I'm wanting to send a time as a property to an event, are there docs for recommended types to use for something like that? Instant? a date time String? Long as millis?
Cheers
The text was updated successfully, but these errors were encountered: