Open GoogleCodeExporter opened 8 years ago
could you provide some tracking code that replicate the problem ?
(not only the AS3 code but a whole setup HTML+JS+AS3 to produce a SWF)
when you use Bridge mode, the AS3/Flash act as proxy that send commands to the
ga.js
in some case, like if you're using a javascript to detect if flash is installed
(eg. SWFobject) etc.,
it could happen that the AS3 code has ran before the js detection had
completely finished,
and could explain a drop of 30%.
definitively worth investigating.
Original comment by zwetan
on 14 Oct 2010 at 7:55
zwetan, I don't understand how the use of SWFObject or similar could interfere
with how/when the GA code is run. Doesn't the GA code handle Flash version,
screen resolution detection and similar itself wuithout relying on other tools?
I see the same strange behaviour with a large percentage of "(not set)".
I use Bridge mode.
I set up the GA Javacsript part of the tracking at the end of my document:
<script type="text/javascript">setup up GA tracking here</script>
</body>
I use SWFObject to load my SWF once the page has completely loaded:
<body onLoad="calling function to embedd swf with SWFObject here">
Original comment by bjorn.ri...@gmail.com
on 18 Oct 2010 at 5:33
Original issue reported on code.google.com by
kristofe...@gmail.com
on 8 Jun 2010 at 4:25