Skip to main content
Version: v2

Create Event

Creates one event with the specified details.

This request can be made idempotent.

Session Limits

Fullstory groups the events on a session into internal "pages" as the session is recorded. This grouping is automatic and based on the timing of incoming events. Events that get ingested in quick succession are more likely to be processed in the same page.

A session that has recorded an unusually large volume of activity can exceed an internal limit on the number of pages it holds. This happens when a lot of events are sent to the same session over a larger period of time.

What happens next depends on how the session is targeted:

  • session.id or session.uid (explicit targeting): once the session is at its limit, the request is rejected with a 400 response and code: session_page_limit_exceeded. Send subsequent events to a new session rather than retrying against this one.
  • session.use_most_recent: sessions at/beyond the limit are ignored for targeting

Due to the nature of this system, large numbers of events intended for the same session should be sent together as closely as possible.

Responses

200

A successful response.