Intempt Docs

PHP record taxonomy

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

Overview

Records the PHP server SDK sends.

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