KKSimpleAnalytics 0.2.1

KKSimpleAnalytics 0.2.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Kostiantyn Koval.



 
Depends on:
GoogleAnalytics-iOS-SDK= 3.0.3c
JRSwizzle= 1.0
 

Simple Google Analytics view tracking. No need to subclass for GAITrackedViewController.

Here is how would look your code. Just one line. This will automatically send page view with your screen name.

- (void)viewDidLoad
{
  [super viewDidLoad];
  self.screenName = @"TestScreen";
}

Contact

Follow Me on Twitter Konstantin Koval (@KostiaKoval)

License

MIT License.