kalnyc67 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Transaction not recorded with some User Agents (ua) #555

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Measurement Protocol

Issue summary:
It appears that with some ua values, the events are not recorded (for my tests, 
it was purchase events, so transactions were not recorded, but I guess it is 
the same with regular events)

Steps to reproduce issue:
1.
Send : 
2014-12-19T12:21:24+00:00 DEBUG (7): Array
(
    [v] => 1
    [tid] => UA-YOUR-ACCOUNT
    [ua] => Jakarta Commons-HttpClient/3.0.1
    [cid] => A-CLIENT-ID
    [t] => event
    [ec] => transaction
    [ea] => order
    [el] => 200001581
    [ni] => 1
    [uid] => 1134
    [pr1id] => PID1
    [pr1nm] => NAME1
    [pr1ca] => 
    [pr1br] => BRAND1
    [pr1va] => VARIANT1
    [pr1pr] => 79.9500
    [pr1qt] => 1
    [pr2id] => PID2
    [pr2nm] => NAME2
    [pr2ca] => 
    [pr2br] => BRAND2
    [pr2va] => VARIANT2
    [pr2pr] => 69.9500
    [pr2qt] => 1
    [ti] => 200001581
    [ta] => 
    [tr] => 138.7700
    [ts] => 3.86
    [tt] => 24.0800
    [pa] => purchase
    [cu] => EUR
)

Expected output:
Event being recorded. Transaction being recorded.

Actual results:
Nothing recorded.

Notes:
Remove the ua parameter, and it works...
attach screenshots or sample code which demonstrates the issue being
described.

Original issue reported on code.google.com by vincent....@gmail.com on 19 Dec 2014 at 9:14

GoogleCodeExporter commented 9 years ago
Same here: Error confirmed

Original comment by sheuk...@gmail.com on 19 Dec 2014 at 9:24