- Display Name
Mobile Device
- Internal Name
E_MOBILE_DEVICE_TYPE
- Advanced Mode only
- False
- Description
- The hit is from a mobile device.
- ImageSrc
- default.gif
- DisplayInPortal
- false
- Trigger
PageStart
JavaScript™: (Advanced Mode only)
// Mobile Device type
function %%NameSpace%%$%%InternalName%%()
{ if ($P["TL.TEALEAF_MOBILE_DEVICE_TYPE"].patternFound()) {
// Set fact for Report Group: No Dimension Report Group
$F.setFact("%%NameSpace%%.%%Fact1%%",
$P["TL.TEALEAF_MOBILE_DEVICE_TYPE"].firstValue());
} }