Specifically thinking about the Flash version but I'm sure this applies to the JS version too. Should I cache/queue a number of events before calling the API and then send them all at once or should I simply report them as they happen?
I'd like to track a lot of events, say 50 or so per a minute, but I don't want to completely overwhelm the user or Google with this. From reading the documentation Google provides it's not clear to me that queuing things will help at all, but in that case is there anything I can do?
Thanks in advance