Solved

Exporting list of users

  • 11 May 2023
  • 1 reply
  • 93 views

Badge

Hello,

I need to export a list of users that performed a given event.

I can get to that view in the Users & Sessions page, but I don’t see a way to simply export a list of those user ids. I know there are integrations that do this, but all I need is a simple export. Is this doable?

 

Cheers,

Yotam

icon

Best answer by ALabs I Bhupender 12 May 2023, 10:15

View original

1 reply

Userlevel 3
Badge +1

Hi Yotam,

You can achieve this in Heap by creating a unique user report for the required event and group it by User Id, and then exporting this report to csv. This will give you the list of all the user ids.
 

Example of getting the user ids for the users who have done a particular event

 

User Ids are randomly generated by Heap, hence, to recognize the users I would suggest to use Identity (if using Identify API) or Email (if sending email id to Heap), these would be more specific to your users.

Hope this helps!

Reply