Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Nov 26, 2011
1 parent 8efef9f commit 193064d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions GoogleAnalytics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
MonoTouch GoogleAnalytics bindings
=================================

This is a MonoTouch binding for Google's Analytics library located at:

http://code.google.com/mobile/analytics/

Building
========

To build the bindings, run the `make' command frmo within the bindings
directory.

Using GoogleAnalytics.dll wit your own iOS app
==============================================

Simply add the GoogleAnalytics.dll to your project's references in MonoDevelop
and you are good to go.

You will want to start with:

var tracker = GoogleAnalytics.GANTracker.SharedTracker;

Then you can use the various properties of the GANTracker in the tracker
variable

0 comments on commit 193064d

Please sign in to comment.