Configuration¶
Just use one of the listed conditions with the following syntax
Settings¶
Bot¶
Property
Bot
Data type
string
Description
Detects if the user agent is a known bot. [device(“Bot”)]
Browser¶
Property
Browser
Data type
string
Description
Detects if the user agent is a browser. [device(“Browser”)]
Camera¶
Property
Camera
Data type
string
Description
Detects if the user agent is a camera. [device(“Camera”)]
CarBrowser¶
Property
CarBrowser
Data type
string
Description
Detects if the user agent is a car browser. [device(“CarBrowser”)]
Console¶
Property
Console
Data type
string
Description
Detects if the user agent is a console. [device(“Console”)]
Desktop¶
Property
Desktop
Data type
string
Description
Detects if the user agent is a desktop computer. [device(“Desktop”)]
Tip
Desktop devices are all devices with an unknown type that are running a desktop OS
FeaturePhone¶
Property
FeaturePhone
Data type
string
Description
Detects if the user agent is a feature phone. [device(“FeaturePhone”)]
FeedReader¶
Property
FeedReader
Data type
string
Description
Detects if the user agent is a feed reader. [device(“FeedReader”)]
Library¶
Property
Library
Data type
string
Description
Detects if the user agent is a library. [device(“Library”)]
MediaPlayer¶
Property
MediaPlayer
Data type
string
Description
Detects if the user agent is a media player. [device(“MediaPlayer”)]
Mobile¶
Property
Mobile
Data type
string
Description
Detects if the user agent is any kind of mobile device. [device(“Mobile”)]
Important
Mobile devices are all devices that are either a camera, a phablet, a portable media player, a smartphone or a tablet. So make sure to use the right order for conditions, if you combine it with conditions for specific mobile device types!
MobileApp¶
Property
MobileApp
Data type
string
Description
Detects if the user agent is a mobile app. [device(“MobileApp”)]
Peripheral¶
Property
Peripheral
Data type
string
Description
Detects if the user agent is a peripheral. [device(“Peripheral”)]
Phablet¶
Property
Phablet
Data type
string
Description
Detects if the user agent is a phablet. [device(“Phablet”)]
PIM¶
Property
PIM
Data type
string
Description
Detects if the user agent is a product information managament system. [device(“PIM”)]
PortableMediaPlayer¶
Property
PortableMediaPlayer
Data type
string
Description
Detects if the user agent is a portable media player. [device(“PortableMediaPlayer”)]
SmartDisplay¶
Property
SmartDisplay
Data type
string
Description
Detects if the user agent is a smart display. [device(“SmartDisplay”)]
SmartSpeaker¶
Property
SmartSpeaker
Data type
string
Description
Detects if the user agent is a smart speaker. [device(“SmartSpeaker”)]
Smartphone¶
Property
Smartphone
Data type
string
Description
Detects if the user agent is a smartphone. [device(“Smartphone”)]
Tablet¶
Property
Tablet
Data type
string
Description
Detects if the user agent is a tablet. [device(“Tablet”)]
TouchEnabled¶
Property
TouchEnabled
Data type
string
Description
Detects if the user agent is touch enabled. [device(“TouchEnabled”)]
TV¶
Property
TV
Data type
string
Description
Detects if the user agent is a TV. [device(“TV”)]
Wearable¶
Property
Wearable
Data type
string
Description
Detects if the user agent is a wearable. [device(“Wearable”)]