Example #1
0
        /*public static bool ga_LogThisPageType(this string page)
         * {
         *      switch (page)
         *      {
         *              case "[WebService]":
         *                      return googleAnalytics.LogWebServicesCalls;
         *              default:
         *                      return true;
         *      }
         * }*/

        public static GoogleAnalytics ga_LogEntry(this string title, string page)
        {
            return(googleAnalytics.LogEntry(page, title));
        }