شكرًا لك على الإبلاغ عن هذا. نحن في مرحلة انتقالية فيما يتعلق بطريقة قياس عدد مرات عرض الصفحات في المتصفح. نظريتي هي أنه في 6 يوليو، تم تفعيل لوحة تحكم جديدة لديك لفترة وجيزة (مع تفعيل طريقة التتبع الجديدة)، ثم قمت بإلغائها. هذا أمر طبيعي تمامًا، لكن يجب أن تعود المخططات إلى استخدام الأرقام من طريقة التتبع القديمة.
لدي طلب دمج (PR) يحتوي على الإصلاح:
main ← blank-site-traffic
merged 04:53AM - 17 Sep 26 UTC
Two transports count browser pageviews. A beacon request sends one count. A head… er on a usual request sends the other count. Both transports can record the same visit. Thus a report must read only one of them for each day.
Before this change, a report found the first day with beacon data. It then read the beacon counters for that day and for all later days. One day with beacon data was sufficient to make this decision.
Some sites recorded beacon data on one early day only. Beacons were behind a feature flag. On these sites, a report read a beacon count of zero for all later days. The site traffic report subtracts the browser pageviews from the total pageviews. The remainder is "other traffic". Thus all traffic became "other traffic".
A report now makes this decision for each day. It reads the beacon counters on each day that recorded beacon traffic. It reads the header counters on the other days. A day with no beacon data does not change the other days.
The admin dashboard traffic service had the same decision in its own query. It now uses the same rule as the reports.
Reported on Meta: https://meta.discourse.org/t/has-something-changed-in-how-page-views-are-shown-in-the-dashboard-report/412614
إعجابَين (2)