Is it possible to have a mechanism similar to the Facebook conversion API, which allows each event to be sent twice from both client-side and server-side, with a common uuid to identify that both are the same event, to prevent duplication?
We can send the same event from server-side with the client IP, cookies, and user-agent, which should be able to reduce the errors caused by ad-blockers or the increasingly strict browser security settings.