Remix.run Logo
pseudalopex 4 hours ago

> Imagine running a store, and then I ask you how many customers you had yesterday and what they are looking at.

Server logs can provide this information.

crazygringo 2 hours ago | parent | next [-]

Only in very simple ways.

Realistically, you want to know things like, how many users who looked at something made a purchase in the next 3 days? Is that going up or down after a recent change we made?

Many necessary business analytics require tracking and aggregating the behavior of individual users. You can't do that with server logs.

vladms 9 minutes ago | parent [-]

Many people want to do many things, problem is do we agree as society it is ok, considering all the implications.

I personally find the commercial targeting extremely poor. I look for things to buy and I get stupid ads which don't fit, or I bought the things and still bombarded with the ad for the same thing.

But data collection can be used by far more nefarious purposes, like political manipulation (already happening). So yes, I am willing to give up some percentage points in optimizing the commercial and advertisement process (for your example, wait for 2 weeks and check for the actual sales volume difference) to prevent other issues.

legitster 4 hours ago | parent | prev [-]

Not for the amount of stuff on the web now that is client-side rendered.

pseudalopex 3 hours ago | parent [-]

Client side rendering means in practice clicking a product retrieves JSON and images instead of HTML and images. This can be logged.