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?