Visitor Technology

This set of Smart Tags returns information about the visitor’s used technology, such as the device and the operating system used to browse the site.

{client.device}

Returns the type of device the user uses. Possible values:

  • desktop
  • mobile
  • tablet

{client.os}

Returns the operating system of the user. Possible values:

  • windows
  • windows phone
  • iphone
  • ipad
  • ipod
  • mac
  • blackberry
  • android
  • android tablet
  • linux

{client.browser}

Returns the name of the user's browser. Possible values:

  • ie
  • firefox
  • chrome
  • safari
  • opera
  • edge

{client.useragent}

Returns the user agent string of the user.

Example:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

{client.id}

Returns the 8-character hexadecimal ID representing the visitor's unique ID as stored in the nrid cookie in the visitor’s browser.

Example:

03bc431d0d605ce4
Last updated on May 7th 2025 09:05