Skip to main content

Hi, I am trying to use Funnel Analysis(https://amplitude.com/api/2/funnels) on Dashboard REST API. According to the API document, it seems that I can set the ‘mode’ parameter where I could select either ‘ordered’ or ‘unordered,’ which seem equivalent to the options ‘this order’ and ‘any order.’ However, I could not find how to choose the ‘exact order’ option on API. Is there any way to implement ‘exact order’ via dashboard rest API?

 

Hey @donald d 

Looking at the documentation, it seems like there isn’t any explicit option for getting ‘exact order’ defined in the API call. Not sure if this is supported yet in the API or not.

@Denis Holmes Any workaround here?


Hallo @donald d & @Saish Redkar ! 

 

Thanks for the tag @Saish Redkar ! I hope you are well 🙂 @donald d You would need to use the “mode” as a parameter in the call. You are indeed correct though, there is no note on the exact order.

“Mode”:”Unordered” - Any order

“Mode”:”ordered” - This order

“Mode”:”sequential” - Exact order

 

I hope that helps! I will note this down so we make sure to add it to the dev docs, thank you, you two! :D

 

Kind Regards,
Denis

 


@Saish Redkar @Denis Holmes That helped a bunch! Thank you so much!


Reply