Solved

I would like to know , how datas are transfered to Amplitude from my product

  • 25 October 2022
  • 3 replies
  • 131 views

Badge

 I need support from Amplitude in understanding architecture of Amplitude . I would also like to understand How datas are feed to Amplitude  , my  product works in Angular and I know on a high level , Amplitude is implemented in front-end side. 

icon

Best answer by Saish Redkar 25 October 2022, 23:27

View original

3 replies

Userlevel 7
Badge +10

Hi @cnikhil 

You can start from this documentation - https://www.docs.developers.amplitude.com/data/sdks/#how-amplitude-receives-data

If your product is a web app, then TypeScript Browser SDK ( or legacy JS SDK ) will be the best choice for client side event tracking.

For any server side tracking, HTTP API will be helpful.

Badge

Thank You @Saish for your instant reply

Userlevel 6
Badge +9

Yes, thank you @Saish Redkar. You’re the best! 😀

Reply