Gesture
Any recorded gesture qualifies.
- Display Name
Gesture
- Internal Name
CUST.E_GESTURE
- Advanced Mode
- true
- Description
- Any recorded gesture qualifies.
- 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_GESTURE()
{
if ($F.factCount("TL.F_E_MOBILE_SESSION_START_BB") > 0 && $P["TL.STEP_MESSAGE_TYPE"].firstValue().toUpperCase() == "11")
{
// Set fact for Report Group: No Dimension Report Group
$F.setFact("CUST.F_E_GESTURE", "TLT$NULL");
// Set fact for Report Group: Gesure Report Group
$F.setFact("CUST.F_E_GESTURE_FACT2", "TLT$NULL");
}
}