We have two apps on different platforms reporting different event properties.
Android: reports a number as an event property
iOS: reports a string which is the “Number Unit” and not just a number
Because of this, we can’t get a property sum for iOS.
We can fix our tracking code for future events, but we need to be able to fix our past events.
I didn’t see anyway to perform any string conversions of any sort, but how can we do this?