TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jan 2015 |
Maintained by Karlo Kristensen.
UIViewControllers that adopt the
FLSKAutoGAI
protocol will automatically be tracked in GoogleAnalytics. The ViewController's class name will be used as tracked screen name per default. Implement the method
-(NSString*)screenName {
return @"Alternative Tracked Screen Name";
}
to provide another tracked screen name.
This pod will also install 'GoogleAnalytics-iOS-SDK 3.0'
FLSKAutoGAI is available under the MIT license. See the LICENSE file for more info.