How SiteCatalyst attribute participation values to prop variables?
I built new prop variables to know effect of links on internal site.
So if visitor move following case, how many participation number each variables could get?
visitorA: pageA > pageB(prop1="c1_link1") > pageC(prop1="c1_link2") > pageA > pageD(event1)
visitorB: pageB(prop1="c1_link1") > pageA > pageD(event1)
I think SiteCatalyst would count like this.
prop1 report:
c1_link1 event1:participation = 2
c1_link2 event1:participation = 1
Because SiteCatalyst regards both variables contribute to event1.
If my recognition is wrong, please let me know.