Changes

Jump to: navigation, search

Data Publishing

1,075 bytes added, 22:41, 18 September 2020
no edit summary
|-
| 3 || '''Dimension-level aggregation w/o minimum bucket sizes''' || Clientid count by country, os, locale, channel, where there could be: [Canada, Linux, PL, nightly] which has one client in it.
|-
| 4 || '''Probabilistic Aggregates''' || [https://en.wikipedia.org/wiki/HyperLogLog HLL] for computing approximate unique client counts, [https://en.wikipedia.org/wiki/Bloom_filter bloom filter] for computing presence in a set
|-
| 5 || '''Anonymized individual-level data''' ||
* Anonymized_id, date, country, os, locale, channel
* A, 2019-08-08, Canada, Linux, PL, nightly
* A, 2019-08-09, Canada, Linux, PL, nightly
* A, 2019-08-10, Canada, Linux, PL, nightly
* B, 2019-08-10, Peru, Windows, EN, release
|-
| 6 || '''Not-anonymized individual-level data''' ||
* actual_id, date, country, os, locale, channel
* 859c8a32-0b73-b547-a5e7-8ef4ed9c4c2d, 2019-08-08, Canada, Linux, PL, nightly
* 859c8a32-0b73-b547-a5e7-8ef4ed9c4c2d, 2019-08-09, Canada, Linux, PL, nightly
* 859c8a32-0b73-b547-a5e7-8ef4ed9c4c2d, 2019-08-10, Canada, Linux, PL, nightly
* 4db8d07d-1935-9c45-93c9-6d97a790bb12, 2019-08-10, Peru, Windows, EN, release
|-
| 7 || '''High resolution individual-level data''' || Raw telemetry events data, a sequence of actions in order of occurrence.
|-
|}
39
edits

Navigation menu