Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125922 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 7F9C31A00BD for ; Thu, 7 Nov 2024 15:51:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1730994868; bh=nrmBtpkcPNENszY1AbbIfAShcMbByAJpOKX3WV3JgEQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=g7ObzhxajavBWh0FkKjivwuYZ5prSMAz2zZInbgkVQoYNLb+VIXRxc7bLbK8gUyCu ZwWC9rkFXsQPe4gnyZgwU2ILKZImkf37Z0nZhvrk7Un1qW6V+FFNl2ObBIjrX5K6mL GHLO1kJZZmqqA/OsSqVcEGo7lkMzleFqGl51bawJTNT9KqYvc2IXbuwBcfNPzEqtSM 8rAb6CRlcpeJ6k1ZySjWCzDhkX76b4tGIOsPjjZiNOfBUlv3ijVzKgV5sxNwdtTMjr tAvs2N8uScNqjhxRo52Sy6WnYLtYqTmKUTMCgHdWRnRFtu/rgkXnDiZ6oYTtsTiFRI TSQUpu1Q8zS2w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 662AD180087 for ; Thu, 7 Nov 2024 15:54:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 7 Nov 2024 15:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1730994714; bh=nrmBtpkcPNENszY1AbbIfAShcMbByAJpOKX3WV3JgEQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=m6RGqTQpmCYoeV5LVZEgQFUKRU782/iqHJz8mstYPke+TUTJbYYVPUxuFRCQDI51Q C3RmNau1n5gK7ZHhDiQiBvrq8oTxoo5HPj2XgTWcr2E5q/bphiVjTw369QGWA3/EjK ODFg9ceTyx7L1JDh7oHH3TFZW5B5TsTAiEnOZJ8mKZG37BNJ+z2UJOsUFiXi4/SGH3 BEFcnhmHPMEcDBrarA6yMQ+Ax7RvuZ98Kc0C+cc4kxHQZrGv/1KkwPU40smKDDB4tM L7B0jTRAVYK0UmZikbGozaLD83Szt5oUPa5/x8Q/ezUYFN4E0exht6wtsn7E2NZwzz KdzqkpHdR8NOA== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 2629510C03E; Thu, 07 Nov 2024 15:51:54 +0000 (GMT) Date: Thu, 7 Nov 2024 15:51:53 +0000 (GMT) To: Bob Weinand cc: Larry Garfield , php internals Subject: Re: [PHP-DEV] [RFC] PHP.net analytics In-Reply-To: Message-ID: References: <55320aad-758a-4d06-b1bd-3eac2b5a5f71@app.fastmail.com> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-803513588-1730994307=:115946" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-803513588-1730994307=:115946 Content-Type: text/plain; CHARSET=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 2 Nov 2024, Bob Weinand wrote: > On 1.11.2024 22:41:29, Larry Garfield wrote: > > In a similar vein to approving the use of software, Roman Pronskiy=20 > > asked for my help putting together an RFC on collecting analytics=20 > > for PHP.net. > >=20 > > https://wiki.php.net/rfc/phpnet-analytics [snip] > Let's see what the RFC names: >=20 > =C2=A0=C2=A0=C2=A0 Time-on-page > =C2=A0=C2=A0=C2=A0 Whether they read the whole page or just a part > =C2=A0=C2=A0=C2=A0 Whether they even saw comments >=20 > Yes, these need a client side tracker. But I doubt the usefulness of=20 > the signal. You don't know who reads that. Is it someone who is=20 > already familiar with PHP and searches a detail? He'll quickly just=20 > find one part. Is it someone who is new to PHP and tries to understand=20 > PHP. He may well read the whole page. But you don't know that. The Matomo JS tracker also does not collect all this data, it only=20 improves the "time spent on each page": https://developer.matomo.org/guides/tracking-javascript-guide#accurately-me= asure-the-time-spent-on-each-page I make no comments about how useful this is. > =C2=A0=C2=A0=C2=A0 How much are users using the search function? Is it fi= nding what they > want, or is it just a crutch? >=20 > How much is probably greppable from the server logs as well. The PHP client tracker that was mentioned in this thread, has a specific=20 feature for this: https://github.com/matomo-org/matomo-php-tracker/blob/master/MatomoTracker.= php#L910 The JS version can't track our internal search systems, and I am not=20 sure it use the HTTP referrer to see whether the entry came through a=20 Google (or other third party) search. > And yeah, server logs are more locked down. But that's something you=20 > can fix. I hope that the raw analytics data is just as locked down as=20 > the server logs... The raw server logs will definitely not be opened up, and neither will=20 any other raw data. cheers, Derick --=20 https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/suppo= rt mastodon: @derickr@phpc.social @xdebug@phpc.social --8323329-803513588-1730994307=:115946--