Show HN: RSS Feed Validator and Analyzer (rssinspector.com)
1 points by sourabhkt 18m ago 1 comments
Creating cross-compiled Docker images from Go binaries (jvt.me)
1 points by ingve 42m ago 0 comments
Should I still use analytics?
2 ingve 1 6/3/2025, 1:25:30 PM martinfowler.com ↗
This is just a necessary quirk, since you want the pageview to be triggered on page load, but the user can't consent until the consent banner has loaded.
Since you're not loading a consent banner at all the pageview event triggers and is held in the data layer waiting for consent status to change. If the user exits or clicks to a different page that data is lost (because no cookie allowed). If they allow cookies later (somehow) then only the current pageview will be recorded (and as a landing page, even if it's not their actual, original, landing page).