Skip to main content

I want to get data about an event where it has a property: I want to get the property value for which that event was triggered the most.

Can it be achieved using event/segmentation API?

Or via charts API? and how?

Hi @Deepanshi Singh 

If I’m understanding your question correctly, then a simple event seg chart using a group by should work.

eg.https://app.amplitude.com/analytics/demo/chart/new/i2vgodx0  > Gist : Money Transfer Completed was triggered the most for the amount of 2000 ( property value) during the chart time period]

You can replicate this using the Dashboard API or existing chart endpoint.

Hope this helps.


Reply