First of all, thank you ...First of all, thank you very much for providing the bridge tracking option. I am not sure if it works properly though.
The instructions say that "You must have the Google Analytics tracking code and a tracking object on the page already in order to use bridge mode." This makes sense, but in the Bridge mode code example, you still require the UA code to be specified, e.g.
so.addVariable('gapro.accountid', 'UA-XXXXXXX-X');
Why do you need this if the tracker is already on the page?
Also, when I do set the UA code it looks like the tracking code from GA is loaded twice, once for the player and once from the page itself, which should not be the case I think.
I was expecting the bridge mode to literally only make an event tracking call such as:
pageTracker._trackEvent('Videos', 'Play', 'Gone With the Wind');
and nothing else. If you can point me in the right direction I'd very much appreciate it.
Michael

Hi Michael
The account id is something we checked for when in AS3 mode. We may update GAPro in a later release such that in bridge mode, it's not required.
As for loading the tracking code multiple times, I haven't observed that behavior. Can you post a link to a page that demonstrates this?
Finally, we're using the GAforFlash library to enable bridge mode. While I'm not familiar with the implementation details, it seems reasonable that it's probably calling pageTracker in the way you've described.
Best,
Zach