AJAX call to Klaviyo API being blocked by browser's tracker-prevention
We have a newsletter signup form on our website that uses Javascript AJAX to make an API call to https://a.klaviyo.com/client/subscriptions/ to add someone to our newsletter list in Klaviyo. We have noticed that sometimes if the user’s browser is configured to block trackers, it blocks this API request. I found some other forum posts (e.g. this one) describing this happening when it actually is trackers (klclick1.com), but in our case it isn’t click-tracking at all, it’s just trying to send a request to the API. Is there anything we can do to prevent API calls from being classified as trackers (without requiring users to change their browser settings)?
