Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C41F510765 for ; Wed, 11 Dec 2013 20:47:33 +0000 (UTC) Received: (qmail 60149 invoked by uid 500); 11 Dec 2013 20:47:33 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 60117 invoked by uid 500); 11 Dec 2013 20:47:33 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 60108 invoked by uid 99); 11 Dec 2013 20:47:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 20:47:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ipad.wenk@gmail.com designates 209.85.216.53 as permitted sender) Received: from [209.85.216.53] (HELO mail-qa0-f53.google.com) (209.85.216.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 20:47:27 +0000 Received: by mail-qa0-f53.google.com with SMTP id j5so997181qaq.19 for ; Wed, 11 Dec 2013 12:47:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=l3x/I04RFUMl8uQsIYu7OiEEjcEsl9nS428wDe9HjAY=; b=psT/a+2/hSYFWIyaxgNm+noeBCrd3uf0nXTq4uMqOBpKq5Ek3/MxSCc8NhKzGeRWiX 4in2q31t4A5fJDQgIDBEI+bQ7j0MnnKOJrgWSDZyyuLmE7r3RFaYZv9aikfZPCAVrrKM 56mkwROeev9bwcII1bvb22u2Gx3KXsk3GOyO9tUaA71YDa3/f46FIA1//wwHOb0wo4RW 0C+1N+u8QOqq3dZiIuYFAWGDeLiyA6bqdmeocY/mCGPet+tlKWkbV/OKNgwXtB0LnD10 2gld+W1D4U9iBybXb5Zqx7nZwFYYgV7Ny8mWwE556k2Cvgf8r42CNpT4PBgKrwmhmT6i S+pA== X-Received: by 10.49.25.16 with SMTP id y16mr6432606qef.20.1386794826394; Wed, 11 Dec 2013 12:47:06 -0800 (PST) MIME-Version: 1.0 Reply-To: andy@nms.de Sender: ipad.wenk@gmail.com Received: by 10.229.214.74 with HTTP; Wed, 11 Dec 2013 12:46:46 -0800 (PST) In-Reply-To: References: <39BE1B1A-1D6C-48C0-A3A1-ABBCC4E4B54E@apache.org> <5294C6FF.4030408@bigbluehat.com> From: Andy Wenk Date: Wed, 11 Dec 2013 21:46:46 +0100 X-Google-Sender-Auth: mcXoQtcb1h2aOuwXJX9ygM-X7z4 Message-ID: Subject: Re: [docs] Analytics on docs.couchdb.org To: Noah Slater Cc: "dev@couchdb.apache.org" , Jan L Content-Type: multipart/alternative; boundary=047d7b62224400f0d804ed485535 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b62224400f0d804ed485535 Content-Type: text/plain; charset=UTF-8 On 4 December 2013 16:41, Noah Slater wrote: > Okay, we have this: > > https://support.google.com/analytics/answer/1032400?hl=en > > > For more information on implementing multiple instances of the tracking > code with the analytics.js library, consult the Analytics Developer Guide. > > If someone wants to look at this and prepare the code needed to add a > second tracking code, I can provide the tracking ID. (I have access to > the main CouchDB GA account.) I had a look at this. As far as I understood, we just need to add ga('create', 'UA-12345-6', 'auto', {'name': 'docs-couchdb'}); ga('docs-couchdb.send', 'pageview'); (where UA-12345-6 has to be replaced with the CouchDB tracking ID) to a feasible place - at the end it could be the searchbox template proposed by Benjamin. Noah, if you send me the ID I will check this and add it ... Cheers Andy -- Andy Wenk Hamburg - Germany RockIt! http://www.couchdb-buch.de http://www.pg-praxisbuch.de GPG fingerprint: C044 8322 9E12 1483 4FEC 9452 B65D 6BE3 9ED3 9588 --047d7b62224400f0d804ed485535--