How does data element persistence and eVar persistence behave
Let us suppose
I have 3 eVars eVar1, eVar2, eVar3 defined as set to expire after visit.
I have data element "Populate evar1" whose Storage duration is Pageview. It has value "abc"
I have data element "Populate evar2" whose Storage duration is Pageview. It has value "xyz"
I have data element "Populate evar3" whose Storage duration is Pageview. It has value "123"
Scenario 1:
I have rule 1 for step1 where eVar1 is populated by value from data element "Populate evar1" and then send server call and then the clear vars is set.
I have rule 2 for step 2 that triggers after rule 1 where I set eVar2 value from data element "Populate evar2" and then send server call and then clears vars is set
I have rule 3 for step 3 that triggers after rule 2 where I set eVar3 value from data element "Populate evar3" and then send server call and then clears vars is set
Scenario 2:
I have rule 1 for step1 where eVar1 is populated by value from data element "Populate evar1" and then send server call and then the clear vars is set.
I have rule 2 for step 2 that triggers after rule 1 where I "clear vars first" and then set eVar2 value from data element "Populate evar2" and then send server call and then clears vars is set
I have rule 3 for step 3 that triggers after rule 2 where I set eVar3 value from data element "Populate evar3" and then send server call and then clears vars is set
Help me how the data looks for each scenario in Adobe Analytics dashboard.
Which eVars will be populated for Step 1,Step 2 and Step 3? Does eVar1 value persist on Step2 and Step 3.
Which persistence is superior whether it is data element storage duration or eVar expiry set in the reportsuite level
