---
title: "GeoIP operations"
canonical: "https://docs.devo.com/space/latest/483131394/GeoIP%20operations"
format: markdown
---
> Macro (children)

### Considerations

Devo encourage to use the **Agnostic GeoIP operations**, the MaxMind specific Geo IP operations `(mm,mm2)` are deprecated.

| **Agnostic GeoIP operations** | **MaxMind GeoIP2 operations (deprecated)** | **MaxMind GeoIP operations (deprecated)** |
| --- | --- | --- |
| `asorg` | Geolocated AS Organization Name with MaxMind GeoIP2 (`mm2asorg`) | Geolocated AS owner (`mmasowner`) |
| `accuracyradius` | Geolocated Accuracy Radius with MaxMind GeoIP2 (`mm2accuracyradius`) | - |
| `asn` | Geolocated ASN with MaxMind GeoIP2 (`mm2asn`) | Geolocated ASN (`mmasn`) |
| `city` | Geolocated City with MaxMind GeoIP2 (`mm2city`) | Geolocated City (`mmcity`) |
| `connectiontype` | Geolocated connection type with MaxMind GeoIP2 (`mm2con`) | Geolocated Connection Speed (`mmspeed`) |
| `coordinates` | Geolocated coordinates with MaxMind GeoIP2 (`mm2coordinates`) | Geolocated Coordinates (`mmcoordinates`) |
| `countrycode` | Geolocated Country with MaxMind GeoIP2 (`mm2country`) | Geolocated Country (`mmcountry`) |
| `isp` | Geolocated ISP name with MaxMind GeoIP2 (`mm2isp`) | Geolocated ISP (`mmisp`) |
| `latitude` | Geolocated Latitude with MaxMind GeoIP2 (`mm2latitude`) | Geolocated Latitude (`mmlatitude`) |
| `longitude` | Geolocated Longitude with MaxMind GeoIP2 (`mm2longitude`) | Geolocated Longitude (`mmlongitude`) |
| `subdivision1code`<br>`subdivision2code` | There is not an exact equivalent for now, but you can use the following:<br>- Geolocated Level 1 Subdivision with MaxMind GeoIP2 (`mm2subdivision1`)
- Geolocated Level 2 Subdivision with MaxMind GeoIP2 (`mm2subdivision2`) | Geolocated Region (`mmregion`) |
| `-` | `-` | Geolocated Region Name (`mmregionname`) |
| `org` | Geolocated organization name with MaxMind GeoIP2 (`mm2org`) | Geolocated Organization (`mmorg`) |
| `postalcode` | Geolocated Postal Code with MaxMind GeoIP2 (`mm2postalcode`) | Geolocated Postal Code (`mmpostalcode`) |