Hacker News new | ask | show | jobs
by pkalinowski 2188 days ago
Good adblockers do DNS lookup to see if subdomain points to tracking server anyway.

Only completely self-hosted (your domain, your tracking server) solutions are resilient to adblocking

3 comments

Interesting, then as a workaround trackers may create an image with pseudo-random src pointing to pageXXXwebsiteYYYclientZZZ.ad.yoursite.com (yoursite.com is the site which serves the actual content), while asking the owner to point NS record for ad.yoursite.com to IP of their DNS server. So HTTP/S request or DNS request can reach them anyway. Obviously DNS caching will prevent them from knowing how many times this particular page was accessed by this particular client, but at least they will know that it was accessed at least once.
You can set up a proxy, which isn't too hard (and operating a proxy is a lot simpler than operating an analytics service)
For now