Multiple/Duplicate instances of eVar with different values in the same call
Given a product string that may look as such:
s.products=";sandal123;;;;eVar1=sandals|eVar1=internal search|eVar1=non-internal campaign|eVar4=non-browse|eVar5=non-cross-sell";
Where there are three eVar1s with different values, which value would eVar1 record against the product sandal123? Would it successfully record any value given this overlapping behavior?