Intempt Docs

Node.js record taxonomy

Every field on every Node.js record, nested ones included, with the type it carries and whether it is required.

Overview

Records the Node.js server SDK sends. A server has no page, screen or viewport, so there is nothing for autocapture to collect.

One section per record, one row per field. A record nested inside another is flattened into a dotted path, so data.targetText is the targetText field carried on that record's data. These schemas hold names and types only, so there are no example values here. A type in backticks names another record in this same source, which has its own section on this page.

AnotherUserId

AttributeTypeRequired
anotherUserIdStringNo

EventId

AttributeTypeRequired
eventIdStringYes

Identify

AttributeTypeRequired
eventIdStringYes
profileIdStringYes
userIdStringNo
anotherUserIdStringNo
accountIdStringNo
sessionIdStringNo
timestampLongYes

ProfileId

AttributeTypeRequired
profileIdStringYes
userIdStringNo

UserId

AttributeTypeRequired
userIdStringNo

On this page