Skip to content

User Agent Processor

Refael Mizrahi edited this page Jan 27, 2022 · 5 revisions

User Agent [userAgent]

This processor can parse a userAgent string to enrich the data. If available it will give you information about the browser, operating system, and more.

  • field
  • targetField (optional)
  • prefix (optional)

Example

{
  "steps": [{
    "userAgent": {
      "config": {
        "field":"User_Agent",
        "prefix":"UA-"
      }
    }
  }]
}
Clone this wiki locally