Skip to content

Commit 697d375

Browse files
horghclaude
andcommitted
Fix provider_name examples to show lowercase values
The provider_name field returns lowercase strings like "nordvpn" and "surfshark", not pretty-cased names like "NordVPN". Updated JSON examples and descriptions across GeoIP and minFraud documentation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0ca7b79 commit 697d375

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/geoip/docs/databases/anonymous-plus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ These are named `GeoIP-Anonymous-Plus-Blocks-IPv4.csv` and
151151
<td>provider_name</td>
152152
<td>string</td>
153153
<td>
154-
The name of the VPN provider (e.g., NordVPN, Surfshark, etc.)
155-
associated with the network.
154+
The name of the VPN provider (e.g., <code>nordvpn</code>,
155+
<code>surfshark</code>) associated with the network.
156156
<br />
157157
Please note that MaxMind identifies a subset of VPN providers. A
158158
current list of VPN providers identified in the Anonymous Plus

content/geoip/docs/web-services/responses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ only.
248248
"is_residential_proxy": true,
249249
"is_tor_exit_node": true,
250250
"network_last_seen": "2025-01-15",
251-
"provider_name": "NordVPN"
251+
"provider_name": "nordvpn"
252252
}
253253
```
254254

@@ -320,7 +320,7 @@ only.
320320
{{</ geoip-schema-row >}}
321321

322322
{{< geoip-schema-row key="provider_name" valueType="string" insights="true">}}
323-
The name of the VPN provider (e.g., NordVPN, Surfshark, etc.) associated with the network.
323+
The name of the VPN provider (e.g., `nordvpn`, `surfshark`) associated with the network.
324324

325325
Please note that MaxMind identifies a subset of VPN providers. A current list of VPN providers identified in the Anonymous Plus database is available on request.
326326

@@ -1412,7 +1412,7 @@ request.
14121412
"is_residential_proxy": true,
14131413
"is_tor_exit_node": true,
14141414
"network_last_seen": "2025-01-15",
1415-
"provider_name": "NordVPN"
1415+
"provider_name": "nordvpn"
14161416
},
14171417
"traits": {
14181418
"ip_address": "1.2.3.4",

content/geoip/release-notes/2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ We recommend updating your integrations to use the new `anonymizer` object, whic
130130
| -------------------------------- | -------------------------------- |
131131
| `anonymizer/confidence` | A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of an actively used VPN service.|
132132
| `anonymizer/network_last_seen` | The last day that the network was sighted in our analysis of anonymized networks. This is in the ISO 8601 date format (YYYY-MM-DD). |
133-
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, Surfshark, etc.) associated with the network. |
133+
| `anonymizer/provider_name` | The name of the VPN provider (e.g., `nordvpn`, `surfshark`) associated with the network. |
134134

135135
Client APIs have been updated to reflect this change, which applies to the following web services:
136136
- GeoIP Insights

content/minfraud/release-notes/2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We recommend updating your integrations to use the new `anonymizer` object, whic
134134
| -------------------------------- | -------------------------------- |
135135
| `anonymizer/confidence` | A score ranging from 1 to 99 that represents our percent confidence that the network is currently part of an actively used VPN service.|
136136
| `anonymizer/network_last_seen` | The last day that the network was sighted in our analysis of anonymized networks. This is in the ISO 8601 date format (YYYY-MM-DD). |
137-
| `anonymizer/provider_name` | The name of the VPN provider (e.g., NordVPN, Surfshark, etc.) associated with the network. |
137+
| `anonymizer/provider_name` | The name of the VPN provider (e.g., `nordvpn`, `surfshark`) associated with the network. |
138138

139139
Client APIs have been updated to reflect this change, which applies to the following web services:
140140

0 commit comments

Comments
 (0)