Skip to main content
Version: v2.4.1

ParticipantMetadata

Defined in: store/types.ts:11

The ParticipantMetadata object contains metadata about the participant. This includes the user agent, resolution, language, and IP address. This object is used to store information about the participant that is not directly related to the study itself.

Properties​

PropertyTypeDescriptionDefined in
ipstring | nullThe IP address of the participant.store/types.ts:19
languagestringThe language of the participant's browser.store/types.ts:17
resolutionRecord<string, string | number>The resolution of the participant's screen. This is an object with two keys, "width" and "height". The values are the width and height of the participant's screen in pixels.store/types.ts:15
userAgentstringThe user agent of the participant. This is a string that contains information about the participant's browser and operating system.store/types.ts:13