diff --git a/README.md b/README.md index c6a18a4..f11ba61 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ The current version does not include all features of the Google Analytics librar ## How to use Check out the sample! +```C# CrossAnalytics.Current.TrackerId = "XX-XXXXXXXX-X"; CrossAnalytics.Current.EnableAdvertisingIdCollection(true); CrossAnalytics.Current.EnableAutoActivityTracking(false); @@ -14,4 +15,5 @@ CrossAnalytics.Current.EnableExceptionReporting(true); CrossAnalytics.Current.SetLocalDispatchPeriod(1); CrossAnalytics.Current.TrackScreen("home"); CrossAnalytics.Current.TrackEvent("home", "click"); -CrossAnalytics.Current.SetCustomDimension(1, "something"); \ No newline at end of file +CrossAnalytics.Current.SetCustomDimension(1, "something"); +``` \ No newline at end of file