Skip to main content

Event Object

Description

Represents an analytics or tracking event.

Declaration

type Event {
id: ID
ref: ID
type: String
createdAt: Date
}

Fields

NameTypeDescription
idIDUnique identifier for the event.
refIDReference identifier for the related resource.
typeStringType of event.
createdAtDateDate when the event was created.