7 ms·
Prevent Google Analytics data from being blocked by ad blockers
- mtmail 4y agoSign-up pages cannot be Show HN https://news.ycombinator.com/showhn.html https://news.ycombinator.com/showhn.html Please submit again when it's ready or use a regular submission.
- alfonmga 4y agoDone. Thank you for the warning.
- josephcsible 4y agoHow can I bypass/disable this on sites that try to force it on me?
- alfonmga 4y agoHi there! I'm Alfon, the human being behind this service. getfullanalytics.com is in a pre-beta state, and we plan to release the beta for everybody in the next few days. I just wanted to share it with you all here on HN ;-)
- deleted 4y ago[deleted]
- verdverm 4y agoHow does this work for GDPR & CCPA like rule regimes?
- alfonmga 4y agoGoogle Analytics, by default, is not CCPA compliant. You can take steps for stricter compliance with CCPA, such as: implementing IP anonymization, disabling data sharing, displaying a cookie consent banner on your site, reviewing PII collected and honoring user data access/deletion requests..etc. Anyways, it is too early for this service to dig into this legal stuff. I prefer to focus on building at this moment.
- verdverm 4y agoWhat prevents your service from making it into the ad blockers? Why not do the following https://developers.google.com/tag-platform/tag-manager/server-side https://developers.google.com/tag-platform/tag-manager/serve... The only way to really achieve this is running analytics through the same domain the users are visiting, best as a path. I suspect this is where the market will go if ad blockers become to pervasive
- alfonmga 4y ago> Why not do the following https://developers.google.com/tag-platform/tag-manager/server-side https://developers.google.com/tag-platform/tag-manager/serve... I could say that we do that at a high level, but as SaaS for our clients. You can't expect the average person to set up and manage 3 servers (HA) on GCP to get everything running. > The only way to really achieve this is running analytics through the same domain the users are visiting, best as a path. I suspect this is where the market will go if ad blockers become to pervasive That's right.
- verdverm 4y agoYou didn't answer the first question...