Mobile Session Size (MB)

Total of all Rep and Req sizes (end of session)

Display Name
Mobile Session Size (MB)
Internal Name
CUST.E_MOBILE_SESSION_MB
Advanced Mode
true
Description
Total of all Rep and Req sizes (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_MB()
{
    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_MB_DG_NONE", $F.getLastFact("TL.F_E_REPORT_WS_SESSION_MB_DG_NONE").NumericValue);
        // Set fact for Report Group: Traffic Type
        $F.setFact("CUST.F_E_MOBILE_SESSION_MB_DG_TLT_TRAFFIC_TYPE", $F.getLastFact("TL.F_E_REPORT_WS_SESSION_MB_DG_NONE").NumericValue);
        // Set fact for Report Group: Gesure Report Group 3
        $F.setFact("CUST.F_E_MOBILE_SESSION_MB_FACT1", $F.getLastFact("TL.F_E_REPORT_WS_SESSION_MB_DG_NONE").NumericValue);
        // Set fact for Report Group: Gesure Report Group
        $F.setFact("CUST.F_E_MOBILE_SESSION_MB_FACT2", $F.getLastFact("TL.F_E_REPORT_WS_SESSION_MB_DG_NONE").NumericValue);
    }
}