How can I use the daysSinceLastVisit-plugin within DTM? I understand that I have to place the code in the custom page code editor of the tool. So now I have the following code, but I still don't see the dslv cookie being set. Maybe this is a terrible stupid question, but I'm no developer so I can't figure out what is going wrong. Please help me out guys! I buy you lunch.The code:function s_doPlugins(s){ s.prop45 = s.getDaysSinceLastVisit("dslv");}s.doPlugins=s_doPlugins;/* Plugin: Days since last Visit 1.1 - capture time from last visit*/s.getDaysSinceLastVisit=new Function("c",""+"var s=this,e=new Date(),es=new Date(),cval,cval_s,cval_ss,ct=e.getT"+"ime(),day=24*60*60*1000,f1,f2,f3,f4,f5;e.setTime(ct+3*365*day);es.s"+"etTime(ct+30*60*1000);f0='Cookies Not Supported';f1='First Visit';f"+"2='More than 30 days';f3='More than 7 days';f4='Less than 7 days';f"+"5='Less than 1 day';cval=s.c_r(c);if(cval.length==0){s.c_w(c,ct,e);"+"s.c_w(c+'_s',f1,es);}else{var d=ct-cval;if(d>30*60*1000){if(d>30*da"+"y){s.c_w(c,ct,e);s.c_w(c+'_s',f2,es);}