Solved

How to get the highest property for which event was triggered the most

  • 10 December 2023
  • 1 reply
  • 60 views

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?

icon

Best answer by Saish Redkar 11 December 2023, 17:16

View original

1 reply

Userlevel 7
Badge +10

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