From 9e73e049b0e7d25d22d18cc454f298fb71d34274 Mon Sep 17 00:00:00 2001 From: yuandesu Date: Thu, 23 Apr 2026 11:31:33 +0900 Subject: [PATCH 1/3] Clarify that RUM geo.* attributes are resolved from client IP, not device GPS --- layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md | 4 +++- layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md b/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md index 0f09cd41bee..772e8441a10 100644 --- a/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md +++ b/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md @@ -87,7 +87,9 @@ The following OS-related attributes are attached automatically to all events col ### Geolocation -The following attributes are related to the geolocation of IP addresses. +The following attributes are related to the geolocation of IP addresses. Datadog resolves these attributes server-side from the client IP address on the intake connection. The SDK does not access the device's GPS or OS location. + +**Note**: On mobile networks, the IP address may resolve to the carrier's gateway rather than the device's physical location. **Note:** If you want to stop collecting geolocation attributes, change the setting in your [application details][9]. diff --git a/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md b/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md index 51bbb7a54a7..e737155edf0 100644 --- a/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md +++ b/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md @@ -92,7 +92,9 @@ The following OS-related attributes are attached automatically to all events col ### Geolocation -The following attributes are related to the geolocation of IP addresses. +The following attributes are related to the geolocation of IP addresses. Datadog resolves these attributes server-side from the client IP address on the intake connection. The SDK does not access the device's GPS or OS location. + +**Note**: On mobile networks, the IP address may resolve to the carrier's gateway rather than the device's physical location. **Note:** If you want to stop collecting geolocation attributes, change the setting in your [application details][8]. From b5ffec5f20a24ea045d4d6088a2fa71c29347c91 Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 27 Apr 2026 11:07:45 +0900 Subject: [PATCH 2/3] Update layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md Co-authored-by: Ida Adjivon <65119712+iadjivon@users.noreply.github.com> --- layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md b/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md index 772e8441a10..c865128c5f5 100644 --- a/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md +++ b/layouts/shortcodes/mdoc/en/sdk/data_collected/android.mdoc.md @@ -89,7 +89,7 @@ The following OS-related attributes are attached automatically to all events col The following attributes are related to the geolocation of IP addresses. Datadog resolves these attributes server-side from the client IP address on the intake connection. The SDK does not access the device's GPS or OS location. -**Note**: On mobile networks, the IP address may resolve to the carrier's gateway rather than the device's physical location. +**Note**: On mobile networks, the IP address resolves to the carrier's gateway rather than the device's physical location. **Note:** If you want to stop collecting geolocation attributes, change the setting in your [application details][9]. From a6e09aa4282dc2031877a0696b2665f62bc0a10c Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 27 Apr 2026 11:08:00 +0900 Subject: [PATCH 3/3] Update layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md Co-authored-by: Ida Adjivon <65119712+iadjivon@users.noreply.github.com> --- layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md b/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md index e737155edf0..7044039af4f 100644 --- a/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md +++ b/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md @@ -94,7 +94,7 @@ The following OS-related attributes are attached automatically to all events col The following attributes are related to the geolocation of IP addresses. Datadog resolves these attributes server-side from the client IP address on the intake connection. The SDK does not access the device's GPS or OS location. -**Note**: On mobile networks, the IP address may resolve to the carrier's gateway rather than the device's physical location. +**Note**: On mobile networks, the IP address resolves to the carrier's gateway rather than the device's physical location. **Note:** If you want to stop collecting geolocation attributes, change the setting in your [application details][8].