Skip to content

A simple set of classes of using Google Analytics to track your OS X app

Notifications You must be signed in to change notification settings

timpark/SimpleCocoaGoogleAnalytics

 
 

Repository files navigation

SimpleCocoaGoogleAnalytics

A simple set of classes of using Google Analytics to track your OS X app's usage.

Usage:

Add these to your app's project:

  • AnalyticsHelper.h
  • AnalyticsHelper.m
  • AnalyticsEvent.h
  • AnalyticsEvent.m

Add reporting code to app launch and quit, and on relevant events.

See AppDelegate.m in the example app for how to begin reporting and send events.

License

This project uses the MIT License.

Contribution

There are many features of google analytics that I haven't implemented. Pull requests are welcome.

About

A simple set of classes of using Google Analytics to track your OS X app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%