Title: [159885] trunk/Websites/webkit.org
Revision
159885
Author
[email protected]
Date
2013-11-30 09:05:06 -0800 (Sat, 30 Nov 2013)

Log Message

<https://webkit.org/b/125027> Update the analytics account used by webkit.org

Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.

Reviewed by Sam Weinig.

* footer.inc: Remove the old analytics code.
* header.inc: Add the new stuff.

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (159884 => 159885)


--- trunk/Websites/webkit.org/ChangeLog	2013-11-30 07:41:14 UTC (rev 159884)
+++ trunk/Websites/webkit.org/ChangeLog	2013-11-30 17:05:06 UTC (rev 159885)
@@ -1,3 +1,14 @@
+2013-11-30  Mark Rowe  <[email protected]>
+
+        <https://webkit.org/b/125027> Update the analytics account used by webkit.org
+
+        Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
+
+        Reviewed by Sam Weinig.
+
+        * footer.inc: Remove the old analytics code.
+        * header.inc: Add the new stuff.
+
 2013-10-29  Beth Dakin  <[email protected]>
 
         Just updating the sample code for this potential blog post.

Modified: trunk/Websites/webkit.org/footer.inc (159884 => 159885)


--- trunk/Websites/webkit.org/footer.inc	2013-11-30 07:41:14 UTC (rev 159884)
+++ trunk/Websites/webkit.org/footer.inc	2013-11-30 17:05:06 UTC (rev 159885)
@@ -1,11 +1,5 @@
 </div>
 
 <?php include("nav.inc"); ?>
-<script src="" type="text/_javascript_">
-</script>
-<script type="text/_javascript_">
-_uacct = "UA-336489-2";
-urchinTracker();
-</script>
 </body>
 </html>

Modified: trunk/Websites/webkit.org/header.inc (159884 => 159885)


--- trunk/Websites/webkit.org/header.inc	2013-11-30 07:41:14 UTC (rev 159884)
+++ trunk/Websites/webkit.org/header.inc	2013-11-30 17:05:06 UTC (rev 159885)
@@ -32,6 +32,16 @@
         pic5 = new Image(8,9);
         pic5.src=""
     </script>
+
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=""
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-7299333-1', 'webkit.org');
+      ga('send', 'pageview');
+    </script>
     
 <?php
     if (isset($extra_head_content)) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to