Hi @shaunhill ,
Yes, it is possible to modify the JavaScript code in ACC v7 to track clicks on specific URLs and use that to determine the winning delivery in an A/B test.
To achieve this, you can modify the JS code to track clicks on the links in your email. Instead of just tracking clicks overall, you can modify the code to look for clicks on specific URLs that correspond to the links you want to track.
Once you have modified the code to track clicks on these specific URLs, you can use the results of the A/B test to determine which delivery had the highest number of clicks on those URLs, and use that as the basis for determining the winning delivery.