How to let Facebook Pixel by circumventing iOS14 and uBlock addon? An idea
How to let Facebook Pixel work by circumventing iOS14 settings and uBlock browser addon? An idea
How does Facebook Pixel work? It sends data from a client side to Facebook. Because it works on a client side, client side browser privacy addons such as uBlockOrigin block all the requests sent to facebook.com or any of its subdomains known for garthering data thus rendering Facebook Pixel.
A similar thing, I guess, goes for iOS 14.
What would be a solution?
a) register one’s own domain and server b) create a javascript file that would redirect all data which has to do with Facebook Pixel to one’s domain or server c) gather data on one’s domain or server d) and immediately send it to Facebook
Thus, this
my_site1.com → facebook
will become this:
my_site1.com →my_intermediate_service.com → facebook
The idea is that each person would have his own my_intermediate_service.com, with his own domain name.
I’ve not implemented it myself. I fugure it’ll work.
Does anyone need help with this? Get in contact with me.
read more...