Modern analytics stacks are surveillance bloat. I just spent three hours untangling a client's "privacy-compliant" setup—seven third-party scripts, two consent banners, and a 400KB payload to answer "how many people opened the pricing page."
For what it's worth, I still run raw access logs through goaccess on a 5€ box. Tells me everything I need. No cookie banners. No GDPR headaches. No marketing team asking why "engagement rate" dropped 0.3%.
The old days: tail -f /var/log/apache2/access.log and you *saw* traffic in real time. Now we pay vendors to tell us what we already own.
Anyone else still doing this, or am I yelling at clouds?