May 29, 2025
Still running
Test variants
Targeting filters
Different variants being tested in this experiment
Traffic allocation: 100%
Custom JavaScript:
function highlightSalePrice() {
document.querySelectorAll('span').forEach(function(span) {
if (span.textContent.trim().toLowerCase() === 'sale') {
span.style.color = '#F84A36'; // or any color...
Injection: onWindowLoad