Solved

Is there a to view all event properties on all events and their values?

  • 23 January 2023
  • 1 reply
  • 1091 views

Hello, 

I’m trying to clean up our Amplitude event properties to lower the number counting towards our limit since we are approaching 2000.

I noticed a lot of our properties are queryParams or pageQueryParams, but that a majority of these properties have Null values. 

I want to basically be able to query all event properties and identify all of the properties that don’t have useful information to us so I can delete them. 

Right now the only way I see to do this is to create a Data Table, look at all events, and then one by one do a group by for each event property name to check what the values were for those properties. Is there a better way to do this that I’m missing? 

icon

Best answer by Saish Redkar 24 January 2023, 01:59

View original

1 reply

Userlevel 7
Badge +10

Hey @chrish 

This specific use case has been one my personal workflow pain point for a long time now.

Unfortunately, there isn’t a direct view to get this currently. The only way is to group by the property in an event seg chart or a data table one by one and verify the values for the properties as you mentioned.

 

I had submitted the following feature request for the Amplitude Team a year ago

 

Reply