We need to send a decimal value to google analytics, and had decided to do this using a custom metric of the type "Currency". In the Tracking documentation it says that this should be allowed:
If the custom metric is configured to have a currency type, you can send decimal values.
However, we are sending in raw data using the measurement protocol, and in that documentation it says that only integers are allowed for custom metrics: https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#cm_
I have noticed that the decimal values we send in do not show up in the UI. Could this be the reason?