Recorded metadata
The experiment records metadata from several sources:
url Params
Arbitrary url parameters can be appended to the URL using the format:
http://study.deliberation-lab.org/?param1=val1¶m2=val2¶m3=val3
There are several exceptions, which are used by mturk, prolific, or in debugging. The following have special meaning:
playerKey- used by our system to allow "virtual" players for use in debugging.workerId- MTurk IDassignmentId- MTurk HIT*worker combinationhitId- MTurk HITturkSubmitTo- MTurk completion URLPROLIFIC_PID- Prolific participant IDSTUDY_ID- Prolific study IDSESSION_ID- Prolific participant * study combination
BrowserInfo
width- the amount of horizontal space available in the browser window (in pixels)height- the amount of vertical space available in the browser window (in pixels)screenWidth- the width of the user's monitor display (in pixels)screenHeight- the height of the user's monitor display (in pixels)userAgent- information about which browser is being usedlanguage- the preferred language of the user as set in the browser UItimezone- the timezone setting of the user's operating systemreferrer- the page that linked to the study (e.g. https:)
Connection Info
country- the two-letter (ISO 3166-1) country code of the inbound IP addresstimezone- The ID of the time zone associated with location (e.g. America/Los_Angeles) of the inbound IP addresstimezoneOffset- The UTC offset of the timezone (e.g. -07:00) of the inbound IP addressisKnownVpn- whether the inbound ip address comes from a list of known vpnsisLikelyVpn- having the browser timezone not match the ip timezone is sometimes a signal of vpn use
Tracked Links
Each tracked link element saves a record under trackedLink_<name>. In the science export these are collected inside the trackedLinks object alongside surveys/prompts. Every record contains:
url,displayText, andname— the static definition of the link.events— ordered list of{ type, timestamp, stage, stageTimeSeconds, timeAwaySeconds? }.totalTimeAwaySecondsandlastTimeAwaySeconds— summaries of focus gaps attributed to the link.
Use these to confirm that participants followed required external links and how long they were away from the Deliberation Lab tab.