Skip to product menu
Skip to main content

IP

The value for this input datatype will be available in the session object in the following format:

Attribute NameDatatype Description
metamapIP Meta (A)
valuestring

The IP has to be set here.

Ex: 123.23.32.12

IP Meta (A)

Attribute NameDatatype Description
typeStringValue should be 'ip'
valueString

The IP has to be set here.

Ex: 123.23.32.12

Sample Code:

Copied{
      "value":"123.23.32.12",
      "meta":{
            "type":"ip",
            "value":"123.23.32.12"
          }
}