You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/04/01 22:21:18 UTC

[1/7] git commit: moving google analytics back to index file

Repository: incubator-usergrid
Updated Branches:
  refs/pull/94/head [created] 9a36362a1
  refs/pull/94/merge [created] 8eaa7e865


moving google analytics back to index file


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/04ea3440
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/04ea3440
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/04ea3440

Branch: refs/pull/94/head
Commit: 04ea34403846620e29345a901f30a027c259f0ad
Parents: ca77b9f
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:37:15 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:37:15 2014 -0600

----------------------------------------------------------------------
 portal/config.js           | 15 ---------------
 portal/index-template.html | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/04ea3440/portal/config.js
----------------------------------------------------------------------
diff --git a/portal/config.js b/portal/config.js
index 12f1fe5..5484491 100644
--- a/portal/config.js
+++ b/portal/config.js
@@ -1,20 +1,5 @@
 var Usergrid = Usergrid || {};
 
-//Google Analytics
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'yours']);
-try{
-    (function(document) {
-        if(!document){
-            return;
-        }
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })(document || null);
-}catch(e){};
-//End Google Analytics
-
 Usergrid.showNotifcations = true;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/04ea3440/portal/index-template.html
----------------------------------------------------------------------
diff --git a/portal/index-template.html b/portal/index-template.html
index acf04fc..330431b 100644
--- a/portal/index-template.html
+++ b/portal/index-template.html
@@ -168,5 +168,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>


[2/7] git commit: moving google analytics back to index file

Posted by sn...@apache.org.
moving google analytics back to index file


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/04ea3440
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/04ea3440
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/04ea3440

Branch: refs/pull/94/merge
Commit: 04ea34403846620e29345a901f30a027c259f0ad
Parents: ca77b9f
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:37:15 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:37:15 2014 -0600

----------------------------------------------------------------------
 portal/config.js           | 15 ---------------
 portal/index-template.html | 16 ++++++++++++++++
 2 files changed, 16 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/04ea3440/portal/config.js
----------------------------------------------------------------------
diff --git a/portal/config.js b/portal/config.js
index 12f1fe5..5484491 100644
--- a/portal/config.js
+++ b/portal/config.js
@@ -1,20 +1,5 @@
 var Usergrid = Usergrid || {};
 
-//Google Analytics
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'yours']);
-try{
-    (function(document) {
-        if(!document){
-            return;
-        }
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })(document || null);
-}catch(e){};
-//End Google Analytics
-
 Usergrid.showNotifcations = true;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/04ea3440/portal/index-template.html
----------------------------------------------------------------------
diff --git a/portal/index-template.html b/portal/index-template.html
index acf04fc..330431b 100644
--- a/portal/index-template.html
+++ b/portal/index-template.html
@@ -168,5 +168,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>


[6/7] git commit: move google analytics out of config

Posted by sn...@apache.org.
move google analytics out of config


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/9a36362a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/9a36362a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/9a36362a

Branch: refs/pull/94/head
Commit: 9a36362a1bb8227c693c9297fb8589f7da8c409c
Parents: b0dfe02
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:38:34 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:38:34 2014 -0600

----------------------------------------------------------------------
 portal/dist/usergrid-portal/config.js           | 15 ---------------
 portal/dist/usergrid-portal/index-debug.html    | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index-template.html | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index.html          | 16 ++++++++++++++++
 portal/index-debug.html                         | 16 ++++++++++++++++
 portal/index.html                               | 16 ++++++++++++++++
 6 files changed, 80 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/config.js
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/config.js b/portal/dist/usergrid-portal/config.js
index 12f1fe5..5484491 100644
--- a/portal/dist/usergrid-portal/config.js
+++ b/portal/dist/usergrid-portal/config.js
@@ -1,20 +1,5 @@
 var Usergrid = Usergrid || {};
 
-//Google Analytics
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'yours']);
-try{
-    (function(document) {
-        if(!document){
-            return;
-        }
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })(document || null);
-}catch(e){};
-//End Google Analytics
-
 Usergrid.showNotifcations = true;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index-debug.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index-debug.html b/portal/dist/usergrid-portal/index-debug.html
index a5e793f..5dbc06e 100644
--- a/portal/dist/usergrid-portal/index-debug.html
+++ b/portal/dist/usergrid-portal/index-debug.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid-dev.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index-template.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index-template.html b/portal/dist/usergrid-portal/index-template.html
index acf04fc..330431b 100644
--- a/portal/dist/usergrid-portal/index-template.html
+++ b/portal/dist/usergrid-portal/index-template.html
@@ -168,5 +168,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index.html b/portal/dist/usergrid-portal/index.html
index 61ecb20..c3bac6f 100644
--- a/portal/dist/usergrid-portal/index.html
+++ b/portal/dist/usergrid-portal/index.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/index-debug.html
----------------------------------------------------------------------
diff --git a/portal/index-debug.html b/portal/index-debug.html
index a5e793f..5dbc06e 100644
--- a/portal/index-debug.html
+++ b/portal/index-debug.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid-dev.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/index.html
----------------------------------------------------------------------
diff --git a/portal/index.html b/portal/index.html
index 61ecb20..c3bac6f 100644
--- a/portal/index.html
+++ b/portal/index.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>


[3/7] git commit: Merge branch 'master' of github.com:usergrid/usergrid

Posted by sn...@apache.org.
Merge branch 'master' of github.com:usergrid/usergrid


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/b0dfe02f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/b0dfe02f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/b0dfe02f

Branch: refs/pull/94/merge
Commit: b0dfe02fb774a55b549cf1fd43149e461a5587c6
Parents: 04ea344 348c73c
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:37:32 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:37:32 2014 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



[7/7] git commit: Merge 9a36362a1bb8227c693c9297fb8589f7da8c409c into 348c73c858daa77ce6547327a2f9717d3e0394b2

Posted by sn...@apache.org.
Merge 9a36362a1bb8227c693c9297fb8589f7da8c409c into 348c73c858daa77ce6547327a2f9717d3e0394b2


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/8eaa7e86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/8eaa7e86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/8eaa7e86

Branch: refs/pull/94/merge
Commit: 8eaa7e865830fdedf2e11584ee38649535cc3389
Parents: 348c73c 9a36362
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 19:40:28 2014 +0000
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 19:40:28 2014 +0000

----------------------------------------------------------------------
 portal/config.js                                | 15 ---------------
 portal/dist/usergrid-portal/config.js           | 15 ---------------
 portal/dist/usergrid-portal/index-debug.html    | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index-template.html | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index.html          | 16 ++++++++++++++++
 portal/index-debug.html                         | 16 ++++++++++++++++
 portal/index-template.html                      | 16 ++++++++++++++++
 portal/index.html                               | 16 ++++++++++++++++
 8 files changed, 96 insertions(+), 30 deletions(-)
----------------------------------------------------------------------



[4/7] git commit: Merge branch 'master' of github.com:usergrid/usergrid

Posted by sn...@apache.org.
Merge branch 'master' of github.com:usergrid/usergrid


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/b0dfe02f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/b0dfe02f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/b0dfe02f

Branch: refs/pull/94/head
Commit: b0dfe02fb774a55b549cf1fd43149e461a5587c6
Parents: 04ea344 348c73c
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:37:32 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:37:32 2014 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



[5/7] git commit: move google analytics out of config

Posted by sn...@apache.org.
move google analytics out of config


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/9a36362a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/9a36362a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/9a36362a

Branch: refs/pull/94/merge
Commit: 9a36362a1bb8227c693c9297fb8589f7da8c409c
Parents: b0dfe02
Author: Shawn Feldman <sh...@gmail.com>
Authored: Tue Apr 1 13:38:34 2014 -0600
Committer: Shawn Feldman <sh...@gmail.com>
Committed: Tue Apr 1 13:38:34 2014 -0600

----------------------------------------------------------------------
 portal/dist/usergrid-portal/config.js           | 15 ---------------
 portal/dist/usergrid-portal/index-debug.html    | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index-template.html | 16 ++++++++++++++++
 portal/dist/usergrid-portal/index.html          | 16 ++++++++++++++++
 portal/index-debug.html                         | 16 ++++++++++++++++
 portal/index.html                               | 16 ++++++++++++++++
 6 files changed, 80 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/config.js
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/config.js b/portal/dist/usergrid-portal/config.js
index 12f1fe5..5484491 100644
--- a/portal/dist/usergrid-portal/config.js
+++ b/portal/dist/usergrid-portal/config.js
@@ -1,20 +1,5 @@
 var Usergrid = Usergrid || {};
 
-//Google Analytics
-var _gaq = _gaq || [];
-_gaq.push(['_setAccount', 'yours']);
-try{
-    (function(document) {
-        if(!document){
-            return;
-        }
-        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })(document || null);
-}catch(e){};
-//End Google Analytics
-
 Usergrid.showNotifcations = true;
 
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index-debug.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index-debug.html b/portal/dist/usergrid-portal/index-debug.html
index a5e793f..5dbc06e 100644
--- a/portal/dist/usergrid-portal/index-debug.html
+++ b/portal/dist/usergrid-portal/index-debug.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid-dev.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index-template.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index-template.html b/portal/dist/usergrid-portal/index-template.html
index acf04fc..330431b 100644
--- a/portal/dist/usergrid-portal/index-template.html
+++ b/portal/dist/usergrid-portal/index-template.html
@@ -168,5 +168,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/dist/usergrid-portal/index.html
----------------------------------------------------------------------
diff --git a/portal/dist/usergrid-portal/index.html b/portal/dist/usergrid-portal/index.html
index 61ecb20..c3bac6f 100644
--- a/portal/dist/usergrid-portal/index.html
+++ b/portal/dist/usergrid-portal/index.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/index-debug.html
----------------------------------------------------------------------
diff --git a/portal/index-debug.html b/portal/index-debug.html
index a5e793f..5dbc06e 100644
--- a/portal/index-debug.html
+++ b/portal/index-debug.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid-dev.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9a36362a/portal/index.html
----------------------------------------------------------------------
diff --git a/portal/index.html b/portal/index.html
index 61ecb20..c3bac6f 100644
--- a/portal/index.html
+++ b/portal/index.html
@@ -163,5 +163,21 @@
 <!--<script type="text/javascript" src="js/libs/angular-ui-ng-grid/ng-grid-2.0.2.debug.js"></script>-->
 <script src="config.js"></script>
 <script id="main-script" src="js/usergrid.min.js"></script>
+<script type="text/javascript">
+    //Google Analytics
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'yours']);
+    try{
+        (function(document) {
+            if(!document){
+                return;
+            }
+            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })(document || null);
+    }catch(e){};
+    //End Google Analytics
+</script>
 </body>
 </html>