Avatar

Level 5

For # of days you could use the method described above. On the order confirmation page you store a data element with a time stamp that persists for the visitor. If there is a previous value in that element you calculate the difference between dates and store it in an evar.

For # of visits you could use the Visit Number. Similar to the above, when someone gets to the order confirmation page you would store the visit number in a data element that persists for the visitor. If there is a previous value you calculate the difference between the visit numbers and store that in an evar.

For the total time of visits I'm not so sure.