Open GoogleCodeExporter opened 9 years ago
This is also true for # sign in page title.
Everything after # will be discarded along with account number and event will
not show
in analytics at all.
Original comment by miroslav...@gmail.com
on 17 Nov 2009 at 5:24
Original comment by zwetan
on 18 Nov 2009 at 10:07
This same issue applies to trackEvent.
Original comment by kcraft%t...@gtempaccount.com
on 8 Feb 2011 at 11:28
Sorry for posting 2 comments, but I feel I should provide a little more detail:
trackEvent accepts 4 arguments: category, action, label, value. If any of these
values contain ampersands, then the request to Google Analytics will go through
but the event will never actually be tracked because the URL will not be parsed
correctly. The arguments to trackEvent all need to be URL encoded.
Original comment by kcraft%t...@gtempaccount.com
on 8 Feb 2011 at 11:32
I have found the cause of this bug and am attaching a patch for it. Basically,
when the ga _utm.gif url is being created the query sting values are encoded
using the wrong action script function.
Original comment by ton...@gmail.com
on 19 Apr 2012 at 7:45
Attachments:
Turns out url encode is also hard coded off, here is the other patch that is
needed to fix this. Note, we have also started a fork on github as we hack on
this library for IGN. https://github.com/ign/gaforflash
Original comment by ton...@gmail.com
on 24 Apr 2012 at 5:15
Attachments:
Original issue reported on code.google.com by
andyghatch
on 24 Mar 2009 at 6:12