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:

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:

Since its your own url, it won't get blocked! 😃