Anatoly - Hi team!Could you please help me out...

Hi team! Could you please help me out — I'm working with the Search module and have a few questions: 1. How do we measure the total user wait time when they perform a search? From when they click search to when the results return. How do we do this from the SDK events? 2. How do we capture the errors that are thrown during the search process? 3. How do we capture the total time for the visualizations to completely load? Thanks
Solution:
So we do not have the events exactly for this, but you can use : https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_data and https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_getdataclick for 1 and 3 and https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_error for 2. I would suggest to go through the page to see if any more relevant events can help you...
EmbedEvent
Event types emitted by the embedded ThoughtSpot application.
Jump to solution
2 Replies
Solution
shikharTS
shikharTS2d ago
So we do not have the events exactly for this, but you can use : https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_data and https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_getdataclick for 1 and 3 and https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_error for 2. I would suggest to go through the page to see if any more relevant events can help you
EmbedEvent
Event types emitted by the embedded ThoughtSpot application.
Justin Mathew
Justin Mathew2d ago
c: @Aditya

Did you find this page helpful?