Page hits showing up for iOS but not for Android
I'm setting up analytic tracking for an iOS app and and Android app. In my testing I'm seeing results on the website for the iOS page hits but not the Android ones. Here are samples of the calls:
iOS (working)
http://omni.pemco.com/b/ss/pemcopemcoqa/0/OIP-3.1.5/
AQB=1
ndh=1
pageName=iPhone.MyInsuranceMenu
ce=UTF-8
vid=4A0E6FEA0439504DC30982F010726A5C03B6
c.=
a.=
DeviceName=x86_64
Resolution=640x1136
OSVersion=iOS%207.0.3
CarrierName=%28null%29
.a=
demoMode=Y
.c=
t=11/10/2013%2011%3A7%3A37%201%20480
AQE=1
Android (not working)
http://omni.pemco.com/b/ss/pemcopemcoqa/0/JAVA-4.0.0-AN
AQB=1
ndh=1
pageName=Android.MyInsuranceMenu
t=00%2F00%2F0000%2000%3A00%3A00%200%20300
aid=081B88F45EE64570-164E08FF57E90A41
ts=1384196376
ce=UTF-8
c.=
demoMode=Y
a.=
AppID=Go%20PEMCO%2F1.0
DeviceName=Android%20SDK%20built%20for%20x86
Resolution=768x1184
OSVersion=Android%204.3
CarrierName=Android
.a=
.c=
AQE=1
I suspect the "t=" parameter because it looks like it contains valid timestamp info in the iOS call, but not in the Android call. I have no idea how to configure this in the Android 4.x API.
Can anyone help me out?
