You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. track event
2.
3.
What is the expected output? What do you see instead?
URI parsing exception
What version of the product are you using? On what operating system?
downloaded latest from Download section
Please provide any additional information below.
replaced this "%7utmcmd%3D" to "%7Cutmcmd%3D" and it worked
Original issue reported on code.google.com by aleksei....@gmail.com on 27 Oct 2012 at 10:55
The text was updated successfully, but these errors were encountered:
I discovered the same issue when inspecting the source code. It's clearly a programming error; everywhere else it uses %7C, which is a URL-encoded pipe character. These comments in the AnalyticsRequestData class show how the utmcmd param is meant to be preceded by a pipe character:
Original issue reported on code.google.com by
aleksei....@gmail.com
on 27 Oct 2012 at 10:55The text was updated successfully, but these errors were encountered: