对于 Amplitude REST API,系统事件“[Amplitude] Any Event”的“event_type”是“_active”,如此处所述: https ://amplitude.zendesk.com/hc/en-us/articles/205469748- Dashboard-Rest-API-Export-Amplitude-Dashboard-Data#query-parameters
我用它来让我的活跃用户像这样:
curl -u KEY:SECRET 'https://amplitude.com/api/2/events/segmentation?e=\{"event_type":"_active"\}start=20170301&end=20170321'
系统事件“[Amplitude] New User”的“event_type”是什么?