Rule Based Trait/Segment Question
Hi,
Here is my simple use case:
we wanted to show the targeted content using Adobe Target for those who started filling the form steps but not yet completed.
Tracking the Form steps in specific eVarX(Adobe Analytics) and forwarding the same to AAM too.
Step1:
s.evarX = "form:step1"
Step2:
s.evarX = "form:step2"
.
.
.
Last Step/Confirmation page:
s.evarX = "form:step7"
So, the question is - if we go ahead the create rule based trait as below, will it work?
Rule Based Trait:
c_evarX == "form:step1"
AND NOT
c_evarX = "form:step7"
Thanks
