External API functions

This page goes over the external API functions in Upsolver.

GEO_IP

Use an IP Address to lookup geo information.

Inputs

  • IP Address - The IP address to use for geo ip information lookup

Properties

  • Attributes - The attribute to extract for the given IP address

USER_AGENT_PARSER

Parse the user agent and extract a parameter from it.

Inputs

  • User Agent String - String representation of a user agent

Properties

  • Attributes - The attributes to extract

WURFL_USER_AGENT

Extracts user agent info using WURFL engine.

Inputs

  • User Agent - The User Agent string to parse

Properties

  • Connection - The connection to the bucket that contains the browsers.list file

  • Wurfl File - The path to the browsers.list file within the connection

Last updated