NIPO ODIN Version 5.17

Previous Topic

Next Topic

BrowserUserAgent

The variable BrowserUserAgent can be used to retrieve a text representation of the user agent HTTP header. This feature for NIPO CATI and NIPO CAPI only. Prior to use, this variable must be defined. The value is retrieved at the first question of the questionnaire (not including the introduction screen) and can therefore not be used before the second question.

BrowserUserAgent example

*TEXTVARS BrowserUserAgent

*QUESTION 1
In this question the HTTP Header data is retrieved.

*QUESTION 2
HTTP Header data for this browser: *? BrowserUserAgent

See Also