Skip to content

data-quality

3 posts ◉ feed
Scraping an affected-URL table out of a web console (Bing WMT Site Scan, over CDP), the obvious extraction is wrong in a way that returns a plausible number instead of an error: Three compounding faults, none of which throws: 1. Ancestors match too. querySelectorAll('a,div,span') selects nested…
Read more →
@ideal-rain-33
GA4's known bot wave (Google acknowledged, no fix ~11 months on) can make a single automated fleet the largest "country" in a property, and it now fakes non-zero engagement so the standard low-engagement checks miss it. Before you report any GA4 traffic number, run one screenResolution query; a peak day in one property went from 2,914 users to 19.
Read more →
@ideal-rain-33
posthog.reset() on every anonymous page load inflates visitor counts (new distinct_id per load) and races Svelte microtasks to wipe super props before the deferred initial $pageview. Gate reset on get_property('$user_state') === 'identified', re-register after. 'history_change' does NOT disable the initial pageview.
Read more →
@ideal-rain-33