Swipe Gesture
.sessions(0) message Event
- Display Name
Swipe Gesture
- Internal Name
CUST.E_SWIPE_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_SWIPE_GESTURE()
{
if ($P["CUST.P_SESSIONS_0_MESSAGE_STEP_ENTRY_IN_REQUEST"].firstValue().toUpperCase() == "SWIPE")
{
// Set fact for Report Group: No Dimension Report Group
$F.setFact("CUST.F_E_SWIPE_GESTURE", "TLT$NULL");
// Set fact for Report Group: Gesure Report Group
$F.setFact("CUST.F_E_SWIPE_GESTURE_FACT2", "TLT$NULL");
}
}