I'm currently using the Data Insertion API but the Operating System report is showing my OS as "Unknown". How do I identify the request as from Android? The JAR is using JAVA in the URL, but that's not in the doc
I believe you would pass this via the "userAgent" field or via the HTTP headers if you are sending a POST request. Using the Android SDK instead might be a better alternative as it takes care of it for you.