Multiple/Duplicate instances of eVar with different values in the same call | Community
Skip to main content
abehjat
Level 2
June 21, 2023
Solved

Multiple/Duplicate instances of eVar with different values in the same call

  • June 21, 2023
  • 1 reply
  • 682 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

This isn't an expected implementation.. It's hard to say what will track.... I would assume the last one (being the last one to be set)?

 

When passing merchandising eVars into a product string, there should only be a single eVar1, a single eVar2, a single eVarX per product.... 

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
June 22, 2023

This isn't an expected implementation.. It's hard to say what will track.... I would assume the last one (being the last one to be set)?

 

When passing merchandising eVars into a product string, there should only be a single eVar1, a single eVar2, a single eVarX per product.... 

abehjat
abehjatAuthor
Level 2
June 22, 2023

I agree - but let's just say engineering messed up on their implementation, I want to make sure we can collect at least the last instance.

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
June 22, 2023

Lol.. I've never actually tried this... but it might be worth testing this in a dev or qa suite and checking the results?