I have an event property called `deployable_version`. It provides to the version of the web app or native app that’s generating the pageview for my site. I am sending it as a string, which doesn’t support semver ordering, i.e. where 1.9 < 1.11.
I looked through the datatypes available in the Converter Config but I did not see anything that would allow this kind of sorting. I also saw Data Planning but the types available there also do not seem to be much use here. Is something like this possible for event properties?