Skip to content

Commit c28130a

Browse files
authored
Update bucketing.md (#601)
.jsm --> system.mjs
1 parent 248f7de commit c28130a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deep-dives/data/bucketing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This example uses the Nimbus experiment format. While the Normandy format is dif
6767

6868
Bucketing uses a stable unique identifier generated at startup. Note that this identifier is _not_ `client_id`, which is the standard unit for aggregation for most data analysis in Firefox.
6969

70-
Desktop experiments use the `normandy_id`, a unique stable identifier generated by the `ClientEnvironment` module during first run and stored in a preference (see [implementation](https://searchfox.org/mozilla-central/source/toolkit/components/utils/ClientEnvironment.jsm#99)). It differs from `client_id` in that it is _not_ exposed to Telemetry and it is not synced across profiles / accounts.
70+
Desktop experiments use the `normandy_id`, a unique stable identifier generated by the `ClientEnvironment` module during first run and stored in a preference (see [implementation](https://searchfox.org/mozilla-central/source/toolkit/components/utils/ClientEnvironment.sys.mjs#99)). It differs from `client_id` in that it is _not_ exposed to Telemetry and it is not synced across profiles / accounts.
7171

7272
Mobile experiments use the `nimbus_id`, a unique identifier generated by the Nimbus client during first run stored in the experiments database (see [implementation](https://github.com/mozilla/application-services/blob/866c72cddc4d925a0dc1a83c9aeebd2e878be85e/components/nimbus/src/lib.rs#L433)).
7373

0 commit comments

Comments
 (0)