Results 1 to 4 of 4

Thread: spring actionscript with google analytics

  1. #1
    Join Date
    Nov 2010
    Posts
    7

    Default spring actionscript with google analytics

    Hi,

    in the application code, i tried to inject the the tracker using the below config

    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>
    everything works fine but...
    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

  2. #2
    Join Date
    Nov 2010
    Posts
    7

    Default

    Hi,

    i suspect is something to do with cache.
    i tried googling but cannot find this anywhere.

    really hope someone did tried and do let me know.


    Regards
    Roy

  3. #3
    Join Date
    Nov 2010
    Posts
    7

    Default

    hi,

    this is strange.

    if i used addEmbeddedConfig on the xml application context file,

    it works now, no matter how many times i clear cache ot reload.

    but this way is not useful as it is not a external config file anymore.

    hmmm why are there so much difference between embed file and external file?

    sorry, is there a difference in these 2 methods? from the docs it seems there is no diff.

    Regards
    Roy

  4. #4
    Join Date
    Nov 2010
    Posts
    7

    Default

    any people know abt this?

    Regards
    Roy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •