Solved

Sending events from a go backend

  • 4 January 2024
  • 1 reply
  • 30 views

I work on an infrastructure product and usage for us means the amount of time some infra components are used — so there's a large part outside of the core web workflows. 

We'd obviously use a userId that heap identifies to enable proper tracking. Is there a way I can send events to heap based on the events we care about? Maybe a documented set of rest APIs? I only see SDKs for mobile clients and frontends.

icon

Best answer by Preetam Barik 24 January 2024, 09:29

View original

1 reply

Badge +1

Hi @debo ,

 

Hope you are doing well.

 

Please check this set of documents for Heap Track API through which you can track events outside the scope of Heap.

Client Side Track:https://developers.heap.io/reference/track

Server Side Track: https://developers.heap.io/reference/track-1

Please Note: Server events will require identity to uniquely map the users.

 

Do let me know if this helps!!

 

Thanks and Regards,

Preetam

Reply