I'm having a difficult time with Shopify's new Web Pixels API. All scripts added as "web pixels" run in a sandboxed environment within an iFrame, which is messing up the UET tag from Microsoft Ads. It seems like the tag can't access the necessary URL parameters (like MSCLKID) needed for conversion tracking.
I thought about extracting the parameter and sending it with the tag, but Microsoft's documentation is pretty vague and doesn't explain how to override these parameters. Has anyone found a workaround for this? How can I track conversions from Microsoft Ads with the new Web Pixels API? Any tips would be great!