Closed GoogleCodeExporter closed 9 years ago
the GATracker is a factory that build automatically when you instanciate it
to have a custom debug etc. do this:
//block the auto build
GATracker.autobuild = false;
var d:DebugConfiguration =new DebugConfiguration();
var t:GATracker = new GATracker(this, "UA-99999999-1","AS3", false, null, d);
//customize
t.config.serverMode = ServerOperationMode.both;
//then build
GATracker(tracker).build();
see a complete example here
http://code.google.com/p/gaforflash/source/browse/trunk/src/GA_AS3.as
Original comment by zwetan
on 7 Oct 2009 at 10:16
Original issue reported on code.google.com by
daniel%s...@gtempaccount.com
on 6 Oct 2009 at 6:41