Fixed

Tracking Script v1.5.2

Bug Fixes

  • Accurate visitor counting on redirect variations
    A variation whose changes redirect on a click or a timer now records its visitors. Previously an asynchronous redirect navigated away before the visitor was counted, so the variation reported no visitors while conversions kept arriving for it.

  • Redirect counting now survives single-page-app route changes
    On sites that change route without a full page load, a visitor still owed a count could lose it when the route changed before the redirect fired. The count now survives those route changes and is sent once the redirect completes.

  • Reliable redirects on slow connections
    On a slow or busy connection a heavy page could hold the network long enough to delay a Split URL redirect, so some visitors never reached the other page and were never counted. The redirect now starts cleanly instead of competing with whatever the page is still loading.

  • Visual editor changes with special characters in their selector
    These are now applied correctly, and one faulty change no longer stops other experiences on the same page from running.