From 193064dc63c084ae26ec4f9626b8083689a8c7d5 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 25 Nov 2011 20:41:03 -0500 Subject: [PATCH] Added --- GoogleAnalytics/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 GoogleAnalytics/README.md diff --git a/GoogleAnalytics/README.md b/GoogleAnalytics/README.md new file mode 100644 index 00000000..ddac27b5 --- /dev/null +++ b/GoogleAnalytics/README.md @@ -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