Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Thai Thien
Thai Thien

Posted on

     

Quick look at Mozilla Rally

Homepage:

https://rally.mozilla.org/

What is it ?

An Firefox extension let you to share yourpersonal data to help Firefox conduct their research.

One of on-going research:Your Time Online and "Doomscrolling"

What data is being collect:

In short

It is already said on their study pageYour Time Online and "Doomscrolling".

The data is:

  • Your answer to the survey
  • Your browsing activity

Long

I want to know actually what is being collect, the actually data.

There are two part of the data: The automate collected data, and survey data.

Auto Collect data

First, I make anissue on Github

I follow the instruction:

  • Open about:debugging#/runtime/this-firefox
  • We click the "inspect" of Mozilla Rally extension.
  • Switch to tab console.
  • Then Try to browsing some news outlet, likehttps://www.theguardian.com
  • Check "Console" tab for some log (checkgisttheguardian.jpg

There are manyeventType. However, it is difficult to track all event in the console log where most of the line is error. And it spiting out fast. Here is the json contain my activity on TheGuardian page:

{  "pageId": "49bc224e482815248b8eaa5f3b51e5b5",  "origin": "https://www.theguardian.com",  "referrerOrigin": "https://www.theguardian.com",  "pageVisitStartTime": 1622132572402,  "pageVisitStopTime": 1622132578956,  "duration": 6434,  "maxRelativeScrollDepth": 0.8231418571134446,  "maxPixelScrollDepth": 4406,  "scrollHeight": 5500,  "eventTerminationReason": "page-visit-stop",  "title": "Astronomers create largest map of the universe’s dark matter  | Astronomy | The Guardian",  "ogType": "article",  "description": "International team reveal vast cosmic voids over the Earth’s skies that could challenge Einstein",  "eventStartTime": 1622132572522,  "eventStopTime": 1622132578956,  "eventType": "attention"}
Enter fullscreen modeExit fullscreen mode

The data record your URL, page title with description. It is very well show what you are reading. And how you interact (scrollHeight, eventStartTime, pageVisitStartTime, ...)

Survey data

You did submit the survey at the beginning of the event. Now you wonder where is it ?

It is in the "storage" tab, check "Extension Storage". See the screenshot here:
extension_storage.jpg

The key 'demographicsData' seem to be your survey result. Everything else is auto-generated.
Mine is

{  "age": "25_34",  "gender": "male",  "hispanicLatinxSpanishOrigin": "other",  "race": [    "vietnamese"  ],  "school": "graduate_degree",  "income": "25000_49999",  "zipcode": "70000"}
Enter fullscreen modeExit fullscreen mode

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp