I am using the Google Analytics Real Time Reporting API and writing a function to map the string columnHeaders.dataType to a Type. The documentation states the following:
Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
I'm wondering if anyone can document a definitive definition of the etc for completeness.