soumavachakraborty / gaforflash

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

Event values not tracking #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Used the following with no errors to call an event 

googleA.trackEvent("videos", "Pause", "funny video",
Math.round(Math.random()*10)) 

What is the expected output? What do you see instead?
I expect to see values in the reports under event tracking. Instead the
values all appear as (0). The rest of the events track fine

What version of the product are you using? On what operating system?
Flash CS3 running on vista. 

Please provide any additional information below.
I've checked the gif call to that of a JS implementation and the difference is:

JS = &utmt=event&utme=5(HTML*Test2*Dude%20Food)(3)
AS = &utmt=event&utme=5(HTML*Test2*Dude%20Food*3)

hasn't been enough time between my JS testing and my reports updating to
make sure this works also. 

Original issue reported on code.google.com by mrtruf...@gmail.com on 30 Nov 2008 at 12:56

GoogleCodeExporter commented 8 years ago
this is a replicate of issue 9
http://code.google.com/p/gaforflash/issues/detail?id=9

already fixed in the trunk

and will be released for v1.0.1

Original comment by zwetan on 30 Nov 2008 at 3:49

GoogleCodeExporter commented 8 years ago

Original comment by zwetan on 3 Dec 2008 at 11:12