I’m trying to Delete all Shared Parametersexcept for those of the typeLength or those in the groupDimensions
So far, the only way I’ve managed to do this is by getting the names of used parameters associated to dimensions, comparing those names to all the existing parameters, and deleting the unused ones.
Since I’m a new user, I can’t upload the script.
Can you think of a way to get all the parameters under a certain parameter type?