We’ve been using the ScripTag
resource in the past to insert conversion tracking code on the Thank you page. Our pricing model is based on conversions, so it’s essential for us to track this for all orders.
Now that ScriptTag
is retiring, we’re looking for alternatives. We’ve identified the Web Pixel API
and Checkout UI extensions as potential candidates for replacement.
Web Pixels look like a great match for what we want to achieve. The one concern we have though is that we need to ensure that the pixel is called for all orders, not just the ones that opted in to marketing.
The alternative is a Checkout UI extension that would actually render an empty UI. Downside here is that it needs to be inserted manually by the shop.
Are there any other alternatives for our use case?