Initially we got Server-side tracking for Microsoft Ads working by sending GET request to Bing servers from our server container. This is an example of such a request.
https://bat.bing.com/action/0?ti={{Regex - BING - Conversion - Ecommerce - Algemeen - Product}}&ver=2&mid={{Hash - Hashed URL}}&vid={{Event Data - ClientID}}&evt=pageLoad&rn=999999&msclkid=N&p={{URL - Host Name}}{{URL - Path}}
However, recently Microsoft started enforcing consent mode signals. And I can’t find how to attach such parameters to the request url. Does anyone know or knows of available documentation for this?