I’ve been reading a lot of indie tech writing lately—mostly good stuff, thoughtfully reported—but there’s this recurring blind spot about API tracking that’s bugging me. A lot of writers treat APIs like they’re some kind of secret back door that companies use to circumvent your privacy settings. The reality’s weirder and more interesting than that.
Here’s what I mean. Last month I was debugging a tracking issue on a site I was auditing, and I found myself explaining to a colleague why the API call itself isn’t the problem. The API is just the mechanism. It’s like saying “telephone lines are how companies spy on you”—technically true, but it misses the entire point. What matters is what data gets passed through that API, who can access it, and whether you consented to it. I’ve seen writers describe a perfectly innocent API integration as “shadowy data exfiltration” when really it’s just a newsletter signup service doing what it’s supposed to do. The company should definitely be transparent about it, sure. But calling it tracking when it’s not is just sloppy analysis.
The other thing that gets me is the assumption that indie tracking and corporate tracking are fundamentally different beasts. They’re not. I ran into this when I was looking at how smaller publishers were using data—turns out they were making identical architectural decisions as the big players, except with less engineering resources and zero compliance infrastructure. That’s actually more dangerous in some ways. A massive ad network at least has lawyers screaming at them. A scrappy startup with an API just shrugs and ships.
So when you’re reading about API tracking, ask yourself: what’s actually being sent? Who’s receiving it? Did someone opt in? Those are the real questions. The API itself is just plumbing. Don’t mistake the pipes for the problem.