Skip to main content
Solved

View all instances of an event and it's properties without using the API?

  • 19 April 2022
  • 1 reply
  • 283 views

Hey all, we’re trying to figure out the best way to access all instances of an event and its properties. We can currently see the values in a dropdown list and select them, but we that’s the only way we seem to have access to the data. Is there another view that I’m missing or a way to export this data as a CSV so we can manage it elsewhere? 

Hey @aptlt 

Afaik, we can only extract all the events and their associated properties using Govern or Taxonomy API and not the values for each of the properties. I had submitted a feature request on similar lines here.

The crude and painful way will be to chart out each event and group by the associated properties and then export the csv.

Another approach is exporting ( 1, 2 ) all your project event data to a warehouse and then running a custom SQL query to get the distinct values of your event properties.

Let me know if I have interpreted your use case correctly. Hope this helps.

 

 


Reply