Intempt Docs

React Native record taxonomy

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

Overview

Records the React Native SDK sends. It sends identity and leaves the events to you.

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