FLSKAutoGAI 0.1.2

FLSKAutoGAI 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast ReleaseJan 2015

Maintained by Karlo Kristensen.



  • By
  • floskel

Usage

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.

Installation

This pod will also install 'GoogleAnalytics-iOS-SDK 3.0'

License

FLSKAutoGAI is available under the MIT license. See the LICENSE file for more info.