Try our conversational search powered by Generative AI!

What is the best way pass data to domo business tool?

Vote:
 

Hi Team,

We have a requirement to display all order and user-related analytics data in Domo.

which is the best way to pass user order data from EPI to Domo?

1.We are using Episerver tracking so can we use profile store API in Domo to fetch user and order related data. If yes, Can we get live feed data from profile store API?

2.Can we add Domo tracking separately on-site? 

Advance thanks.

#246024
Dec 24, 2020 9:12
Karyan - Dec 24, 2020 14:20
Is any one used domo,pls suggest best way to pass data to domo.
Vote:
 

Hi Karyan

Not sure you can get a direct webhook integration from Profile Store. But here are some other ideas:

  • Make a Domo API call at the end of the order flow to push the relevant data immediately.
  • Implement and register your own ITrackingService instance, which will be called at the same time as Episerver Tracking API is called.
  • Implement a scheduled job that pushes all orders that was not yet pushed (and then marks them as pushed).
#246089
Dec 27, 2020 7:05
Karyan - Dec 28, 2020 6:27
Thanks for your suggestion Stefan.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.