Re: [Flashcoders] How to turn off the DEBUG mode with Google Analytics

2009-02-05 Thread ACE Flash
I appreciate your input. thank u so much!! it works great~ On Wed, Feb 4, 2009 at 6:12 PM, ekameleon ekamel...@gmail.com wrote: Hello :) ?? use the value false in the last argument of the constructor ? Read the documentation of the class : http://code.google.com/p/gaforflash/wiki/API

[Flashcoders] How to turn off the DEBUG mode with Google Analytics

2009-02-04 Thread ACE Flash
Hey there, How can I turn off the debug mode by as3? so I am able to run it on the production server. thanks === import com.google.analytics.AnalyticsTracker; import com.google.analytics.GATracker; import com.google.analytics.debug.*; var tracker:AnalyticsTracker = new

Re: [Flashcoders] How to turn off the DEBUG mode with Google Analytics

2009-02-04 Thread ekameleon
Hello :) ?? use the value false in the last argument of the constructor ? Read the documentation of the class : http://code.google.com/p/gaforflash/wiki/API search the GATracker class reference ;) The full signature of the constructor is :