Mobile Session Length (sec)

Total length of the session in seconds (end of session).

Display Name
Mobile Session Length (sec)
Internal Name
CUST.E_MOBILE_SESSION_SECS
Advanced Mode
true
Description
Total length of the session in seconds (end of session).
ImageSrc
default.gif
DisplayInPortal
true
DisplayInSessionList
false

JavaScriptâ„¢: (Advanced Mode only)

// Generated by Discover Event Manager

// NOTE: Do not change event name
function CUST$E_MOBILE_SESSION_SECS()
{
    if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0)
    {
        // Set fact for Report Group: No Dimension Report Group
        $F.setFact("CUST.F_E_MOBILE_SESSION_SECS_DG_NONE", $S.TotalTime);
        // Set fact for Report Group: Traffic Type
        $F.setFact("CUST.F_E_MOBILE_SESSION_SECS_DG_TLT_TRAFFIC_TYPE", $S.TotalTime);
        // Set fact for Report Group: Gesure Report Group 3
        $F.setFact("CUST.F_E_MOBILE_SESSION_SECS_FACT1", $S.TotalTime);
        // Set fact for Report Group: Gesure Report Group
        $F.setFact("CUST.F_E_MOBILE_SESSION_SECS_FACT2", $S.TotalTime);
    }
}