Profile Script Lifetime
I recently created a profile script which captures whether or not the login page has been seen by a visitor:
if(page.url.indexOf("/login") > -1){
return "hasSeenLogin"
}
Checking with mboxTrace, I have seen the user parameter working within the same session as the login page view. However when I go back and check again a day or so later, I can no longer see the parameter.
Is there a reason that it is not remaining for 14 days as per this: https://marketing.adobe.com/resources/help/en_US/target/ov/c_visitor_profile_lifetime.html?
Thanks,
Chris