Unresponsive Gestures

Any unresponsive gestur.

Display Name
Unresponsive Gestures
Internal Name
CUST.E_UNRESPONSIVE_GESTURES
Advanced Mode
true
Description
Any unresponsive gesture
ImageSrc
default.gif
DisplayInPortal
true
DisplayInSessionList
true

JavaScriptâ„¢: (Advanced Mode only)

// Generated by Discover Event Manager

// NOTE: Do not change event name
function CUST$E_UNRESPONSIVE_GESTURES()
{
    if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0 && $F.getLastFact("CUST.F_E_UNRESPONSIVE_GESTURES_BB").HitNumber == $H.HitNumber && $F.getLastFact("CUST.F_E_UNRESPONSIVE_GESTURES_BB").StepNumber == $H.StepNumber)
    {
        // Set fact for Report Group: No Dimension Report Group
        $F.setFact("CUST.F_E_UNRESPONSIVE_GESTURES", "TLT$NULL");
        // Set fact for Report Group: Gesure Report Group
        $F.setFact("CUST.F_E_UNRESPONSIVE_GESTURES_FACT2", "TLT$NULL");
        // Set fact for Report Group: Gesture Mobile Device
        $F.setFact("CUST.F_E_UNRESPONSIVE_GESTURES_FACT3", "TLT$NULL");
        // Set fact for Report Group: Gesure Report Group 3
        $F.setFact("CUST.F_E_UNRESPONSIVE_GESTURES_FACT4", "TLT$NULL");
    }
}