soumavachakraborty / gaforflash

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

tracking data can't be found in Analytics #91

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
Use tracker in flash and create new instance:
tracker = new GATracker(this, "<tracking id>", "AS3", false); 
2.
I'm using a line like this:
tracker.trackPageview("User: "+ user +" Language: "+language ); 

3.

What is the expected output? What do you see instead?

Until December 7 the data was tracked after  December 7 I can't find the "User" 
data I sent in Analytics anymore.

What version of the product are you using? On what operating system?

I'm using Flash CS5 OSX GA 1.0.1.319

Please provide any additional information below.

Original issue reported on code.google.com by iga...@gmail.com on 12 Jan 2012 at 6:52