I am using Google Analytics Beta 2.0 to track events in an iOS application.
Screen tracking seems to be not an issue, but when I attempt to track an event the website states it says "122 of your visits sent events", but there are no events tracked.
Here is the code for the event tracking:
[self.tracker trackEventWithCategory:@"Question Results"
withAction:@"Finished questions"
withLabel:@"Testing"
withValue:[NSNumber numberWithInt:1]];
Which is straight from the google analytics website.
Thanks for the assistance.