Tap and Hold Gesture

.sessions(0) message Event

Display Name
Tap and Hold Gesture
Internal Name
CUST.E_TAP_AND_HOLD_GESTURE
Advanced Mode
true
Description
.sessions(0) message Event
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_TAP_AND_HOLD_GESTURE()
{
    if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0 && $P["TL.P_SESSIONS_0_MESSAGE_STEP_ENTRY_IN_REQUEST"].firstValue().toUpperCase() == "TAPHOLD")
    {
        // Set fact for Report Group: No Dimension Report Group
        $F.setFact("CUST.F_E_TAP_AND_HOLD_GESTURE", "TLT$NULL");
        // Set fact for Report Group: Gesure Report Group
        $F.setFact("CUST.F_E_TAP_AND_HOLD_GESTURE_FACT2", "TLT$NULL");
        // Set fact for Report Group: Gesure Report Group 2
        $F.setFact("CUST.F_E_TAP_AND_HOLD_GESTURE_FACT3", "TLT$NULL");
    }
}