What the hell is CAPI?

Making sure CAPI won't be blocked

2min
as mentioned previously, pixels get blocked due to the url if the url is one that's known to be used for tracking? it still gets blocked so if you're using some tech that provides a server for capi integration, you need to make sure that its not using their own url case in point, if you're using twilio segment , the url for their pixel is https //cdn segment com/analytics js https //cdn segment com/analytics js obviously, since that url is common, its also easily blocked so whats the solution? you need the server to use your url the pixels url would then look a little like this https //www your website url com/db js since its your own url, it won't get blocked! 😃