rxz99 / analytics-issues

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

Batch request parameters sent in wrong format #669

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 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: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.):
Google Tag Manager for iOS

Issue summary:
When we updated to version 3.12 we faced an issue with batch requests. Some 
parameters are sent in wrong format.
Check the attached screenshots from Charles. The parameter named "ea" is sent 
correctly in single request (older version of the library 3.0.9) and sent in 
wrong format when batched in the new version.  

Original issue reported on code.google.com by Mo7amed....@gmail.com on 16 Jun 2015 at 10:14

Attachments:

GoogleCodeExporter commented 8 years ago
This is happening with other parameters in batch requests as well -- the "ea" 
parameter is not the only example of the issue. In the attached screenshot from 
Charles, you'll find that the "av" parameter is incorrectly appended to the "z" 
parameter from a batch request. This batch request included several event hits 
as well as two appview hits; "av" is incorrectly appended to the "z" parameters 
that are associated with the appviews, while "ea" is incorrectly appended to 
the "z" parameters that are associated with events.

Original comment by rmc...@cpbgroup.com on 6 Aug 2015 at 4:11

Attachments: