Test whether positioning the product recommendations near the top or bottom of the PDP makes a difference.
May 22, 2025
Still running
Test variants
Targeting filters
Different variants being tested in this experiment
Traffic allocation: 50%
Traffic allocation: 50%
Custom JavaScript:
// Move function supporting partial IDs
function moveDiv(targetPartialId, referencePartialId, position = 'after') {
const target = document.querySelector(`[id*="${targetPartialId}"]`);
const refer...
Injection: onWindowLoad