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

Commit

Permalink
removed key
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Feb 10, 2012
1 parent 903646f commit 9dd7b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleAnalytics/sample/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace sample
public partial class AppDelegate : UIApplicationDelegate
{
UIWindow window;
const string account = "UA-27277921-1";
const string account = "youraccoutid";
public override bool FinishedLaunching (UIApplication application, NSDictionary launchOptions)
{
GoogleAnalytics.GANTracker.SharedTracker.StartTracker(account,60,null);
Expand Down

0 comments on commit 9dd7b12

Please sign in to comment.