drflash / gaforflash

Automatically exported from code.google.com/p/gaforflash
Apache License 2.0
1 stars 0 forks source link

Mal-request for EventTracking Value #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. tracker.trackEvent("one","two","three",55);

2. using GA.js : http://www.neonreef.com/Adobe/evttest/evtreq.html

utme=5(one*two*three)(55)

3. using AS3 tracking :
http://www.neonreef.com/Adobe/evttest/flex/flex_advanced.html

utme=5(one*two*three*55)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by Nicksk...@gmail.com on 24 Nov 2008 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 24 Nov 2008 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 24 Nov 2008 at 7:42

GoogleCodeExporter commented 9 years ago
This use case should be supported in trackEvent:

.trackEvent("one", "two", "", 13)

Presently if the third parameter is an empty quote, the fourth value parameter 
is not
sent.

Original comment by sproutbu...@gmail.com on 24 Feb 2009 at 8:17

GoogleCodeExporter commented 9 years ago
Tracker.as updated in r397

Original comment by Nicksk...@gmail.com on 24 Feb 2009 at 8:55