Hi,
in the application code, i tried to inject the the tracker using the below config
everything works fine but...Code:<object id="flexTracker" class="com.google.analytics.components.FlexTracker"> <property name="account" value="UA-XXXXXXX-1" /> <property name="visualDebug" value="false" /> <property name="mode" value="AS3" /> </object>
only on second time it loads.
i am not sure why...
always on initial load, google analytics was never called
Did anyone successfully inject google analytics flexTracker using spring actionscript?
Regards
Roy


Reply With Quote