Landing Product Checkout Thank-You (test)
utm-rescue demo shop

✓ Order confirmed

Thanks! Your order is on its way.

What just happened

This page matches the configured conversionUrlPatterns: ['/thank-you'] trigger. A conversion ping was just sent to POST /v1/collect with whatever UTMs the visitor brought through the funnel.

→ Inspect captured pings

Diagnostics

Simulate a dataLayer-only conversion

If your shop fires a dataLayer event instead of having a unique URL, this is what it'd look like (open without ?order=):

dataLayer.push({
  event: 'purchase',
  ecommerce: { transaction_id: 'ORD-99999', value: 124.50, currency: 'EUR' }
});