振幅分析仪表板 REST API 事件对象

Amplitude Analytics Dashboard REST API Event object

使用 Amplitude Dashboard REST API,我试图获取所有唯一时间的计数,custom event was triggered with a filter of a custom event property. However I am unable to even get the simplest event segmentation to run, though all other endpoint hits (except Funnels 也使用 e 事件参数)按预期工作。换句话说,我的身份验证正在工作,我能够从不需要 e 事件参数的所有端点成功获取数据。

这是一个使用事件分段构建的端点的示例,它非常简单,我认为它可能是可能的,并且是 失败,出现 400 错误。

https://amplitude.com/api/2/events/segmentation?e=\{"event_type":"_active"\}&start=20170401&end=20170402

虽然我想要执行的调用最终更复杂并且涉及过滤器,但考虑到 estartend参数都是必需的。

尝试正确地转义 e 参数。

https://amplitude.com/api/2/events/segmentation?e=%7B%22event_type%22%3A%22_active%22%7D&start=20170401&end=20170402