Expand my Community achievements bar.

SOLVED

Segment to capture visits with a change in evar value, without knowing what the evar value is/was.

Avatar

Level 2

Has anyone done this, or is it possible? Basically, I want all visits where an evarN.value != previous_evarN.value for a visit. Since I won't know what the previous value of evarN was, I can't set it specifically using "equals" and then use a "not equals".

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Don't think this is possible with the current features in the Segment Manager.

Alternatively, I can think it from an implementation point of view. If you store the evar value in a cookie and check on change set the value an event to 1 or something similar (maybe prop to 'true'/'change'). Then you could definitely build a segment on the this.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Don't think this is possible with the current features in the Segment Manager.

Alternatively, I can think it from an implementation point of view. If you store the evar value in a cookie and check on change set the value an event to 1 or something similar (maybe prop to 'true'/'change'). Then you could definitely build a segment on the this.