EventTimestampOptions
Options for
get_event_timestamps.Used as Input
1
function accept this type
Used as Output
0
functions return this type
Type Definition
3 nested items
EventTimestampOptions— Options for
get_event_timestamps.activity_key*:String— Event attribute key used to identify the activity name.
timestamp_key*:String— Event attribute key used to extract the timestamp.
Example JSON Value
{
"activity_key": "example",
"num_bins": 1,
"timestamp_key": "example"
}