Hello guys, the default behavior of the matomo JavaScript tracker seems to be sending the 1st request on the page with "request_image" set to 1, this theoretically should trigger a 200 with the 1*1 pixel as a response but some of the major adblockers have really strict rules for bocking image requests.
Is there any way in JS/matomo config/anywhere else to permanently set the request_image parameter to 0?
@Mepherotus you could use _paq.push(['setRequestMethod', 'POST'])
@Mepherotus does this answer your question?
Yes, I was testing for some days now and, together with some simple rewrite rules on the load balancer (rewriting matomo.php to /m) we have quite a nice tracking coverage