.session(0) message Event
- Display Name
Double Tap Gesture
- Internal Name
CUST.E_DOUBLE_TAP_GESTURE
- Advanced Mode
- true
- Description
- .session(0) message Event
- ImageSrc
- default.gif
- DisplayInPortal
- true
- DisplayInSessionList
- true
JavaScript™: (Advanced Mode only)
// Generated by Event Manager
// NOTE: Do not change event name
function CUST$E_DOUBLE_TAP_GESTURE()
{
if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0 && $P["TL.P_SESSIONS_0_MESSAGE_STEP_ENTRY_IN_REQUEST"].firstValue().toUpperCase() == "DOUBLETAP")
{
// Set fact for Report Group: No Dimension Report Group
$F.setFact("CUST.F_E_DOUBLE_TAP_GESTURE", "TLT$NULL");
// Set fact for Report Group: Gesure Report Group
$F.setFact("CUST.F_E_DOUBLE_TAP_GESTURE_FACT2", "TLT$NULL");
}
}